[oe-commits] Jan Lübbe : fso-sounds: only ship message and ringtone sounds to save space

git version control git at git.openembedded.org
Wed Jul 15 13:20:55 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 97ccb9787b3385281fbc58e9cfe936e6bacefb30
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97ccb9787b3385281fbc58e9cfe936e6bacefb30

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Fri Jul 10 16:18:36 2009 +0000

fso-sounds: only ship message and ringtone sounds to save space

---

 recipes/freesmartphone/fso-sounds.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fso-sounds.bb b/recipes/freesmartphone/fso-sounds.bb
index 98a51c3..3277692 100644
--- a/recipes/freesmartphone/fso-sounds.bb
+++ b/recipes/freesmartphone/fso-sounds.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A set of notification sounds"
 LICENSE = "CC"
 SECTION = "multimedia"
 PV = "0.0.1+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/artwork.git;protocol=git;branch=master \
@@ -10,7 +10,8 @@ SRC_URI = "\
 
 do_install() {
 	install -d ${D}${datadir}/sounds/
-	install ${WORKDIR}/git/sounds/*.wav ${D}${datadir}/sounds/
+	install ${WORKDIR}/git/sounds/female_message.wav ${D}${datadir}/sounds/
+	install ${WORKDIR}/git/sounds/female_ringtone.wav ${D}${datadir}/sounds/
 }
 
 FILES_${PN} = "${datadir}"





More information about the Openembedded-commits mailing list