diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-12 02:25:59 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-12 19:12:03 +0200 |
commit | c46ec4955b6a64bed23ace5939553381b85e5b44 (patch) | |
tree | 957c1a022bb386ad02389dc0a958b716326abd8e /recipes/freesmartphone/fso-alsa_git.bb | |
parent | be39fdaa4d8b788b16f281844976cf1577e7113a (diff) |
fso-alsa: add new recipe; alsa diagnostic utility
Diffstat (limited to 'recipes/freesmartphone/fso-alsa_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-alsa_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fso-alsa_git.bb b/recipes/freesmartphone/fso-alsa_git.bb new file mode 100644 index 0000000000..8f5e173bdd --- /dev/null +++ b/recipes/freesmartphone/fso-alsa_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Mickey's DBus introspection and calling Program V2" +AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" +HOMEPAGE = "http://www.freesmartphone.org" +SECTION = "console/multimedia" +LICENSE = "GPLv2" +DEPENDS = "fsodeviced glib-2.0 dbus dbus-glib" +SRCREV = "${FSO_CORNUCOPIA_SRCREV}" +PV = "1.0.0+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" +S = "${WORKDIR}/git/tools/fso-alsa" + +do_stage() { + : +} + +inherit autotools_stage vala |