From: Michael Mrozek Date: Sat, 11 Jun 2011 07:24:13 +0000 (+0200) Subject: pointercal: Fixed permissions X-Git-Tag: sz_beta3~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbe16046319e96aa25350bcbd2da230404ca9c6;p=openembedded.git pointercal: Fixed permissions --- diff --git a/recipes/pointercal/pointercal_0.0.bb b/recipes/pointercal/pointercal_0.0.bb index d98a78f66e..12f334becd 100644 --- a/recipes/pointercal/pointercal_0.0.bb +++ b/recipes/pointercal/pointercal_0.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Touchscreen calibration data" SECTION = "base" -PR = "r20" +PR = "r21" SRC_URI = "file://pointercal" S = "${WORKDIR}" @@ -9,7 +9,7 @@ do_install() { # Only install file if it has a contents if [ -s ${S}/pointercal ]; then install -d ${D}${sysconfdir}/ - install -m 0644 ${S}/pointercal ${D}${sysconfdir}/ + install -m 0666 ${S}/pointercal ${D}${sysconfdir}/ fi } diff --git a/recipes/psplash/psplash-omap3pandora/psplash-poky.xcf b/recipes/psplash/psplash-omap3pandora/psplash-poky.xcf index dbc0658016..66d693eced 100644 Binary files a/recipes/psplash/psplash-omap3pandora/psplash-poky.xcf and b/recipes/psplash/psplash-omap3pandora/psplash-poky.xcf differ