aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teleport/teleport_0.34.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-01 22:22:28 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-05-01 22:22:28 +0200
commit44c9446696db8afd449eaf8139819cd69500dcc1 (patch)
tree7ec1809da37be876f9663bdfdf8b8d30d70bf0eb /recipes/teleport/teleport_0.34.bb
parent598d627e732b050e86be667d7112292209152a44 (diff)
downloadopenembedded-44c9446696db8afd449eaf8139819cd69500dcc1.tar.gz
teleport: Makefile fix - don't strip on install
Diffstat (limited to 'recipes/teleport/teleport_0.34.bb')
-rw-r--r--recipes/teleport/teleport_0.34.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/teleport/teleport_0.34.bb b/recipes/teleport/teleport_0.34.bb
index ce982c9490..3732254c9d 100644
--- a/recipes/teleport/teleport_0.34.bb
+++ b/recipes/teleport/teleport_0.34.bb
@@ -3,3 +3,5 @@ LICENSE = "GPL"
DESCRIPTION = "Teleport app"
DEPENDS = "gtk+ libgpewidget libdisplaymigration libgcrypt sqlite"
PRIORITY = "optional"
+
+SRC_URI += "file://makefile-fix.patch;patch=1"