From def06e9e9aec30ad14020073d7c4a506e3408968 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Mon, 29 Apr 2013 14:10:51 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/php/php.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-devtools/php') diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index edfdd6466b..5345f2a0e6 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc @@ -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 -- cgit 1.2.3-korg