diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-core/uclibc/uclibc.inc | 9 |
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" | |||
14 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 14 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
15 | file://COPYING.LIB.boilerplate;md5=aaddeadcddeb918297e0e4afc52ce46f \ | 15 | file://COPYING.LIB.boilerplate;md5=aaddeadcddeb918297e0e4afc52ce46f \ |
16 | file://${S}/test/regex/testregex.c;startline=1;endline=31;md5=234efb227d0a40677f895e4a1e26e960" | 16 | file://${S}/test/regex/testregex.c;startline=1;endline=31;md5=234efb227d0a40677f895e4a1e26e960" |
17 | INC_PR = "r0" | 17 | INC_PR = "r1" |
18 | 18 | ||
19 | require uclibc-config.inc | 19 | require uclibc-config.inc |
20 | STAGINGCC = "gcc-cross-intermediate" | 20 | STAGINGCC = "gcc-cross-intermediate" |
@@ -59,7 +59,7 @@ RDEPENDS_${PN}-dev = "linux-libc-headers-dev" | |||
59 | 59 | ||
60 | INHIBIT_DEFAULT_DEPS = "1" | 60 | INHIBIT_DEFAULT_DEPS = "1" |
61 | 61 | ||
62 | PACKAGES =+ "ldd uclibc-utils-dbg uclibc-utils uclibc-gconv uclibc-thread-db" | 62 | PACKAGES =+ "ldd uclibc-utils-dbg uclibc-utils uclibc-gconv uclibc-thread-db uclibc-libargp uclibc-libbacktrace" |
63 | 63 | ||
64 | LEAD_SONAME = "libc.so" | 64 | LEAD_SONAME = "libc.so" |
65 | 65 | ||
@@ -91,7 +91,10 @@ FILES_uclibc-dev_append = "\ | |||
91 | FILES_uclibc-utils = "${bindir} ${sbindir}" | 91 | FILES_uclibc-utils = "${bindir} ${sbindir}" |
92 | FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug" | 92 | FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug" |
93 | FILES_uclibc-gconv = "${libdir}/gconv" | 93 | FILES_uclibc-gconv = "${libdir}/gconv" |
94 | FILES_uclibc-thread-db = "/lib/libthread_db*" | 94 | FILES_uclibc-thread-db = "${base_libdir}/libthread_db*" |
95 | FILES_uclibc-libuargp = "${base_libdir}/libuargp-*.so ${base_libdir}/libuargp*.so.*" | ||
96 | FILES_uclibc-libubacktrace = "${base_libdir}/libubacktrace-*.so ${base_libdir}/libubacktrace*.so.*" | ||
97 | |||
95 | RPROVIDES_uclibc-dev += "libc-dev virtual-libc-dev" | 98 | RPROVIDES_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 |