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:
a0f9ca6
)
gypsy: remove duplicate do_stage from merge
author
John Lee
<john_lee@openmoko.org>
Tue, 11 Mar 2008 19:43:30 +0000
(19:43 +0000)
committer
John Lee
<john_lee@openmoko.org>
Tue, 11 Mar 2008 19:43:30 +0000
(19:43 +0000)
packages/gypsy/gypsy.inc
patch
|
blob
|
history
diff --git
a/packages/gypsy/gypsy.inc
b/packages/gypsy/gypsy.inc
index
e3a682b
..
57f88dc
100644
(file)
--- a/
packages/gypsy/gypsy.inc
+++ b/
packages/gypsy/gypsy.inc
@@
-5,10
+5,6
@@
DEPENDS = "glib-2.0 dbus bluez-libs"
inherit autotools pkgconfig
-do_stage () {
- autotools_stage_all
-}
-
do_configure_prepend () {
touch ${S}/gtk-doc.make
}