[oe-commits] Stefan Schmidt : alsa-scenarii-shr: Add recipe (from SHR)

git version control git at git.openembedded.org
Thu Sep 17 18:39:00 UTC 2009


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Sep 17 18:08:03 2009 +0000

alsa-scenarii-shr: Add recipe (from SHR)

---

 recipes/shr/alsa-scenarii-shr_git.bb |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/alsa-scenarii-shr_git.bb b/recipes/shr/alsa-scenarii-shr_git.bb
new file mode 100644
index 0000000..97b4393
--- /dev/null
+++ b/recipes/shr/alsa-scenarii-shr_git.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Package for the different scenarios used by Openmoko"
+SECTION = "openmoko/base"
+PV = "1.0+gitr${SRCREV}"
+PR = "r1"
+
+COMPATIBLE_MACHINE = "(om-gta01|om-gta02|om-3d7k)"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/${PN}/${MACHINE_ARCH}"
+
+do_install() {
+    install -d ${D}${datadir}/shr/scenarii/
+    install -m 644 ${S}/*.state ${D}${datadir}/shr/scenarii/
+    install -d ${D}${sysconfdir}/
+    install -m 644 ${S}/stereoout.state ${D}${sysconfdir}/asound.state
+}
+
+PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}"
+
+FILES_${PN} += "${datadir}/shr"
+
+CONFFILES_${PN} += "${datadir}/shr/scenarii/*"
+RPROVIDES_${PN} = "openmoko-alsa-scenarios"
+





More information about the Openembedded-commits mailing list