mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
libgdata_0.7.1.bb: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: 45427e0cd0765b8a8787adc11a0f157618a3ea71) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user