aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-07-08 15:40:44 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-07-08 15:40:44 +0000
commitf6c5237faeb360e3592a5311b8ea7379177261d9 (patch)
treedfcceeb9d1eb2947061a852a2154a062f35b2b08 /recipes
parent3da4f1ef421395722d2802d151fe75655a7d2c5f (diff)
downloadopenembedded-f6c5237faeb360e3592a5311b8ea7379177261d9.tar.gz
fsoĆ-sounds:new soundset for ms5.5
Diffstat (limited to 'recipes')
-rw-r--r--recipes/freesmartphone/fso-sounds.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/freesmartphone/fso-sounds.bb b/recipes/freesmartphone/fso-sounds.bb
index 5ee60e19d6..98a51c32bf 100644
--- a/recipes/freesmartphone/fso-sounds.bb
+++ b/recipes/freesmartphone/fso-sounds.bb
@@ -1,18 +1,16 @@
DESCRIPTION = "A set of notification sounds"
-LICENSE = "PD"
+LICENSE = "CC"
SECTION = "multimedia"
PV = "0.0.1+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
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/*.wav ${D}${datadir}/sounds/
}
FILES_${PN} = "${datadir}"