summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-01-26 17:42:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-14 14:42:17 +0000
commitd4efcded26706f50f8ca98d76df2b349ed1f1792 (patch)
tree10750696b5e3e2a9df1f31aba652ffff42b5e6bf /meta/recipes-support
parentdf3734551fdf1f3f0909a83b74c4feb4c483f7d1 (diff)
downloadpoky-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/recipes-support')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.8.0.bb2
-rw-r--r--meta/recipes-support/libassuan/libassuan_2.4.3.bb2
-rw-r--r--meta/recipes-support/libcheck/libcheck_0.10.0.bb1
3 files changed, 3 insertions, 2 deletions
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
48export PKG_CONFIG='pkg-config' 48export PKG_CONFIG='pkg-config'
49 49
50BBCLASSEXTEND = "native" 50BBCLASSEXTEND = "native nativesdk"
51 51
52PACKAGES =+ "${PN}-cpp" 52PACKAGES =+ "${PN}-cpp"
53PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python2', 'python2-gpg ', '', d)}" 53PACKAGES =. "${@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
31BBCLASSEXTEND = "native" 31BBCLASSEXTEND = "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"
20RREPLACES_${PN} = "check (<= 0.9.5)" 20RREPLACES_${PN} = "check (<= 0.9.5)"
21RDEPENDS_${PN} += "gawk" 21RDEPENDS_${PN} += "gawk"
22RDEPENDS_${PN}_class-native = "" 22RDEPENDS_${PN}_class-native = ""
23RDEPENDS_${PN}_class-nativesdk = ""
23 24
24BBCLASSEXTEND = "native nativesdk" 25BBCLASSEXTEND = "native nativesdk"