diff options
Diffstat (limited to 'meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb index 887b2a4f3b..8835f3233d 100644 --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |||
| @@ -7,13 +7,13 @@ SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master " | |||
| 7 | SRCREV = "6d3fab9b9559b6a483fe668e39c29126cdbb58d8" | 7 | SRCREV = "6d3fab9b9559b6a483fe668e39c29126cdbb58d8" |
| 8 | PV = "1.2" | 8 | PV = "1.2" |
| 9 | 9 | ||
| 10 | SRC_URI_append_class-target = " file://oe-remote.repo.sample" | 10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" |
| 11 | 11 | ||
| 12 | inherit distutils3-base | 12 | inherit distutils3-base |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | do_install_append() { | 16 | do_install:append() { |
| 17 | install -d ${D}${datadir}/dnf | 17 | install -d ${D}${datadir}/dnf |
| 18 | install -m 0755 ${S}/samples/* ${D}${datadir}/dnf | 18 | install -m 0755 ${S}/samples/* ${D}${datadir}/dnf |
| 19 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg | 19 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg |
| @@ -23,14 +23,14 @@ do_install_append() { | |||
| 23 | done | 23 | done |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_install_append_class-target() { | 26 | do_install:append:class-target() { |
| 27 | install -d ${D}${sysconfdir}/yum.repos.d | 27 | install -d ${D}${sysconfdir}/yum.repos.d |
| 28 | install -m 0644 ${WORKDIR}/oe-remote.repo.sample ${D}${sysconfdir}/yum.repos.d | 28 | install -m 0644 ${WORKDIR}/oe-remote.repo.sample ${D}${sysconfdir}/yum.repos.d |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | FILES_${PN} += "${datadir}/dnf" | 31 | FILES:${PN} += "${datadir}/dnf" |
| 32 | 32 | ||
| 33 | RDEPENDS_${PN} += " \ | 33 | RDEPENDS:${PN} += " \ |
| 34 | bash \ | 34 | bash \ |
| 35 | dnf \ | 35 | dnf \ |
| 36 | libnewt-python \ | 36 | libnewt-python \ |
