diff options
| -rw-r--r-- | meta/classes/debian.bbclass | 2 | ||||
| -rw-r--r-- | meta/conf/bitbake.conf | 3 |
2 files changed, 2 insertions, 3 deletions
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 @@ | |||
| 9 | # Better expressed as ensure all RDEPENDS package before we package | 9 | # Better expressed as ensure all RDEPENDS package before we package |
| 10 | # This means we can't have circular RDEPENDS/RRECOMMENDS | 10 | # This means we can't have circular RDEPENDS/RRECOMMENDS |
| 11 | 11 | ||
| 12 | AUTO_LIBNAME_PKGS = "${PACKAGES}" | ||
| 13 | |||
| 12 | inherit package | 14 | inherit package |
| 13 | 15 | ||
| 14 | DEBIANRDEP = "do_packagedata" | 16 | 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}" | |||
| 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 | ### |
