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:
f15dd93
)
libgee: add empty do_stage() for do_stage_append() from vala.bbclass (after revert...
author
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 26 Apr 2010 15:28:20 +0000
(17:28 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 26 Apr 2010 15:28:20 +0000
(17:28 +0200)
recipes/libgee/libgee_git.bb
patch
|
blob
|
history
diff --git
a/recipes/libgee/libgee_git.bb
b/recipes/libgee/libgee_git.bb
index
5c9c9e0
..
440a734
100644
(file)
--- a/
recipes/libgee/libgee_git.bb
+++ b/
recipes/libgee/libgee_git.bb
@@
-16,4
+16,9
@@
S = "${WORKDIR}/git"
inherit autotools vala
+# only because of do_stage_append in vala.bbclass
+do_stage() {
+
+}
+
BBCLASSEXTEND = "native"