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:
445169c
)
install headers in staging
author
Phil Blundell
<philb@gnu.org>
Sat, 11 Sep 2004 00:00:00 +0000
(
00:00
+0000)
committer
Phil Blundell
<philb@gnu.org>
Sat, 11 Sep 2004 00:00:00 +0000
(
00:00
+0000)
BKrev: 41424000ze7KlrQoCEdpsHmRVqoO5Q
python/python-pygtk_2.2.0.oe
patch
|
blob
|
history
diff --git
a/python/python-pygtk_2.2.0.oe
b/python/python-pygtk_2.2.0.oe
index
11006ba
..
5267c6e
100644
(file)
--- a/
python/python-pygtk_2.2.0.oe
+++ b/
python/python-pygtk_2.2.0.oe
@@
-4,6
+4,7
@@
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "gtk+ libglade"
SRCNAME = "pygtk"
+PR = "r1"
SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.2/${SRCNAME}-${PV}.tar.bz2"
S = "${WORKDIR}/${SRCNAME}-${PV}"
@@
-11,3
+12,8
@@
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit autotools pkgconfig
FILES_${PN} = "${libdir}/python2.3/"
+
+do_stage() {
+ autotools_stage_includes
+}
+