[oe-commits] Richard Purdie : bitbake.conf/debian.bbclass: Move AUTO_LIBNAME_PKGS definition to class file

git at git.openembedded.org git at git.openembedded.org
Fri Aug 22 17:35:23 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Aug 19 13:32:26 2014 +0100

bitbake.conf/debian.bbclass: Move AUTO_LIBNAME_PKGS definition to class file

Might as well move this default to the class which uses it allowing
for easier reading/understanding of the class.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/debian.bbclass | 2 ++
 meta/conf/bitbake.conf      | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass
index 1ddb56f..47d3ed8 100644
--- a/meta/classes/debian.bbclass
+++ b/meta/classes/debian.bbclass
@@ -9,6 +9,8 @@
 # Better expressed as ensure all RDEPENDS package before we package
 # This means we can't have circular RDEPENDS/RRECOMMENDS
 
+AUTO_LIBNAME_PKGS = "${PACKAGES}"
+
 inherit package
 
 DEBIANRDEP = "do_packagedata"
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 436e528..f71c160 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -629,9 +629,6 @@ export PKG_CONFIG_LIBDIR = "${PKG_CONFIG_DIR}"
 export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
 export PKG_CONFIG_DISABLE_UNINSTALLED = "yes"
 
-# library package naming
-AUTO_LIBNAME_PKGS = "${PACKAGES}"
-
 ###
 ### Config file processing
 ###



More information about the Openembedded-commits mailing list