diff options
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/dnf/dnf_git.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/libcomps/libcomps_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/libdnf/libdnf_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/librepo/librepo_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python-iniparse_0.4.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python-pygpgme_0.3.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_git.bb | 2 |
8 files changed, 7 insertions, 8 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_git.bb b/meta/recipes-devtools/dnf/dnf_git.bb index ff22d6f5f0..018352a6c9 100644 --- a/meta/recipes-devtools/dnf/dnf_git.bb +++ b/meta/recipes-devtools/dnf/dnf_git.bb | |||
| @@ -28,7 +28,6 @@ DEPENDS += "python-backports-lzma" | |||
| 28 | EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" | 28 | EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" |
| 29 | 29 | ||
| 30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
| 31 | |||
| 32 | RDEPENDS_${PN}_class-target += "python-core python-codecs python-netclient python-email python-threading python-distutils librepo python-shell python-subprocess libcomps libdnf python-sqlite3 python-compression python-pygpgme python-backports-lzma python-rpm python-iniparse python-json python-importlib python-curses python-argparse" | 31 | RDEPENDS_${PN}_class-target += "python-core python-codecs python-netclient python-email python-threading python-distutils librepo python-shell python-subprocess libcomps libdnf python-sqlite3 python-compression python-pygpgme python-backports-lzma python-rpm python-iniparse python-json python-importlib python-curses python-argparse" |
| 33 | 32 | ||
| 34 | # Direct dnf-native to read rpm configuration from our sysroot, not the one it was compiled in | 33 | # Direct dnf-native to read rpm configuration from our sysroot, not the one it was compiled in |
diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb b/meta/recipes-devtools/libcomps/libcomps_git.bb index 448ea62f67..8ff13b26b6 100644 --- a/meta/recipes-devtools/libcomps/libcomps_git.bb +++ b/meta/recipes-devtools/libcomps/libcomps_git.bb | |||
| @@ -19,5 +19,5 @@ DEPENDS = "libxml2 expat libcheck" | |||
| 19 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" | 19 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" |
| 20 | OECMAKE_SOURCEPATH = "${S}/libcomps" | 20 | OECMAKE_SOURCEPATH = "${S}/libcomps" |
| 21 | 21 | ||
| 22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native nativesdk" |
| 23 | 23 | ||
diff --git a/meta/recipes-devtools/libdnf/libdnf_git.bb b/meta/recipes-devtools/libdnf/libdnf_git.bb index 681c0029c5..6e9cfcc862 100644 --- a/meta/recipes-devtools/libdnf/libdnf_git.bb +++ b/meta/recipes-devtools/libdnf/libdnf_git.bb | |||
| @@ -36,5 +36,5 @@ EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DWITH_MAN=OFF | |||
| 36 | EXTRA_OECMAKE_append_class-native = " -DWITH_GIR=OFF" | 36 | EXTRA_OECMAKE_append_class-native = " -DWITH_GIR=OFF" |
| 37 | EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_GIR=OFF" | 37 | EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_GIR=OFF" |
| 38 | 38 | ||
| 39 | BBCLASSEXTEND = "native" | 39 | BBCLASSEXTEND = "native nativesdk" |
| 40 | 40 | ||
diff --git a/meta/recipes-devtools/librepo/librepo_git.bb b/meta/recipes-devtools/librepo/librepo_git.bb index 70e88c47b9..3f3c5fbcf5 100644 --- a/meta/recipes-devtools/librepo/librepo_git.bb +++ b/meta/recipes-devtools/librepo/librepo_git.bb | |||
| @@ -20,5 +20,5 @@ inherit cmake distutils-base pkgconfig | |||
| 20 | 20 | ||
| 21 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" | 21 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" |
| 22 | 22 | ||
| 23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native nativesdk" |
| 24 | 24 | ||
diff --git a/meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb b/meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb index 6d3b8d569d..93c6684be6 100644 --- a/meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb +++ b/meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb | |||
| @@ -18,4 +18,4 @@ DEPENDS_append = " xz" | |||
| 18 | RDEPENDS_${PN} += "python-core python-io python-pkgutil" | 18 | RDEPENDS_${PN} += "python-core python-io python-pkgutil" |
| 19 | RDEPENDS_${PN}_class-native += "python-core" | 19 | RDEPENDS_${PN}_class-native += "python-core" |
| 20 | 20 | ||
| 21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-iniparse_0.4.bb b/meta/recipes-devtools/python/python-iniparse_0.4.bb index f2515759b1..c6d98c2fdf 100644 --- a/meta/recipes-devtools/python/python-iniparse_0.4.bb +++ b/meta/recipes-devtools/python/python-iniparse_0.4.bb | |||
| @@ -12,6 +12,6 @@ inherit distutils | |||
| 12 | 12 | ||
| 13 | RDEPENDS_${PN} += "python-core" | 13 | RDEPENDS_${PN} += "python-core" |
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native nativesdk" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/iniparse-${PV}" | 17 | S = "${WORKDIR}/iniparse-${PV}" |
diff --git a/meta/recipes-devtools/python/python-pygpgme_0.3.bb b/meta/recipes-devtools/python/python-pygpgme_0.3.bb index f7dd835eee..ac8bc9d62e 100644 --- a/meta/recipes-devtools/python/python-pygpgme_0.3.bb +++ b/meta/recipes-devtools/python/python-pygpgme_0.3.bb | |||
| @@ -15,4 +15,4 @@ DEPENDS = "gpgme python" | |||
| 15 | 15 | ||
| 16 | RDEPENDS_${PN} += "python-core" | 16 | RDEPENDS_${PN} += "python-core" |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb index 22a4e71a80..c71a41064c 100644 --- a/meta/recipes-devtools/rpm/rpm_git.bb +++ b/meta/recipes-devtools/rpm/rpm_git.bb | |||
| @@ -60,7 +60,7 @@ EXTRA_OECONF_append_libc-musl = " --disable-nls" | |||
| 60 | # Also disable plugins, so that rpm doesn't attempt to inhibit shutdown via session dbus | 60 | # Also disable plugins, so that rpm doesn't attempt to inhibit shutdown via session dbus |
| 61 | EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" | 61 | EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" |
| 62 | 62 | ||
| 63 | BBCLASSEXTEND = "native" | 63 | BBCLASSEXTEND = "native nativesdk" |
| 64 | 64 | ||
| 65 | # Direct rpm-native to read configuration from our sysroot, not the one it was compiled in | 65 | # Direct rpm-native to read configuration from our sysroot, not the one it was compiled in |
| 66 | # libmagic also has sysroot path contamination, so override it | 66 | # libmagic also has sysroot path contamination, so override it |
