mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
glib-2.0: Fix DEPENDS (gtk-doc -> gtk-doc-native)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2834 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
+3
@@ -1,5 +1,8 @@
|
||||
require glib.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${PV}.tar.bz2 \
|
||||
file://glib-checksum.diff;patch=1 \
|
||||
file://glibconfig-sysdefs.h \
|
||||
file://configure-libtool.patch;patch=1"
|
||||
|
||||
Vendored
+1
-1
@@ -6,7 +6,7 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS += "glib-2.0-native gtk-doc"
|
||||
DEPENDS += "glib-2.0-native gtk-doc-native"
|
||||
DEPENDS += "virtual/libiconv virtual/libintl"
|
||||
PACKAGES =+ "glib-2.0-utils "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user