diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-19 11:50:58 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-19 11:50:58 +0000 |
commit | 47c19bb87a85073d69adfc20614a12a17e937e1d (patch) | |
tree | f426f86486d41cbf70dd83fc98a3b52f69699943 /meta/packages/python/python-pygobject-native_2.16.0.bb | |
parent | 5716a14bf4366d0c8fe2526759ca3500b4985bc5 (diff) | |
download | poky-47c19bb87a85073d69adfc20614a12a17e937e1d.tar.gz |
python: Drop staging functions. If failures occur we just need to improve do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/python/python-pygobject-native_2.16.0.bb')
-rw-r--r-- | meta/packages/python/python-pygobject-native_2.16.0.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/packages/python/python-pygobject-native_2.16.0.bb b/meta/packages/python/python-pygobject-native_2.16.0.bb index a1c733334c..f5b9cb338c 100644 --- a/meta/packages/python/python-pygobject-native_2.16.0.bb +++ b/meta/packages/python/python-pygobject-native_2.16.0.bb | |||
@@ -7,12 +7,14 @@ PARALLEL_MAKE = "" | |||
7 | 7 | ||
8 | inherit native | 8 | inherit native |
9 | 9 | ||
10 | NATIVE_INSTALL_WORKS = "1" | ||
11 | |||
10 | SRC_URI = "\ | 12 | SRC_URI = "\ |
11 | ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \ | 13 | ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \ |
12 | # file://python-path.patch;patch=1 \ | 14 | # file://python-path.patch;patch=1 \ |
13 | " | 15 | " |
14 | 16 | ||
15 | do_stage_append() { | 17 | do_install_append() { |
16 | install -d ${STAGING_BINDIR} | 18 | install -d ${D}${bindir} |
17 | install -m 0755 gobject/generate-constants ${STAGING_BINDIR}/gobject-generate-constants | 19 | install -m 0755 gobject/generate-constants ${D}${bindir}/gobject-generate-constants |
18 | } | 20 | } |