summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 21:05:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 14:09:48 +0100
commita48b13c985239d1b6765cabea640d6e35a5727a0 (patch)
tree29f370419e9689c3505cc7019fe12c1b10be6e63 /meta/recipes-extended/libzypp
parentf8fa83c2db4bfbc9895a6624ae3bd1307f99d780 (diff)
downloadpoky-a48b13c985239d1b6765cabea640d6e35a5727a0.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/libzypp')
-rw-r--r--meta/recipes-extended/libzypp/libzypp_git.bb4
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"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=11fccc94d26293d78cb4996cb17e5fa7" 5LIC_FILES_CHKSUM = "file://COPYING;md5=11fccc94d26293d78cb4996cb17e5fa7"
6 6
7inherit cmake 7inherit cmake gettext
8 8
9DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" 9DEPENDS = "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
12RDEPENDS_${PN} = "sat-solver" 12RDEPENDS_${PN} = "sat-solver"