diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 21:07:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:40:33 +0100 |
commit | 45427e0cd0765b8a8787adc11a0f157618a3ea71 (patch) | |
tree | bce137afdae5227836fdd42556488b0427d3c5fc /meta/recipes-gnome/gnome | |
parent | 9081339cf588d29e31599ba05d1aad1c8c81af30 (diff) | |
download | openembedded-core-45427e0cd0765b8a8787adc11a0f157618a3ea71.tar.gz openembedded-core-45427e0cd0765b8a8787adc11a0f157618a3ea71.tar.bz2 openembedded-core-45427e0cd0765b8a8787adc11a0f157618a3ea71.zip |
libgdata_0.7.1.bb: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/libgdata_0.7.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/libgdata_0.7.1.bb b/meta/recipes-gnome/gnome/libgdata_0.7.1.bb index c3329945a1..c3f40477c0 100644 --- a/meta/recipes-gnome/gnome/libgdata_0.7.1.bb +++ b/meta/recipes-gnome/gnome/libgdata_0.7.1.bb @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" -DEPENDS = "gettext libxml2 glib-2.0 libsoup-2.4" +DEPENDS = "libxml2 glib-2.0 libsoup-2.4" -inherit gnome pkgconfig autotools +inherit gnome pkgconfig autotools gettext SRC_URI[archive.md5sum] = "ec5262cbcb07b63b58d45aa3ac636096" SRC_URI[archive.sha256sum] = "fb244138276a5ce98510b0e2408bbf6f9ce0fd8cdcf86f07cd4be38afbb7c2bc" |