mkdump: new recipe; kernel netlink and kobject message dumper
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 23 Apr 2010 22:36:35 +0000 (00:36 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 24 Apr 2010 13:47:56 +0000 (15:47 +0200)
recipes/freesmartphone/mkdump_git.bb [new file with mode: 0644]

diff --git a/recipes/freesmartphone/mkdump_git.bb b/recipes/freesmartphone/mkdump_git.bb
new file mode 100644 (file)
index 0000000..4d7be38
--- /dev/null
@@ -0,0 +1,23 @@
+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 = "r0"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git/tools/mkdump"
+
+inherit autotools vala
+
+do_stage() {
+       :
+}
+