aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-autostarter/gpe-autostarter_0.6.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-01 22:35:04 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-05-01 22:35:04 +0200
commit9edaaef28d294861127374b780c31e302155d26b (patch)
tree3bdc3f410af8b18752cefae33d93b0f65b02342d /recipes/gpe-autostarter/gpe-autostarter_0.6.bb
parent44c9446696db8afd449eaf8139819cd69500dcc1 (diff)
downloadopenembedded-9edaaef28d294861127374b780c31e302155d26b.tar.gz
gpe-autostarter: Makefile fix - don't strip on install
Diffstat (limited to 'recipes/gpe-autostarter/gpe-autostarter_0.6.bb')
-rw-r--r--recipes/gpe-autostarter/gpe-autostarter_0.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.6.bb b/recipes/gpe-autostarter/gpe-autostarter_0.6.bb
index ef7f255db6..0ba68b7f21 100644
--- a/recipes/gpe-autostarter/gpe-autostarter_0.6.bb
+++ b/recipes/gpe-autostarter/gpe-autostarter_0.6.bb
@@ -4,3 +4,5 @@ DEPENDS = "glib-2.0 dbus-glib hotplug-dbus"
RDEPENDS = "hotplug-dbus"
inherit gpe
+
+SRC_URI += "file://makefile-fix.patch;patch=1"