summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/dnf/dnf_git.bb1
-rw-r--r--meta/recipes-devtools/libcomps/libcomps_git.bb2
-rw-r--r--meta/recipes-devtools/libdnf/libdnf_git.bb2
-rw-r--r--meta/recipes-devtools/librepo/librepo_git.bb2
-rw-r--r--meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb2
-rw-r--r--meta/recipes-devtools/python/python-iniparse_0.4.bb2
-rw-r--r--meta/recipes-devtools/python/python-pygpgme_0.3.bb2
-rw-r--r--meta/recipes-devtools/rpm/rpm_git.bb2
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"
28EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" 28EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}"
29 29
30BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"
31
32RDEPENDS_${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" 31RDEPENDS_${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"
19EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" 19EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}"
20OECMAKE_SOURCEPATH = "${S}/libcomps" 20OECMAKE_SOURCEPATH = "${S}/libcomps"
21 21
22BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "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
36EXTRA_OECMAKE_append_class-native = " -DWITH_GIR=OFF" 36EXTRA_OECMAKE_append_class-native = " -DWITH_GIR=OFF"
37EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_GIR=OFF" 37EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_GIR=OFF"
38 38
39BBCLASSEXTEND = "native" 39BBCLASSEXTEND = "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
21EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" 21EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}"
22 22
23BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "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"
18RDEPENDS_${PN} += "python-core python-io python-pkgutil" 18RDEPENDS_${PN} += "python-core python-io python-pkgutil"
19RDEPENDS_${PN}_class-native += "python-core" 19RDEPENDS_${PN}_class-native += "python-core"
20 20
21BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "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
13RDEPENDS_${PN} += "python-core" 13RDEPENDS_${PN} += "python-core"
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native nativesdk"
16 16
17S = "${WORKDIR}/iniparse-${PV}" 17S = "${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
16RDEPENDS_${PN} += "python-core" 16RDEPENDS_${PN} += "python-core"
17 17
18BBCLASSEXTEND = "native" 18BBCLASSEXTEND = "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
61EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" 61EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins"
62 62
63BBCLASSEXTEND = "native" 63BBCLASSEXTEND = "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