diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-21 19:01:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-21 19:01:16 +0000 |
commit | 4484e20d5a7df1ebdd26678d2b78ee5017ece41b (patch) | |
tree | 76bfa96c2fe3db459610336f676a1390f4a0039b /python/python-pygtk_2.2.0.oe | |
parent | dc2b540f3e5abf21dcb61c652e17b832cca90bf6 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/05/21 21:01:12+02:00 uni-frankfurt.de!pb_
switch pygtk from distutils to autotools
BKrev: 40ae51fcUuS01Qr_Sp01smgXOQvdBg
Diffstat (limited to 'python/python-pygtk_2.2.0.oe')
-rw-r--r-- | python/python-pygtk_2.2.0.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python-pygtk_2.2.0.oe b/python/python-pygtk_2.2.0.oe index 3c4b94b6b6..31dc9a9ec3 100644 --- a/python/python-pygtk_2.2.0.oe +++ b/python/python-pygtk_2.2.0.oe @@ -8,5 +8,4 @@ SRCNAME = "pygtk" SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.2/${SRCNAME}-${PV}.tar.bz2" S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils pkgconfig - +inherit autotools pkgconfig |