Update p7zip to 7zip

Due to commit [Use 7zip 2409 to replace p7zip 16.02] applied,
update affected recipes

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hongxu Jia 2024-12-19 16:47:57 +08:00 committed by Khem Raj
parent 4cac1be12d
commit 751cc692ee
No known key found for this signature in database
GPG Key ID: BB053355919D3314
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \
file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \
"
DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools p7zip libselinux googletest"
DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools 7zip libselinux googletest"
SRCREV_core = "abfd66fafcbb691d7860df059f1df1c9b1ef29da"
@ -168,7 +168,7 @@ do_install() {
PACKAGES =+ "${PN}-fstools ${PN}-adbd"
RDEPENDS:${BPN} = "${BPN}-conf p7zip"
RDEPENDS:${BPN} = "${BPN}-conf 7zip"
FILES:${PN}-adbd = "\
${bindir}/adbd \

View File

@ -385,7 +385,7 @@ RDEPENDS:packagegroup-meta-oe-extended = "\
nicstat \
${@bb.utils.contains("DISTRO_FEATURES", "pam", "openwsman", "", d)} \
ostree \
p7zip \
7zip \
${@bb.utils.contains("DISTRO_FEATURES", "pam", "pam-plugin-ccreds pam-plugin-ldapdb pam-ssh-agent-auth", "", d)} \
pegtl \
${@bb.utils.contains("DISTRO_FEATURES", "polkit", "polkit-group-rule-datetime polkit-group-rule-network polkit", "", d)} \

View File

@ -13,7 +13,7 @@ inherit pypi
PYPI_PACKAGE="rarfile"
RDEPENDS:${PN} += "\
p7zip \
7zip \
python3-core \
python3-datetime \
python3-crypt \

View File

@ -30,4 +30,4 @@ do_configure:prepend() {
FILES:${PN} += "${libdir}/thunar-archive-plugin"
RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz p7zip"
RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz 7zip"