DESCRIPTION = "Python GObject bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "python-pygobject-native-${PV}" PR = "ml2" 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/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \ file://generate-constants.patch;patch=1 \ " S = "${WORKDIR}/pygobject-${PV}" FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" inherit autotools distutils-base pkgconfig # necessary to let the call for python-config succeed export BUILD_SYS export HOST_SYS do_stage() { autotools_stage_all install -d ${STAGING_LIBDIR}/../share/pygobject/ cp -dpfR docs/* ${STAGING_LIBDIR}/../share/pygobject/ install -d ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/ cp docs/style.css ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/ } PACKAGES += "${PN}-lib" RDEPENDS_${PN} += "python-textutils" FILES_${PN} = "${libdir}/python*" FILES_${PN}-lib = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir} ${datadir}" FILES_${PN}-dbg += "${libdir}/.debug" s='sub'>Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6-2.6.18
AgeCommit message (Expand)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko7
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe8
2007-01-10linux-handhelds-2.6: Disable CONFIG_AUDIT in defconfigs - it is broken on ARM,Paul Sokolovsky1
2006-12-30linux-handhelds-2.6 2.6.18,2.6.19: Add defconfig for htcblueangel (from HH.or...Paul Sokolovsky2
2006-12-30linux-handhelds-2.6 2.6.18: Update defconfig for hx4700 to .18 version.Paul Sokolovsky1
2006-12-02linux-handhelds-2.6: Add draft defconfig for rx3000.Paul Sokolovsky2
2006-12-02linux-handhelds-2.6 2.6.18: HH.org was upgraded to 2.6.19, so move "HEAD" def...Paul Sokolovsky11