* [meta-oe][PATCH] php: move INSTALL_ROOT over to EXTRA_OEMAKE
@ 2013-04-29 14:10 Jack Mitchell
0 siblings, 0 replies; only message in thread
From: Jack Mitchell @ 2013-04-29 14:10 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jack Mitchell
From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
move INSTALL_ROOT over to EXTRA_OEMAKE rather than over riding
oe_runmake install
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
---
meta-oe/recipes-devtools/php/php.inc | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index edfdd64..5345f2a 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
--
1.8.2.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-29 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 14:10 [meta-oe][PATCH] php: move INSTALL_ROOT over to EXTRA_OEMAKE Jack Mitchell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox