gdk-pixbuf_2.22.1.bb: inherit gettext class instead of adding gettext to DEPENDS directly

(From OE-Core rev: 9081339cf588d29e31599ba05d1aad1c8c81af30)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-03-31 21:06:26 -07:00 committed by Richard Purdie
parent f9625d239b
commit d73500fdd9
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libpng gettext glib-2.0 jpeg"
DEPENDS = "libpng glib-2.0 jpeg"
PR = "r0"
SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.22/gdk-pixbuf-${PV}.tar.gz \
@ -20,7 +20,7 @@ SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.22/gdk-pixbuf-${
SRC_URI[md5sum] = "fcfc854e9aec7dbb2bb3059484d44556"
SRC_URI[sha256sum] = "bbb57364ffba70d64f5fcfe6eda1d67249b3d58844edb06dc0f94d1ad599b4ec"
inherit autotools pkgconfig
inherit autotools pkgconfig gettext
LIBV = "2.10.0"