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/recipes-core/packagegroups | |
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/recipes-core/packagegroups')
-rw-r--r-- | meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 2 |
1 files changed, 1 insertions, 1 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 | " |