From: Paul Menzel Date: Sat, 27 Mar 2010 12:51:41 +0000 (+0000) Subject: libvalhalla: Add libvalhalla hg. X-Git-Tag: Release-2010-05/1~214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a204ff887b99a4eed46532a96e98d2a2354a7e33;p=openembedded.git libvalhalla: Add libvalhalla hg. Signed-off-by: Paul Menzel Signed-off-by: Koen Kooi --- diff --git a/recipes/libvalhalla/libvalhalla_hg.bb b/recipes/libvalhalla/libvalhalla_hg.bb new file mode 100644 index 0000000000..73a4cd043a --- /dev/null +++ b/recipes/libvalhalla/libvalhalla_hg.bb @@ -0,0 +1,9 @@ +require libvalhalla.inc +PV = "1.0.0+hg" +PR = "${INC_PR}.0" + +SRCREV = "a12610802732" + +SRC_URI = "hg://hg.geexbox.org;module=${PN};rev=${SRCREV}" + +S = "${WORKDIR}/${PN}"