diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-19 13:32:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:29:49 +0100 |
commit | 177aec177306e68bcd822dee6b29a7efbd558a91 (patch) | |
tree | c99dedeef002672b98eabf3de009118b7febd5a8 /meta/conf | |
parent | 07848cee072e62969d19b2fc9627783bcb016bbe (diff) | |
download | openembedded-core-177aec177306e68bcd822dee6b29a7efbd558a91.tar.gz openembedded-core-177aec177306e68bcd822dee6b29a7efbd558a91.tar.bz2 openembedded-core-177aec177306e68bcd822dee6b29a7efbd558a91.zip |
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@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 0 insertions, 3 deletions
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 ### |