aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-sounds.bb
diff options
context:
space:
mode:
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}"