]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake.conf/debian.bbclass: Move AUTO_LIBNAME_PKGS definition to class file
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Aug 2014 12:32:26 +0000 (13:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:31:42 +0000 (09:31 +0100)
Might as well move this default to the class which uses it allowing
for easier reading/understanding of the class.

(From OE-Core rev: 177aec177306e68bcd822dee6b29a7efbd558a91)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/debian.bbclass
meta/conf/bitbake.conf

index 1ddb56fbb9363a81885fd4aedcd8e82d62eec98e..47d3ed89d2f6c79c97b43a50271c52ceaf76844c 100644 (file)
@@ -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"
index 721ea101ee0e3a67b84e446d0dac0993efee3e37..f0463dddb9ac80c5180404dc1f5c5df4c00d08f5 100644 (file)
@@ -630,9 +630,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
 ###