aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/genromfs/genromfs_git.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-26 13:29:38 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-26 15:34:08 -0700
commit203bc975c0b1454d6cfc12b8310e3d18776b93ce (patch)
treeceb48bfa18b37cf3df1c6605d09af7dbfa199c8b /recipes/genromfs/genromfs_git.bb
parent91d7fb6c054ac708faf28c03230b5eb8c7b74735 (diff)
downloadopenembedded-203bc975c0b1454d6cfc12b8310e3d18776b93ce.tar.gz
genromfs: add recipes, version 0.5.2 and git
Also mark myself as the maintainer of this. Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/genromfs/genromfs_git.bb')
-rw-r--r--recipes/genromfs/genromfs_git.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/genromfs/genromfs_git.bb b/recipes/genromfs/genromfs_git.bb
new file mode 100644
index 0000000000..3d342f5451
--- /dev/null
+++ b/recipes/genromfs/genromfs_git.bb
@@ -0,0 +1,8 @@
+require genromfs.inc
+
+SRCREV = "3b02d7a"
+PV = "0.0+git${SRCREV}"
+PR = "${INC_PR}.0"
+
+SRC_URI = "git://github.com/chexum/genromfs;protocol=git;branch=master"
+S = "${WORKDIR}/git"