summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-05-18 08:51:53 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-18 09:39:13 +0200
commitca28a0b22179dc86385b2be3aafcebf81bee289e (patch)
tree4fb41aa0072f3381d468ad403b8d95f5f332e361 /meta-oe
parent2d3f207b840cc64c54117ec79b3eabe72431c0fb (diff)
downloadmeta-openembedded-ca28a0b22179dc86385b2be3aafcebf81bee289e.tar.gz
uclibc.inc: Package libargp and libbacktrace
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/uclibc/uclibc.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/uclibc/uclibc.inc b/meta-oe/recipes-core/uclibc/uclibc.inc
index 8b8fc9586..ca2b929b2 100644
--- a/meta-oe/recipes-core/uclibc/uclibc.inc
+++ b/meta-oe/recipes-core/uclibc/uclibc.inc
@@ -14,7 +14,7 @@ PRIORITY = "required"
14LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 14LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
15 file://COPYING.LIB.boilerplate;md5=aaddeadcddeb918297e0e4afc52ce46f \ 15 file://COPYING.LIB.boilerplate;md5=aaddeadcddeb918297e0e4afc52ce46f \
16file://${S}/test/regex/testregex.c;startline=1;endline=31;md5=234efb227d0a40677f895e4a1e26e960" 16file://${S}/test/regex/testregex.c;startline=1;endline=31;md5=234efb227d0a40677f895e4a1e26e960"
17INC_PR = "r0" 17INC_PR = "r1"
18 18
19require uclibc-config.inc 19require uclibc-config.inc
20STAGINGCC = "gcc-cross-intermediate" 20STAGINGCC = "gcc-cross-intermediate"
@@ -59,7 +59,7 @@ RDEPENDS_${PN}-dev = "linux-libc-headers-dev"
59 59
60INHIBIT_DEFAULT_DEPS = "1" 60INHIBIT_DEFAULT_DEPS = "1"
61 61
62PACKAGES =+ "ldd uclibc-utils-dbg uclibc-utils uclibc-gconv uclibc-thread-db" 62PACKAGES =+ "ldd uclibc-utils-dbg uclibc-utils uclibc-gconv uclibc-thread-db uclibc-libargp uclibc-libbacktrace"
63 63
64LEAD_SONAME = "libc.so" 64LEAD_SONAME = "libc.so"
65 65
@@ -91,7 +91,10 @@ FILES_uclibc-dev_append = "\
91FILES_uclibc-utils = "${bindir} ${sbindir}" 91FILES_uclibc-utils = "${bindir} ${sbindir}"
92FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug" 92FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug"
93FILES_uclibc-gconv = "${libdir}/gconv" 93FILES_uclibc-gconv = "${libdir}/gconv"
94FILES_uclibc-thread-db = "/lib/libthread_db*" 94FILES_uclibc-thread-db = "${base_libdir}/libthread_db*"
95FILES_uclibc-libuargp = "${base_libdir}/libuargp-*.so ${base_libdir}/libuargp*.so.*"
96FILES_uclibc-libubacktrace = "${base_libdir}/libubacktrace-*.so ${base_libdir}/libubacktrace*.so.*"
97
95RPROVIDES_uclibc-dev += "libc-dev virtual-libc-dev" 98RPROVIDES_uclibc-dev += "libc-dev virtual-libc-dev"
96# uclibc does not really have libsegfault but then using the one from glibc is also not 99# uclibc does not really have libsegfault but then using the one from glibc is also not
97# going to work. So we pretend that we have it to make bitbake not pull other recipes 100# going to work. So we pretend that we have it to make bitbake not pull other recipes