[oe-commits] Saul Wold : bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN

git at git.openembedded.org git at git.openembedded.org
Fri Mar 16 10:43:52 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: aecc9a8ac625a48792f91afbb40def08e3a06991
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aecc9a8ac625a48792f91afbb40def08e3a06991

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Mar 14 00:57:57 2012 -0700

bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/conf/bitbake.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 216da75..d4357d1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -253,7 +253,7 @@ SOLIBSDEV_darwin = ".dylib"
 SOLIBSDEV_darwin8 = ".dylib"
 SOLIBSDEV_darwin9 = ".dylib"
 
-PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale"
+PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN} ${PN}-doc ${PN}-dev ${PN}-locale"
 PACKAGES_DYNAMIC = "${PN}-locale-*"
 FILES = ""
 
@@ -277,7 +277,7 @@ SECTION_${PN}-dev = "devel"
 ALLOW_EMPTY_${PN}-dev = "1"
 RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPKGV})"
 
-FILES_${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a"
+FILES_${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a ${libdir}/${BPN}/*.a"
 SECTION_${PN}-staticdev = "devel"
 RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})"
 





More information about the Openembedded-commits mailing list