aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/atk/atk_1.30.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-14 10:55:33 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-14 10:55:33 +0200
commitecdc961a9e2fd472c230d8487def91415d6d1160 (patch)
tree9be6d124025bba96c55f6bbd056d4491f2f76591 /recipes/atk/atk_1.30.0.bb
parent99561d6fcc054dfda34b9b5bbb23bff93d30554a (diff)
downloadopenembedded-ecdc961a9e2fd472c230d8487def91415d6d1160.tar.gz
atk 1.30.0: bump PR for introspection change
Diffstat (limited to 'recipes/atk/atk_1.30.0.bb')
-rw-r--r--recipes/atk/atk_1.30.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/atk/atk_1.30.0.bb b/recipes/atk/atk_1.30.0.bb
index 9b60678a4a..b3505bf0bc 100644
--- a/recipes/atk/atk_1.30.0.bb
+++ b/recipes/atk/atk_1.30.0.bb
@@ -3,6 +3,8 @@ SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "LGPL"
+PR = "r1"
+
inherit gnome
SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3"
@@ -10,7 +12,7 @@ SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd8
DEPENDS = "glib-2.0 gtk-doc-native"
-EXTRA_OECONF = "--disable-glibtest"
+EXTRA_OECONF += "--disable-glibtest"
BBCLASSEXTEND = "native"