diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 22:35:04 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 22:35:04 +0200 |
commit | 9edaaef28d294861127374b780c31e302155d26b (patch) | |
tree | 3bdc3f410af8b18752cefae33d93b0f65b02342d /recipes/gpe-autostarter/gpe-autostarter_0.11.bb | |
parent | 44c9446696db8afd449eaf8139819cd69500dcc1 (diff) |
gpe-autostarter: Makefile fix - don't strip on install
Diffstat (limited to 'recipes/gpe-autostarter/gpe-autostarter_0.11.bb')
-rw-r--r-- | recipes/gpe-autostarter/gpe-autostarter_0.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.11.bb b/recipes/gpe-autostarter/gpe-autostarter_0.11.bb index b228b3d7b2..26a9e97b08 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.11.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.11.bb @@ -5,4 +5,6 @@ LICENSE = "GPL" inherit gpe -SRC_URI += " file://dbus-new-api.patch;patch=1" +SRC_URI += "file://dbus-new-api.patch;patch=1 \ + file://makefile-fix.patch;patch=1" + |