diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-13 11:31:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 13:03:10 +0000 |
commit | d467d902ee63e14805730e2f1457d4c721615f3e (patch) | |
tree | da789ad04e63c13d23b44300e5e7acf5eda5a8b9 /meta/recipes-extended | |
parent | 57cde08c7058f13944a22629ca51241a250a0dfc (diff) | |
download | poky-d467d902ee63e14805730e2f1457d4c721615f3e.tar.gz |
ltp: Package static library in -staticdev
WARNING: QA Issue: non -staticdev package contains static .a library: ltp path '/work/i586-poky-linux/ltp-20120104-r0/packages-split/ltp/opt/ltp/lib/libmem.a'
(From OE-Core rev: d989fddba5c086ecabe77aff7fd8c0d05a36b2a5)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20120104.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20120104.bb b/meta/recipes-extended/ltp/ltp_20120104.bb index 07e1fcc0ce..c82203a764 100644 --- a/meta/recipes-extended/ltp/ltp_20120104.bb +++ b/meta/recipes-extended/ltp/ltp_20120104.bb | |||
@@ -19,6 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
19 | file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 19 | file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
20 | " | 20 | " |
21 | 21 | ||
22 | PR = "r1" | ||
23 | |||
22 | SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \ | 24 | SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \ |
23 | file://uclibc-getcontext.patch \ | 25 | file://uclibc-getcontext.patch \ |
24 | " | 26 | " |
@@ -39,6 +41,8 @@ FILES_${PN}-dbg += "/opt/ltp/scenario_groups/.debug" | |||
39 | FILES_${PN}-dbg += "/opt/ltp/testscripts/.debug" | 41 | FILES_${PN}-dbg += "/opt/ltp/testscripts/.debug" |
40 | FILES_${PN}-dbg += "/opt/ltp/testscripts/open_posix_testsuite/.debug" | 42 | FILES_${PN}-dbg += "/opt/ltp/testscripts/open_posix_testsuite/.debug" |
41 | 43 | ||
44 | FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a" | ||
45 | |||
42 | FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/ltp/testcases/bin/* /opt/ltp/testcases/bin/*/bin/* /opt/ltp/testscripts/* /opt/ltp/testcases/open_posix_testsuite/* /opt/ltp/testcases/open_posix_testsuite/conformance/* /opt/ltp/testcases/open_posix_testsuite/Documentation/* /opt/ltp/testcases/open_posix_testsuite/functional/* /opt/ltp/testcases/open_posix_testsuite/include/* /opt/ltp/testcases/open_posix_testsuite/scripts/* /opt/ltp/testcases/open_posix_testsuite/stress/* /opt/ltp/testcases/open_posix_testsuite/tools/*" | 46 | FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/ltp/testcases/bin/* /opt/ltp/testcases/bin/*/bin/* /opt/ltp/testscripts/* /opt/ltp/testcases/open_posix_testsuite/* /opt/ltp/testcases/open_posix_testsuite/conformance/* /opt/ltp/testcases/open_posix_testsuite/Documentation/* /opt/ltp/testcases/open_posix_testsuite/functional/* /opt/ltp/testcases/open_posix_testsuite/include/* /opt/ltp/testcases/open_posix_testsuite/scripts/* /opt/ltp/testcases/open_posix_testsuite/stress/* /opt/ltp/testcases/open_posix_testsuite/tools/*" |
43 | 47 | ||
44 | TARGET_CC_ARCH += "${LDFLAGS}" | 48 | TARGET_CC_ARCH += "${LDFLAGS}" |