mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e34c0920fa
commit
02afd606b5
@@ -1,4 +1,7 @@
|
||||
SUMMARY = "Package manager forked from Yum, using libsolv as a dependency resolver"
|
||||
DESCRIPTION = "Software package manager that installs, updates, and removes \
|
||||
packages on RPM-based Linux distributions. It automatically computes \
|
||||
dependencies and determines the actions required to install packages."
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://PACKAGE-LICENSING;md5=4a0548e303dbc77f067335b4d688e745 \
|
||||
@@ -71,7 +74,7 @@ do_install_append_class-native() {
|
||||
do_install_append_class-nativesdk() {
|
||||
create_wrapper ${D}/${bindir}/dnf \
|
||||
RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \
|
||||
RPM_NO_CHROOT_FOR_SCRIPTS=1
|
||||
RPM_NO_CHROOT_FOR_SCRIPTS=1
|
||||
}
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \
|
||||
|
||||
Reference in New Issue
Block a user