aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2013-11-14 11:58:49 +0100
committerKoen Kooi <koen.kooi@linaro.org>2013-11-21 09:10:36 +0100
commit4085a6d45e3ef4cfe2e2bac3d8c7acf046438ea4 (patch)
tree08ae8aca78e0685303d8aef3cd7fc630ff65574f
parent843ab93ba1c4a7d31b8fd4d992c8439693db04cd (diff)
hiphopvm: replace AUTOREV with a fixed SRCREV
This doesn't build for Aarch86/gcc4.8, but it's the closest SRCREV I could find to match the last commit to the recipe. Change-Id: I683c3e9e57e55782e570d8d8be9fef09b22fb047 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rw-r--r--meta-linaro/recipes-extra/hiphopvm/hiphopvm_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-linaro/recipes-extra/hiphopvm/hiphopvm_git.bb b/meta-linaro/recipes-extra/hiphopvm/hiphopvm_git.bb
index d4301cef..77cd299b 100644
--- a/meta-linaro/recipes-extra/hiphopvm/hiphopvm_git.bb
+++ b/meta-linaro/recipes-extra/hiphopvm/hiphopvm_git.bb
@@ -44,16 +44,15 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.PHP;md5=cb564efdf78cce8ea6e4b5a4f7c05d97 \
file://LICENSE.ZEND;md5=69e7a9c51846dd6692f1b946f95f6c60"
-SRC_URI = "git://github.com/facebook/hiphop-php.git \
+SRC_URI = "git://github.com/facebook/hhvm.git \
file://hrw-check-for-libdwarf-in-our-place-first.patch \
"
-SRCREV = "${AUTOREV}"
+SRCREV = "4c4d11304aef8857dcce8524e7fd9223e00191b5"
-S = "${WORKDIR}/git"
+PV = "2.0.2+git${SRCPV}"
-PV = "0.0+git${SRCPV}"
-PR = "r1"
+S = "${WORKDIR}/git"
do_configure_prepend() {
export HPHP_HOME="${B}"