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.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/freesmartphone/fso-sounds.bb b/recipes/freesmartphone/fso-sounds.bb
index 98a51c32bf..3277692c57 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}"