DESCRIPTION = "Python GObject bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "python-pygobject-native" PE = "1" PR = "r3" 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://python-path.patch;patch=1 \ file://generate-constants.patch;patch=1 \ " S = "${WORKDIR}/pygobject-${PV}" FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" inherit autotools distutils-base pkgconfig EXTRA_OECONF += '--with-python-includes="${STAGING_INCDIR}/.."' 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/ } FILES_${PN} = "${libdir}/python*" FILES_${PN}-dev += "${datadir}/pygobject/xsl" n> Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/meta/recipes-core/base-files/base-files
AgeCommit message (Expand)AuthorFiles
2017-04-08base-files: profile: Do not assume that the tty command existsPeter Kjellerstedt1
2017-04-08base-files: profile: Whitespace clean upPeter Kjellerstedt1
2017-03-31base-files: resize only serial tty's in profileDaniel Díaz1
2016-10-15base-files: fix profile error under < /dev/nullRichard Tollerton1
2016-10-05base-files: don't export TZ="UTC" from /etc/profileAndre McCurdy1
2016-09-03base-files: Add shell test quotingJussi Kukkonen1
2016-08-10base-files: restrict resize to run on serial consoles only in profile │·bavery1
2016-05-09base-files: add some safety checks in profileDiego Rondini1
2016-01-07readline: move inputrc into readlineJoseph A. Lutz1
2015-05-15base-files: Remove /proc/bus/usb from fstab.Andreas Oberritter1
2015-02-14base-files/profile: change EDITOR to not be busybox specificPaul Gortmaker1
2014-08-06base-files: set dynamic COLUMNS via resize commandTing Liu1
2014-07-25base-files: Don't export TZ if /etc/TZ existsRichard Tollerton1
2014-03-21base-files: use /dev/root in /etc/fstab for systemd supportJonathan Liu1
2013-10-26base-files: remove invalid entries from /etc/shellsMing Liu1
2013-07-02base-files: remove the unnecessary /media/xxx directoriesChen Qi1
2013-05-29base-files: add /run directory from FHS 3 draft specificationJonathan Liu1
2013-03-26Revert "base-files: add fstab for systemd based systems"Andreas Oberritter1
2013-01-20base-files: add fstab for systemd based systemsMartin Donnelly1
2012-12-25base-files: use dynamic root home directoryKang Kai1
2012-01-06base-files: filesystems: fix mount orderGary Thomas1
2011-12-08OECore license fixes: meta/*Elizabeth Flanagan7