mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
php: move INSTALL_ROOT over to EXTRA_OEMAKE
move INSTALL_ROOT over to EXTRA_OEMAKE rather than over riding oe_runmake install Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
764e88de03
commit
def06e9e9a
@@ -54,11 +54,9 @@ export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
|
||||
export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
|
||||
CFLAGS += " -D_GNU_SOURCE"
|
||||
|
||||
acpaths = ""
|
||||
EXTRA_OEMAKE = "INSTALL_ROOT=${D}"
|
||||
|
||||
do_install () {
|
||||
oe_runmake 'INSTALL_ROOT=${D}' install
|
||||
}
|
||||
acpaths = ""
|
||||
|
||||
do_install_append_pn-php-native() {
|
||||
rm -rf ${D}/${libdir}/php/.registry
|
||||
|
||||
Reference in New Issue
Block a user