[oe-commits] org.oe.dev php: Improve staging variables

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Feb 28 18:26:06 UTC 2008


php: Improve staging variables

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: c8935fe4d437f66f4dc130eaf35b47fdd1180140
ViewMTN: http://monotone.openembedded.org/revision/info/c8935fe4d437f66f4dc130eaf35b47fdd1180140
Files:
1
packages/php/php_5.2.0.bb
Diffs:

#
# mt diff -r753c8290640fc411c61205cf38ed438475d81f74 -rc8935fe4d437f66f4dc130eaf35b47fdd1180140
#
# 
# 
# patch "packages/php/php_5.2.0.bb"
#  from [a163ebe31efaf24ca70addf00fa32e5b9c85c89a]
#    to [3c1f63cc7326dce0a534438bf37d88728f3048ec]
# 
============================================================
--- packages/php/php_5.2.0.bb	a163ebe31efaf24ca70addf00fa32e5b9c85c89a
+++ packages/php/php_5.2.0.bb	3c1f63cc7326dce0a534438bf37d88728f3048ec
@@ -15,7 +15,7 @@ EXTRA_OECONF = "    --without-iconv \
                     --enable-embedded-mysqli \
                     --enable-magic-quotes \
     		    --with-zlib \
-                    --with-mysql="${STAGING_DIR}/${TARGET_SYS}" \
+                    --with-mysql="${STAGING_DIR_TARGET}${layout_exec_prefix}" \
                     --with-mysqli="${STAGING_BINDIR_NATIVE}/mysql_config" \
 "
 






More information about the Openembedded-commits mailing list