aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-02 14:13:34 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-02 14:13:34 +0200
commit8f5f909a77675d472a9748949dcbb55fd021376c (patch)
tree2d6a11c502542d7019c2e90ffd18581c6458fe0a /recipes/freesmartphone
parent510979b0659a0739044898eed25bf7ead03fec4b (diff)
downloadopenembedded-8f5f909a77675d472a9748949dcbb55fd021376c.tar.gz
mioctl: new recipe; command-line utility to call ioctls
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/mioctl_git.bb17
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 0000000000..56bb1c42af
--- /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@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