Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Fri, 21 May 2004 20:34:38 +0000 (20:34 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 21 May 2004 20:34:38 +0000 (20:34 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/05/21 22:34:23+02:00 uni-frankfurt.de!mickeyl
let the pygtk package contain files (again) :)

BKrev: 40ae67deuC8N5MfAE1taj_7PGYkELQ

python/python-pygtk_2.2.0.oe

index 31dc9a9..464ee56 100644 (file)
@@ -2,10 +2,12 @@ DESCRIPTION = "Python GTK+ Bindings"
 SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-DEPENDS = "virtual/libc gtk+ libglade"
+DEPENDS = "gtk+ libglade"
 SRCNAME = "pygtk"
 
 SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.2/${SRCNAME}-${PV}.tar.bz2"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit autotools pkgconfig
+
+FILES_${PN} = "${libdir}/python2.3/"