package: add Boehm-Demers-Weiser gc library
authoralex.bennee@linaro.org <alex.bennee@linaro.org>
Fri, 11 Apr 2014 14:05:55 +0000 (15:05 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Apr 2014 17:00:29 +0000 (19:00 +0200)
commit8986a221172cac4f84e74212476c12c288995abf
tree6f0efb93f519888857842b15a3e62b1318d7727b
parentf4897a9eb3a09a7363cba885b6b9289ae08a7994
package: add Boehm-Demers-Weiser gc library

This is needed for applications like Zile

[Thomas:
 - use $(...) instead of ${...} to reference LIBGC_VERSION
 - add missing dependency on libatomic_ops dependencies
 - fix DEPENDANCIES -> DEPENDENCIES
 - replace += by = in dependencies definition
 - add host-pkgconf to the list of dependencies
 - fix license, it's a X11-style permissive license
 - fix license file, COPYING didn't exist, use README.md instead]

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/libgc/Config.in [new file with mode: 0644]
package/libgc/libgc.mk [new file with mode: 0644]