diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-10 02:29:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-13 22:33:20 +0100 |
commit | b515939bbe4eea72a01e2cfd0214122a4bc51c75 (patch) | |
tree | 1174dd41edeed13737fee52cf0bbc2ca08dfdab5 | |
parent | 672d38e77bcf8493df7e9529baac84c4e31852e6 (diff) | |
download | poky-b515939bbe4eea72a01e2cfd0214122a4bc51c75.tar.gz |
acl/attr: remove extra dev and staticdev from PACKAGES
There should be only one dev and dbg package.
(From OE-Core rev: 93afa6fcc0f84f305fad97407ef408e7a1e37652)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/attr/ea-acl.inc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc index b17e9b10a4..474291a7d9 100644 --- a/meta/recipes-support/attr/ea-acl.inc +++ b/meta/recipes-support/attr/ea-acl.inc | |||
@@ -17,21 +17,10 @@ do_install () { | |||
17 | oe_runmake install install-lib install-dev DIST_ROOT="${D}" | 17 | oe_runmake install install-lib install-dev DIST_ROOT="${D}" |
18 | } | 18 | } |
19 | 19 | ||
20 | PACKAGES =+ "lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-doc" | 20 | PACKAGES =+ "lib${BPN}" |
21 | 21 | ||
22 | FILES_lib${BPN} = "${base_libdir}/lib*${SOLIBS}" | 22 | FILES_lib${BPN} = "${base_libdir}/lib*${SOLIBS}" |
23 | 23 | ||
24 | FILES_lib${BPN}-dev = "${includedir} \ | ||
25 | ${libdir}/lib*${SOLIBSDEV} \ | ||
26 | ${libdir}/lib*.la \ | ||
27 | ${base_libdir}/lib*${SOLIBSDEV} \ | ||
28 | ${base_libdir}/lib*.la" | ||
29 | |||
30 | FILES_lib${BPN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a" | ||
31 | |||
32 | FILES_lib${BPN}-doc = "${mandir}/man2 \ | ||
33 | ${mandir}/man3" | ||
34 | |||
35 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
36 | # Only append ldflags for target recipe and if USE_NLS is enabled | 25 | # Only append ldflags for target recipe and if USE_NLS is enabled |
37 | LDFLAGS_append_libc-uclibc_class-target = "${@['', ' -lintl '][(d.getVar('USE_NLS', True) == 'yes')]}" | 26 | LDFLAGS_append_libc-uclibc_class-target = "${@['', ' -lintl '][(d.getVar('USE_NLS', True) == 'yes')]}" |