mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
python: Drop staging functions. If failures occur we just need to improve do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -7,12 +7,14 @@ PARALLEL_MAKE = ""
|
||||
|
||||
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 \
|
||||
"
|
||||
|
||||
do_stage_append() {
|
||||
install -d ${STAGING_BINDIR}
|
||||
install -m 0755 gobject/generate-constants ${STAGING_BINDIR}/gobject-generate-constants
|
||||
do_install_append() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 gobject/generate-constants ${D}${bindir}/gobject-generate-constants
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user