[oe-commits] Michael 'Mickey' Lauer : mioctl: new recipe; command-line utility to call ioctls

git version control git at git.openembedded.org
Fri Apr 2 12:14:36 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Apr  2 14:13:34 2010 +0200

mioctl: new recipe; command-line utility to call ioctls

---

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

diff --git a/recipes/freesmartphone/mioctl_git.bb b/recipes/freesmartphone/mioctl_git.bb
new file mode 100644
index 0000000..56bb1c4
--- /dev/null
+++ b/recipes/freesmartphone/mioctl_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "mioctl calls ioctls via command line interface"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at 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





More information about the Openembedded-commits mailing list