aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-sounds.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-06 23:51:34 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-07 02:49:56 +0200
commit8aaba52bea14032340a37959af4a57047cb03c1b (patch)
treea8e45a14240e95aa7058c8f88476448f831a274f /recipes/freesmartphone/fso-sounds.bb
parentc579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff)
downloadopenembedded-8aaba52bea14032340a37959af4a57047cb03c1b.tar.gz
freesmartphone: catch up with milestone5.5 and SHR/import
Diffstat (limited to 'recipes/freesmartphone/fso-sounds.bb')
-rw-r--r--recipes/freesmartphone/fso-sounds.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/freesmartphone/fso-sounds.bb b/recipes/freesmartphone/fso-sounds.bb
index 5ee60e19d6..3277692c57 100644
--- a/recipes/freesmartphone/fso-sounds.bb
+++ b/recipes/freesmartphone/fso-sounds.bb
@@ -1,18 +1,17 @@
DESCRIPTION = "A set of notification sounds"
-LICENSE = "PD"
+LICENSE = "CC"
SECTION = "multimedia"
PV = "0.0.1+gitr${SRCREV}"
-PR = "r0"
+PR = "r2"
SRC_URI = "\
- http://gallium.prg.dtu.dk/HVSC/C64Music/MUSICIANS/G/Galway_Martin/Arkanoid_PSID.sid \
${FREESMARTPHONE_GIT}/artwork.git;protocol=git;branch=master \
"
do_install() {
install -d ${D}${datadir}/sounds/
- install ${WORKDIR}/*.sid ${D}${datadir}/sounds/
- install ${WORKDIR}/git/sounds/*.mp3 ${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}"