diff options
author | Dragos Motrea <Dragos.Motrea@enea.com> | 2017-03-24 10:53:45 +0100 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2017-03-24 10:57:38 +0100 |
commit | 1b3785576252e5c128758d1d243da4196bb428ef (patch) | |
tree | 037ae3b41c28dd15f8000a94c1dba3c0bb523cde | |
parent | 297f0ba4cb465027d3b56f791bf9cfbfcbb5130e (diff) | |
download | meta-el-common-master.tar.gz |
rpm-build and rpm-common packages does not exist anymore after
the replacement of the smart package manager with the DNF, so the
nativesdk-packagegroup-sdk-host recipe should be updated.
Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r-- | recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend index f9ab464..125acc5 100644 --- a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend +++ b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | |||
@@ -1,5 +1,4 @@ | |||
1 | RDEPENDS_${PN} += "nativesdk-e2fsprogs \ | 1 | RDEPENDS_${PN} += "nativesdk-e2fsprogs \ |
2 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/bootloader', 'u-boot', 'nativesdk-u-boot-mkimage', '', d)} \ | 2 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/bootloader', 'u-boot', 'nativesdk-u-boot-mkimage', '', d)} \ |
3 | nativesdk-rpm-build \ | 3 | ${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', 'nativesdk-rpm', '', d)} \ |
4 | nativesdk-rpm-common \ | ||
5 | " | 4 | " |