summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf/dnf_4.2.2.bb
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2019-10-02 16:52:27 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-08 11:22:24 +0100
commit02afd606b53501bead3b387a66bf050f10d94683 (patch)
tree08ea035113ba91ddd0ac92b5127a0b6de0914bb1 /meta/recipes-devtools/dnf/dnf_4.2.2.bb
parente34c0920fae725f0e53348db91426d7ec7a1b996 (diff)
downloadpoky-02afd606b53501bead3b387a66bf050f10d94683.tar.gz
meta: add missing some description in devtools
(From OE-Core rev: 57075f3dede7ad25163deaf6686221dbe1b5ad02) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dnf/dnf_4.2.2.bb')
-rw-r--r--meta/recipes-devtools/dnf/dnf_4.2.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.2.2.bb b/meta/recipes-devtools/dnf/dnf_4.2.2.bb
index c77773332c..f38167f1ad 100644
--- a/meta/recipes-devtools/dnf/dnf_4.2.2.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.2.2.bb
@@ -1,4 +1,7 @@
1SUMMARY = "Package manager forked from Yum, using libsolv as a dependency resolver" 1SUMMARY = "Package manager forked from Yum, using libsolv as a dependency resolver"
2DESCRIPTION = "Software package manager that installs, updates, and removes \
3packages on RPM-based Linux distributions. It automatically computes \
4dependencies and determines the actions required to install packages."
2LICENSE = "GPLv2" 5LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
4 file://PACKAGE-LICENSING;md5=4a0548e303dbc77f067335b4d688e745 \ 7 file://PACKAGE-LICENSING;md5=4a0548e303dbc77f067335b4d688e745 \
@@ -71,7 +74,7 @@ do_install_append_class-native() {
71do_install_append_class-nativesdk() { 74do_install_append_class-nativesdk() {
72 create_wrapper ${D}/${bindir}/dnf \ 75 create_wrapper ${D}/${bindir}/dnf \
73 RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \ 76 RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \
74 RPM_NO_CHROOT_FOR_SCRIPTS=1 77 RPM_NO_CHROOT_FOR_SCRIPTS=1
75} 78}
76 79
77SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \ 80SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \