From: Richard Purdie Date: Tue, 19 Aug 2014 12:32:26 +0000 (+0100) Subject: bitbake.conf/debian.bbclass: Move AUTO_LIBNAME_PKGS definition to class file X-Git-Tag: 2015-4~1829 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=177aec177306e68bcd822dee6b29a7efbd558a91;p=openembedded-core.git 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 --- diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass index 1ddb56fbb9..47d3ed89d2 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 721ea101ee..f0463dddb9 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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 ###