python-pygobject: upgrade from 2.16.0 to 2.21.1

python-pygobject-native: upgrade from 2.16.0 to 2.21.1

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Nitin A Kamble 2010-07-07 04:14:34 -07:00 committed by Richard Purdie
parent 77dff5267b
commit 4661367660
2 changed files with 5 additions and 10 deletions

View File

@ -1,7 +1,7 @@
require python-pygobject_${PV}.bb
DEPENDS = "python-native glib-2.0-native"
PR = "r1"
PR = "r0"
PARALLEL_MAKE = ""
@ -9,10 +9,7 @@ inherit native
NATIVE_INSTALL_WORKS = "1"
SRC_URI = "\
ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \
# file://python-path.patch;patch=1 \
"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2"
do_install_append() {
install -d ${D}${bindir}

View File

@ -2,14 +2,12 @@ DESCRIPTION = "Python GObject bindings"
SECTION = "devel/python"
LICENSE = "LGPL"
DEPENDS = "python-pygobject-native-${PV} glib-2.0"
PR = "ml2"
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/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \
file://generate-constants.patch;patch=1 \
"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \
file://generate-constants.patch"
S = "${WORKDIR}/pygobject-${PV}"
FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files"