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:31:42 +0100 |
commit | b4ad9de91e4a3201d007a44603c65c8f89352a76 (patch) | |
tree | f613975cf4624b03f5651cd52dbb200abfc9a4bb /meta/conf | |
parent | 62e3071049ea009bdc4695c77df396ddf8157219 (diff) | |
download | poky-b4ad9de91e4a3201d007a44603c65c8f89352a76.tar.gz |
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.
(From OE-Core rev: 177aec177306e68bcd822dee6b29a7efbd558a91)
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}" | |||
630 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 630 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |
631 | export PKG_CONFIG_DISABLE_UNINSTALLED = "yes" | 631 | export PKG_CONFIG_DISABLE_UNINSTALLED = "yes" |
632 | 632 | ||
633 | # library package naming | ||
634 | AUTO_LIBNAME_PKGS = "${PACKAGES}" | ||
635 | |||
636 | ### | 633 | ### |
637 | ### Config file processing | 634 | ### Config file processing |
638 | ### | 635 | ### |