mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
libzypp_git.bb: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: 6e2cf3c73c710ff591b934adc4f6facbdd109aa9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -4,9 +4,9 @@ DESCRIPTION = "The ZYpp Linux Software management framework"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=11fccc94d26293d78cb4996cb17e5fa7"
|
||||
|
||||
inherit cmake
|
||||
inherit cmake gettext
|
||||
|
||||
DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev"
|
||||
DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev"
|
||||
|
||||
# rpmdb2solv from sat-solver is run from libzypp
|
||||
RDEPENDS_${PN} = "sat-solver"
|
||||
|
||||
Reference in New Issue
Block a user