diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 07:50:48 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 08:37:22 +0100 |
commit | 2493fb3e3287c35d3fda037c1dbf2cfd0894ab37 (patch) | |
tree | fa8e49d48c635c9ff0fe5aa7893b94cce0acf22a /recipes/obsolete | |
parent | 04090f702ad2d33e5dd7a80aca3b3522fed29607 (diff) |
alsa-scenarii-shr: move recipe to obsolete
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete')
-rw-r--r-- | recipes/obsolete/shr/alsa-scenarii-shr_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/obsolete/shr/alsa-scenarii-shr_git.bb b/recipes/obsolete/shr/alsa-scenarii-shr_git.bb new file mode 100644 index 0000000000..0e27115cf9 --- /dev/null +++ b/recipes/obsolete/shr/alsa-scenarii-shr_git.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Package for the different scenarios used by Openmoko" +SECTION = "openmoko/base" +SRCREV = "8e89c8dbae569a08cac246a3805fca20988c0ad1" +PV = "1.0+gitr${SRCREV}" +PR = "r3" + +COMPATIBLE_MACHINE = "(om-gta01|om-gta02|om-3d7k|htcdream)" + +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 virtual/alsa-scenarios" + |