diff options
| author | Lei Maohui <leimaohui@fujitsu.com> | 2022-08-08 14:47:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-08 00:10:35 -0700 |
| commit | 5a93ce005d6f25d4678395cccbc9f47f67f6db51 (patch) | |
| tree | b15c698b8fd37e679dfe04994a4e29e06f4842ba /meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |
| parent | 0b031b570411517c34ff093499e195d329a97312 (diff) | |
| download | meta-openembedded-5a93ce005d6f25d4678395cccbc9f47f67f6db51.tar.gz | |
dnf-plugin-tui: Fix somw issue in postinstall process.
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | 9 |
1 files changed, 8 insertions, 1 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 ccbea58f18..f170b9f824 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 | |||
| @@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-only" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" |
| 7 | SRCREV = "f6ee3fa8fe6f3d7ca8d5b104aa73c1a5c938a403" | 7 | SRCREV = "bac88927b253cdcfe0d06ac7dc5afb876cd2d996" |
| 8 | PV = "1.3" | 8 | PV = "1.3" |
| 9 | 9 | ||
| 10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" | 10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" |
| @@ -28,7 +28,14 @@ do_install:append:class-target() { | |||
| 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 | do_install:append:class-nativesdk() { | ||
| 32 | install -d -p ${D}/${SDKPATH}/postinst-intercepts | ||
| 33 | cp -r ${COREBASE}/scripts/postinst-intercepts/* ${D}/${SDKPATH}/postinst-intercepts/ | ||
| 34 | sed -i -e 's/STAGING_DIR_NATIVE/NATIVE_ROOT/g' ${D}/${SDKPATH}/postinst-intercepts/* | ||
| 35 | } | ||
| 36 | |||
| 31 | FILES:${PN} += "${datadir}/dnf" | 37 | FILES:${PN} += "${datadir}/dnf" |
| 38 | FILES:${PN} += "${SDKPATH}/postinst-intercepts" | ||
| 32 | 39 | ||
| 33 | RDEPENDS:${PN} += " \ | 40 | RDEPENDS:${PN} += " \ |
| 34 | bash \ | 41 | bash \ |
