aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/mkdump_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/mkdump_git.bb')
-rw-r--r--recipes/freesmartphone/mkdump_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/freesmartphone/mkdump_git.bb b/recipes/freesmartphone/mkdump_git.bb
new file mode 100644
index 0000000000..d3171bbd2c
--- /dev/null
+++ b/recipes/freesmartphone/mkdump_git.bb
@@ -0,0 +1,15 @@
+require cornucopia.inc
+
+DESCRIPTION = "mkdump is a kernel message dumper"
+HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/mkdump"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+SECTION = "console/network"
+DEPENDS = "libfsoframework"
+LICENSE = "GPL"
+
+#SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
+SRCREV = "696d93d7146adffdb76ddb951a7d8199b3dc8a81"
+PV = "1.0.0+gitr${SRCPV}"
+PR = "${INC_PR}.0"
+
+S = "${WORKDIR}/git/tools/${PN}"