[oe-commits] Michael 'Mickey' Lauer : mkdump: new recipe; kernel netlink and kobject message dumper

git version control git at git.openembedded.org
Sat Apr 24 13:47:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fbc6bd12522e3045e3476c0bb1d48d293053afde
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fbc6bd12522e3045e3476c0bb1d48d293053afde

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Apr 24 00:36:35 2010 +0200

mkdump: new recipe; kernel netlink and kobject message dumper

---

 recipes/freesmartphone/mkdump_git.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/freesmartphone/mkdump_git.bb b/recipes/freesmartphone/mkdump_git.bb
new file mode 100644
index 0000000..4d7be38
--- /dev/null
+++ b/recipes/freesmartphone/mkdump_git.bb
@@ -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 at 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() {
+	:
+}
+





More information about the Openembedded-commits mailing list