libvalhalla: Add libvalhalla hg.
authorPaul Menzel <paulepanter@users.sourceforge.net>
Sat, 27 Mar 2010 12:51:41 +0000 (12:51 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 08:44:18 +0000 (10:44 +0200)
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/libvalhalla/libvalhalla_hg.bb [new file with mode: 0644]

diff --git a/recipes/libvalhalla/libvalhalla_hg.bb b/recipes/libvalhalla/libvalhalla_hg.bb
new file mode 100644 (file)
index 0000000..73a4cd0
--- /dev/null
@@ -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}"