From 2493fb3e3287c35d3fda037c1dbf2cfd0894ab37 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 26 Mar 2010 07:50:48 +0100 Subject: alsa-scenarii-shr: move recipe to obsolete Signed-off-by: Martin Jansa --- recipes/obsolete/shr/alsa-scenarii-shr_git.bb | 26 ++++++++++++++++++++++++++ recipes/shr/alsa-scenarii-shr_git.bb | 26 -------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 recipes/obsolete/shr/alsa-scenarii-shr_git.bb delete mode 100644 recipes/shr/alsa-scenarii-shr_git.bb 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" + 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" - -- cgit v1.2.3