mioctl: new recipe; command-line utility to call ioctls
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 2 Apr 2010 12:13:34 +0000 (14:13 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 2 Apr 2010 12:13:34 +0000 (14:13 +0200)
recipes/freesmartphone/mioctl_git.bb [new file with mode: 0644]

diff --git a/recipes/freesmartphone/mioctl_git.bb b/recipes/freesmartphone/mioctl_git.bb
new file mode 100644 (file)
index 0000000..56bb1c4
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "mioctl calls ioctls via command line interface"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+SECTION = "console"
+LICENSE = "GPL"
+SRCREV = "851245ec1e6a44b7e4939c8c8f5755aca62c9cdb"
+PV = "0.1.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/tools/mioctl"
+
+do_stage() {
+       :
+}
+
+inherit autotools vala