diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-01-26 17:42:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-14 14:42:17 +0000 |
commit | d4efcded26706f50f8ca98d76df2b349ed1f1792 (patch) | |
tree | 10750696b5e3e2a9df1f31aba652ffff42b5e6bf /meta | |
parent | df3734551fdf1f3f0909a83b74c4feb4c483f7d1 (diff) | |
download | poky-d4efcded26706f50f8ca98d76df2b349ed1f1792.tar.gz |
nativesdk-packagegroup-sdk-host: replace smartpm with dnf
(From OE-Core rev: 45b97161915ce7872ef7161451a5c83507072a72)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
13 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 2c2abed33c..3283e7370e 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | |||
@@ -22,7 +22,7 @@ RDEPENDS_${PN} = "\ | |||
22 | nativesdk-automake \ | 22 | nativesdk-automake \ |
23 | nativesdk-shadow \ | 23 | nativesdk-shadow \ |
24 | nativesdk-makedevs \ | 24 | nativesdk-makedevs \ |
25 | nativesdk-smartpm \ | 25 | nativesdk-dnf \ |
26 | nativesdk-postinst-intercept \ | 26 | nativesdk-postinst-intercept \ |
27 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ | 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ |
28 | " | 28 | " |
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 |
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb index 6af996e359..7de36ae9e5 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb | |||
@@ -29,7 +29,7 @@ SRC_URI_append_class-native = " file://pkg-config-native.patch" | |||
29 | SRC_URI[archive.md5sum] = "0dc6570953112a464a409fb99258ccbc" | 29 | SRC_URI[archive.md5sum] = "0dc6570953112a464a409fb99258ccbc" |
30 | SRC_URI[archive.sha256sum] = "1ea46ed400e6501f975acaafea31479cea8f32f911dca4dff036f59e6464fd42" | 30 | SRC_URI[archive.sha256sum] = "1ea46ed400e6501f975acaafea31479cea8f32f911dca4dff036f59e6464fd42" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native nativesdk" |
33 | 33 | ||
34 | # Do not check for XML catalogs when building because that | 34 | # Do not check for XML catalogs when building because that |
35 | # information is not used for anything during build. Recipe | 35 | # information is not used for anything during build. Recipe |
diff --git a/meta/recipes-support/gpgme/gpgme_1.8.0.bb b/meta/recipes-support/gpgme/gpgme_1.8.0.bb index 36a95417b2..d3e7880a47 100644 --- a/meta/recipes-support/gpgme/gpgme_1.8.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.8.0.bb | |||
@@ -47,7 +47,7 @@ inherit autotools texinfo binconfig-disabled pkgconfig ${PYTHON_INHERIT} | |||
47 | 47 | ||
48 | export PKG_CONFIG='pkg-config' | 48 | export PKG_CONFIG='pkg-config' |
49 | 49 | ||
50 | BBCLASSEXTEND = "native" | 50 | BBCLASSEXTEND = "native nativesdk" |
51 | 51 | ||
52 | PACKAGES =+ "${PN}-cpp" | 52 | PACKAGES =+ "${PN}-cpp" |
53 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python2', 'python2-gpg ', '', d)}" | 53 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python2', 'python2-gpg ', '', d)}" |
diff --git a/meta/recipes-support/libassuan/libassuan_2.4.3.bb b/meta/recipes-support/libassuan/libassuan_2.4.3.bb index 1b3916d734..926c279f90 100644 --- a/meta/recipes-support/libassuan/libassuan_2.4.3.bb +++ b/meta/recipes-support/libassuan/libassuan_2.4.3.bb | |||
@@ -28,4 +28,4 @@ do_configure_prepend () { | |||
28 | rm -f ${S}/m4/*.m4 | 28 | rm -f ${S}/m4/*.m4 |
29 | } | 29 | } |
30 | 30 | ||
31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libcheck/libcheck_0.10.0.bb b/meta/recipes-support/libcheck/libcheck_0.10.0.bb index 9d34198a96..4db2d7528c 100644 --- a/meta/recipes-support/libcheck/libcheck_0.10.0.bb +++ b/meta/recipes-support/libcheck/libcheck_0.10.0.bb | |||
@@ -20,5 +20,6 @@ CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" | |||
20 | RREPLACES_${PN} = "check (<= 0.9.5)" | 20 | RREPLACES_${PN} = "check (<= 0.9.5)" |
21 | RDEPENDS_${PN} += "gawk" | 21 | RDEPENDS_${PN} += "gawk" |
22 | RDEPENDS_${PN}_class-native = "" | 22 | RDEPENDS_${PN}_class-native = "" |
23 | RDEPENDS_${PN}_class-nativesdk = "" | ||
23 | 24 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |