aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsousaged_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/fsousaged_git.bb')
-rw-r--r--recipes/freesmartphone/fsousaged_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsousaged_git.bb b/recipes/freesmartphone/fsousaged_git.bb
index d6a2adf2a4..ae402ae193 100644
--- a/recipes/freesmartphone/fsousaged_git.bb
+++ b/recipes/freesmartphone/fsousaged_git.bb
@@ -3,4 +3,9 @@ inherit fso-plugin
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.9.5+gitr${SRCPV}"
PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+do_configure_append_aurora() {
+ # Fix configuration for aurora distribution as other distros get's broken by this
+ sed -i -e 's/^enable_shadow_resources.*$/enable_shadow_resources = 1/g' ${S}/conf/palm_pre/fsousaged.conf
+}