DESCRIPTION = "Python GTK+ Bindings" SECTION = "devel/python" DEPENDS = "gtk+-2.6.10 libglade" RDEPENDS = "python-shell" SRCNAME = "pygtk" LICENSE = "LGPL" PR = "ml0" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/${MAJ_VER}/${SRCNAME}-${PV}.tar.bz2 \ file://acinclude.m4" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit autotools pkgconfig distutils-base EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-doc ${PN}" FILES_${PN}-dev += "${bindir} ${datadir}/pygtk ${libdir}/pygtk" do_configure_prepend() { install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ } do_stage() { autotools_stage_includes sed -i s:/usr/share:${STAGING_DATADIR}: codegen/pygtk-codegen-2.0 install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR_NATIVE}/ install -d ${STAGING_DATADIR}/pygtk/2.0/codegen install -d ${STAGING_DATADIR}/pygtk/2.0/defs/ cp -pPr codegen/*.py* ${STAGING_DATADIR}/pygtk/2.0/codegen/ cp -pPr *.defs ${STAGING_DATADIR}/pygtk/2.0/defs/ cp -pPr gtk/*.defs ${STAGING_DATADIR}/pygtk/2.0/defs/ } ption> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python
AgeCommit message (Collapse)AuthorFiles
2007-03-23python-pygobject: updated to 2.12.3, added fix to get it built on 64bit ↵Marcin Juszkiewicz4
(from Poky)
2007-03-23python-gst: updated to 0.10.7, added fix to get it built on 64bit (from Poky)Marcin Juszkiewicz4
2007-03-23python-pygtk2: make it build on 64bit host for 32bit machine (from Poky)Marcin Juszkiewicz4
Informations why it is needed sent to mailing list.
2007-03-23python-gstreamer: Rename to py-gst.Matt Reimer1
2007-03-22python-misc: fix "QA Issue: non debug package contains .debug directory".Matt Reimer1
2007-03-21merge of '5b67d1cb3227253f3f4b525375b174d391b45a4a'Matt Reimer1
and '6e08dddd36f6545a5ac5fc1ad87762258f2e4d01'
2007-03-19python-pygtk2: fix stagingPhilipp Zabel1
2007-03-19python-pygtk2-2.6.3: add old version to go with OpenMoko's gtk+-2.6Philipp Zabel1
2007-03-14python: package not packaged files into python-misc (from Poky)Marcin Juszkiewicz2
2007-02-06merge of '74301428ab37e923090b24e6a2336ca84af564f2'Matt Reimer1
and 'b9a2e7516cc3620c51495eadf5a2d938086881a9'
2007-01-31add python-pylirc, python bindings to lircMichael Lauer1
2007-01-05merge of '629d7abe4cdeb66f4256659308d040ed78152a2a'Matt Reimer1
and 'b754a5f0be53db4b76ca4b5e9313be732e56d8dc'
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie