aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnfo/libnfo_hg.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libnfo/libnfo_hg.bb')
-rw-r--r--recipes/libnfo/libnfo_hg.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/libnfo/libnfo_hg.bb b/recipes/libnfo/libnfo_hg.bb
new file mode 100644
index 0000000000..a70ac38f98
--- /dev/null
+++ b/recipes/libnfo/libnfo_hg.bb
@@ -0,0 +1,9 @@
+require libnfo.inc
+PV = "1.0.0+hg"
+PR = "${INC_PR}.0"
+
+SRCREV = "8f6237741f72"
+
+SRC_URI = "hg://hg.geexbox.org;module=${PN};rev=${SRCREV}"
+
+S = "${WORKDIR}/${PN}"