summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-04-10 02:29:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-13 22:33:20 +0100
commitb515939bbe4eea72a01e2cfd0214122a4bc51c75 (patch)
tree1174dd41edeed13737fee52cf0bbc2ca08dfdab5 /meta/recipes-support/attr
parent672d38e77bcf8493df7e9529baac84c4e31852e6 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-support/attr')
-rw-r--r--meta/recipes-support/attr/ea-acl.inc13
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
20PACKAGES =+ "lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-doc" 20PACKAGES =+ "lib${BPN}"
21 21
22FILES_lib${BPN} = "${base_libdir}/lib*${SOLIBS}" 22FILES_lib${BPN} = "${base_libdir}/lib*${SOLIBS}"
23 23
24FILES_lib${BPN}-dev = "${includedir} \
25 ${libdir}/lib*${SOLIBSDEV} \
26 ${libdir}/lib*.la \
27 ${base_libdir}/lib*${SOLIBSDEV} \
28 ${base_libdir}/lib*.la"
29
30FILES_lib${BPN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a"
31
32FILES_lib${BPN}-doc = "${mandir}/man2 \
33 ${mandir}/man3"
34
35BBCLASSEXTEND = "native" 24BBCLASSEXTEND = "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
37LDFLAGS_append_libc-uclibc_class-target = "${@['', ' -lintl '][(d.getVar('USE_NLS', True) == 'yes')]}" 26LDFLAGS_append_libc-uclibc_class-target = "${@['', ' -lintl '][(d.getVar('USE_NLS', True) == 'yes')]}"