mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -7,13 +7,13 @@ SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master "
|
||||
SRCREV = "6d3fab9b9559b6a483fe668e39c29126cdbb58d8"
|
||||
PV = "1.2"
|
||||
|
||||
SRC_URI_append_class-target = " file://oe-remote.repo.sample"
|
||||
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
|
||||
|
||||
inherit distutils3-base
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install_append() {
|
||||
do_install:append() {
|
||||
install -d ${D}${datadir}/dnf
|
||||
install -m 0755 ${S}/samples/* ${D}${datadir}/dnf
|
||||
install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg
|
||||
@@ -23,14 +23,14 @@ do_install_append() {
|
||||
done
|
||||
}
|
||||
|
||||
do_install_append_class-target() {
|
||||
do_install:append:class-target() {
|
||||
install -d ${D}${sysconfdir}/yum.repos.d
|
||||
install -m 0644 ${WORKDIR}/oe-remote.repo.sample ${D}${sysconfdir}/yum.repos.d
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/dnf"
|
||||
FILES:${PN} += "${datadir}/dnf"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
bash \
|
||||
dnf \
|
||||
libnewt-python \
|
||||
|
||||
Reference in New Issue
Block a user