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:
4991b60
)
gnome-python: use stage_all instead of stage_includes
author
Koen Kooi
<koen@openembedded.org>
Sun, 9 Nov 2008 15:26:05 +0000
(16:26 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 9 Nov 2008 15:26:05 +0000
(16:26 +0100)
packages/gnome/gnome-python_2.22.1.bb
patch
|
blob
|
history
diff --git
a/packages/gnome/gnome-python_2.22.1.bb
b/packages/gnome/gnome-python_2.22.1.bb
index
c21ed98
..
0507cba
100644
(file)
--- a/
packages/gnome/gnome-python_2.22.1.bb
+++ b/
packages/gnome/gnome-python_2.22.1.bb
@@
-3,7
+3,7
@@
LICENSE = "LGPL"
DEPENDS = "libgnomeui pyorbit python-pygtk"
RDEPENDS = "pyorbit"
-PR = "r
0
"
+PR = "r
1
"
inherit gnome distutils-base pkgconfig
@@
-16,3
+16,6
@@
do_configure() {
autotools_do_configure
}
+do_stage() {
+ autotools_stage_all
+}