From 4085a6d45e3ef4cfe2e2bac3d8c7acf046438ea4 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 14 Nov 2013 11:58:49 +0100 Subject: 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 --- meta-linaro/recipes-extra/hiphopvm/hiphopvm_git.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-linaro') 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}" -- cgit v1.2.3