From 93afa6fcc0f84f305fad97407ef408e7a1e37652 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 10 Apr 2015 02:29:55 -0700 Subject: acl/attr: remove extra dev and staticdev from PACKAGES There should be only one dev and dbg package. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-support/attr/ea-acl.inc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'meta/recipes-support/attr') 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 () { oe_runmake install install-lib install-dev DIST_ROOT="${D}" } -PACKAGES =+ "lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-doc" +PACKAGES =+ "lib${BPN}" FILES_lib${BPN} = "${base_libdir}/lib*${SOLIBS}" -FILES_lib${BPN}-dev = "${includedir} \ - ${libdir}/lib*${SOLIBSDEV} \ - ${libdir}/lib*.la \ - ${base_libdir}/lib*${SOLIBSDEV} \ - ${base_libdir}/lib*.la" - -FILES_lib${BPN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a" - -FILES_lib${BPN}-doc = "${mandir}/man2 \ - ${mandir}/man3" - BBCLASSEXTEND = "native" # Only append ldflags for target recipe and if USE_NLS is enabled LDFLAGS_append_libc-uclibc_class-target = "${@['', ' -lintl '][(d.getVar('USE_NLS', True) == 'yes')]}" -- cgit 1.2.3-korg