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/shr | |
parent | 04090f702ad2d33e5dd7a80aca3b3522fed29607 (diff) |
alsa-scenarii-shr: move recipe to obsolete
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r-- | recipes/shr/alsa-scenarii-shr_git.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/shr/alsa-scenarii-shr_git.bb b/recipes/shr/alsa-scenarii-shr_git.bb deleted file mode 100644 index 0e27115cf9..0000000000 --- a/recipes/shr/alsa-scenarii-shr_git.bb +++ /dev/null @@ -1,26 +0,0 @@ -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" - |