aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glib-2.0/glib-2.0_2.24.0.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-09 19:24:04 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-09 19:24:04 -0700
commit4db2d44858002c9c95f2ed55bd73d5fe7a747034 (patch)
tree85d37e957e2be89a23cd0c3b03aa7665e6a448eb /recipes/glib-2.0/glib-2.0_2.24.0.bb
parent5d121d88280f78ca3bc5902d46d8ed058193d28e (diff)
downloadopenembedded-4db2d44858002c9c95f2ed55bd73d5fe7a747034.tar.gz
glib-2.0: Fix DEPENDS_virtclass-native
Oops, meant to use _append here not +=. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.24.0.bb')
-rw-r--r--recipes/glib-2.0/glib-2.0_2.24.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.24.0.bb b/recipes/glib-2.0/glib-2.0_2.24.0.bb
index 0230feb024..82177d6eb1 100644
--- a/recipes/glib-2.0/glib-2.0_2.24.0.bb
+++ b/recipes/glib-2.0/glib-2.0_2.24.0.bb
@@ -7,7 +7,7 @@ LICENSE = "LGPLv2+"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0-native gtk-doc zlib"
-DEPENDS_virtclass-native += "pkgconfig-native"
+DEPENDS_virtclass-native_append = " pkgconfig-native"
PR = "r6"