diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-12-09 13:10:07 -0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 17:18:41 +0000 |
| commit | 3df335abd834b96d8940fb88041cb3fb7f34ac95 (patch) | |
| tree | 5727a47ceed6ec07f097d66b312f9e346627a991 /meta/recipes-devtools/python/python-pygobject-native_2.21.1.bb | |
| parent | d476a237ef9ac06e3214a2f6e8d2c8be05b3d830 (diff) | |
| download | poky-3df335abd834b96d8940fb88041cb3fb7f34ac95.tar.gz | |
python-pygobject: upgrade from 2.21.1 to 2.27.0
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygobject-native_2.21.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-pygobject-native_2.21.1.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject-native_2.21.1.bb b/meta/recipes-devtools/python/python-pygobject-native_2.21.1.bb deleted file mode 100644 index d3602277a4..0000000000 --- a/meta/recipes-devtools/python/python-pygobject-native_2.21.1.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | require python-pygobject_${PV}.bb | ||
| 2 | |||
| 3 | DEPENDS = "python-native glib-2.0-native" | ||
| 4 | PR = "r0" | ||
| 5 | |||
| 6 | PARALLEL_MAKE = "" | ||
| 7 | |||
| 8 | inherit native | ||
| 9 | |||
| 10 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2" | ||
| 11 | |||
| 12 | do_install_append() { | ||
| 13 | install -d ${D}${bindir} | ||
| 14 | install -m 0755 gobject/generate-constants ${D}${bindir}/gobject-generate-constants | ||
| 15 | } | ||
