[oe-commits] Michael 'Mickey' Lauer : fso-alsa: add new recipe; alsa diagnostic utility

git version control git at git.openembedded.org
Mon Apr 12 17:05:33 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Apr 12 02:25:59 2010 +0200

fso-alsa: add new recipe; alsa diagnostic utility

---

 conf/distro/include/fso-autorev.inc    |    1 +
 recipes/freesmartphone/fso-alsa_git.bb |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index a29016d..7ad4841 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -6,6 +6,7 @@ SRCREV_pn-android-image-utils-native = "${AUTOREV}"
 SRCREV_pn-dbus-hlid = "${AUTOREV}"
 SRCREV_pn-frameworkd = "${AUTOREV}"
 SRCREV_pn-frameworkd-devel = "${AUTOREV}"
+SRCREV_pn-fso-alsa = "${AUTOREV}"
 SRCREV_pn-fso-gsm0710muxd = "${AUTOREV}"
 SRCREV_pn-fso-gpsd = "${AUTOREV}"
 SRCREV_pn-fso-monitord = "${AUTOREV}"
diff --git a/recipes/freesmartphone/fso-alsa_git.bb b/recipes/freesmartphone/fso-alsa_git.bb
new file mode 100644
index 0000000..8f5e173
--- /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 at 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





More information about the Openembedded-commits mailing list