All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf/debian.bbclass: Move AUTO_LIBNAME_PKGS definition to class file
@ 2014-08-19 12:32 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-08-19 12:32 UTC (permalink / raw)
  To: openembedded-core

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@linuxfoundation.org>

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 fff13d1..ef30cb6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -628,9 +628,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
 ###




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-19 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 12:32 [PATCH] bitbake.conf/debian.bbclass: Move AUTO_LIBNAME_PKGS definition to class file Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.