diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1c2161682c..b8583646a0 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -606,9 +606,6 @@ export PATCH_GET="0" | |||
606 | # Not sure about the rest of this yet. | 606 | # Not sure about the rest of this yet. |
607 | ################################################################## | 607 | ################################################################## |
608 | 608 | ||
609 | # slot - currently unused by OE. portage remnants | ||
610 | SLOT = "0" | ||
611 | |||
612 | # Other | 609 | # Other |
613 | 610 | ||
614 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}/${libdir}/pkgconfig" | 611 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}/${libdir}/pkgconfig" |
@@ -617,10 +614,6 @@ export PKG_CONFIG_LIBDIR = "${PKG_CONFIG_DIR}" | |||
617 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 614 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |
618 | export PKG_CONFIG_DISABLE_UNINSTALLED = "yes" | 615 | export PKG_CONFIG_DISABLE_UNINSTALLED = "yes" |
619 | 616 | ||
620 | export QMAKE_MKSPEC_PATH = "${STAGING_DATADIR_NATIVE}/qmake" | ||
621 | export STAGING_SIPDIR = "${STAGING_DATADIR_NATIVE}/sip" | ||
622 | export STAGING_IDLDIR = "${STAGING_DATADIR}/idl" | ||
623 | |||
624 | # library package naming | 617 | # library package naming |
625 | AUTO_LIBNAME_PKGS = "${PACKAGES}" | 618 | AUTO_LIBNAME_PKGS = "${PACKAGES}" |
626 | 619 | ||