mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
dnf-plugin-tui: Add nativesdk
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-only"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
|
||||||
SRCREV = "bac88927b253cdcfe0d06ac7dc5afb876cd2d996"
|
SRCREV = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc"
|
||||||
PV = "1.3"
|
PV = "1.3"
|
||||||
|
|
||||||
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
|
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
|
||||||
@@ -42,6 +42,6 @@ RDEPENDS:${PN} += " \
|
|||||||
dnf \
|
dnf \
|
||||||
libnewt-python \
|
libnewt-python \
|
||||||
"
|
"
|
||||||
|
DEPENDS:append:class-nativesdk = " file-replacement-nativesdk"
|
||||||
BBCLASSEXTEND = "nativesdk"
|
BBCLASSEXTEND = "nativesdk"
|
||||||
SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"
|
SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user