From b7915f5af43dd9a03330e36fa8983fb2a934f41e Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Thu, 2 Jun 2011 13:48:31 +0200 Subject: fsousaged: fix configuration for palmpre with aurora distro and bump PR Within aurora we use the shadow resource feature of fsousaged, but other distro can't use them and as FSO configs are only machine specific we need to fix it here. Signed-off-by: Simon Busch --- recipes/freesmartphone/fsousaged_git.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +} -- cgit 1.2.3-korg