aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glib-2.0
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2010-07-21 11:37:52 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2010-07-21 11:37:52 +0200
commit1e4c8ab77532c76ad041ab3b50d3e18bfc352080 (patch)
treeaf825f36f8705f90e472eabb4843350db1f2b49a /recipes/glib-2.0
parent8f57e8ee924f945f8d56b74ad3f609de6deaef4c (diff)
downloadopenembedded-1e4c8ab77532c76ad041ab3b50d3e18bfc352080.tar.gz
glib-2.0: Remove the old-style native dependency and move virtual-native dependency to a place vere it is easier to recognize.
Fixes build of latest glib-2.0 if no preferred versions of glib are set.
Diffstat (limited to 'recipes/glib-2.0')
-rw-r--r--recipes/glib-2.0/glib-2.0_2.24.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.24.1.bb b/recipes/glib-2.0/glib-2.0_2.24.1.bb
index a573f0a0ac..3bc11de4be 100644
--- a/recipes/glib-2.0/glib-2.0_2.24.1.bb
+++ b/recipes/glib-2.0/glib-2.0_2.24.1.bb
@@ -6,7 +6,9 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
-DEPENDS = "glib-2.0-native gtk-doc zlib"
+DEPENDS = "gtk-doc zlib"
+DEPENDS_virtclass-native = "gettext-native gtk-doc-native \
+ pkgconfig-native"
PR = "r0"
@@ -44,8 +46,6 @@ do_install_append() {
sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g ${D}${bindir}/glib-mkenums || true
}
-DEPENDS_virtclass-native = "gettext-native gtk-doc-native \
- pkgconfig-native"
EXTRA_OECONF_virtclass-native = ""
do_configure_prepend_virtclass-native() {