diff options
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index b473b9ff96..2e4ef7e2b7 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb | |||
@@ -4,9 +4,9 @@ DESCRIPTION = "The ZYpp Linux Software management framework" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=11fccc94d26293d78cb4996cb17e5fa7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=11fccc94d26293d78cb4996cb17e5fa7" |
6 | 6 | ||
7 | inherit cmake | 7 | inherit cmake gettext |
8 | 8 | ||
9 | DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" | 9 | DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev" |
10 | 10 | ||
11 | # rpmdb2solv from sat-solver is run from libzypp | 11 | # rpmdb2solv from sat-solver is run from libzypp |
12 | RDEPENDS_${PN} = "sat-solver" | 12 | RDEPENDS_${PN} = "sat-solver" |