mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
glib-2.0: Add missing dependency on virtual/libiconv
(From OE-Core rev: 5cb4de2f77b905279d85b04f236b7a135016db28) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
require glib.inc
|
require glib.inc
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
DEPENDS += "libffi python-argparse-native zlib"
|
DEPENDS += "libffi python-argparse-native zlib"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
|||||||
BUGTRACKER = "http://bugzilla.gnome.org"
|
BUGTRACKER = "http://bugzilla.gnome.org"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
|
|
||||||
DEPENDS = "glib-2.0-native gtk-doc-native zip"
|
DEPENDS = "glib-2.0-native gtk-doc-native zip virtual/libiconv"
|
||||||
DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native"
|
DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native"
|
||||||
DEPENDS_virtclass-nativesdk = "libtool-nativesdk"
|
DEPENDS_virtclass-nativesdk = "libtool-nativesdk"
|
||||||
PACKAGES =+ "${PN}-utils "
|
PACKAGES =+ "${PN}-utils "
|
||||||
|
|||||||
Reference in New Issue
Block a user