git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fffe3e
)
libgee_0.6.0: add gobject-introspection-native to DEPENDS again
author
Martin Jansa
<Martin.Jansa@gmail.com>
Sun, 17 Oct 2010 19:31:05 +0000
(21:31 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Sun, 17 Oct 2010 19:33:15 +0000
(21:33 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/libgee/libgee_0.6.0.bb
patch
|
blob
|
history
diff --git
a/recipes/libgee/libgee_0.6.0.bb
b/recipes/libgee/libgee_0.6.0.bb
index
9460e97
..
dce04f5
100644
(file)
--- a/
recipes/libgee/libgee_0.6.0.bb
+++ b/
recipes/libgee/libgee_0.6.0.bb
@@
-1,6
+1,8
@@
require libgee.inc
PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
+DEPENDS += "gobject-introspection-native"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2"
S = "${WORKDIR}/${BPN}-${PV}"