diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 15:52:51 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 15:52:51 +0200 |
commit | 90a600967823fd98fcc2c3aa0efccb15ff2196a0 (patch) | |
tree | 1820f879035afdac9c80de55cd1e1179e6569e70 /recipes/xst/xst_0.15.bb | |
parent | 256ed158c755c4b4334bb59cc58051b4a53efb63 (diff) | |
download | openembedded-90a600967823fd98fcc2c3aa0efccb15ff2196a0.tar.gz |
xst: Makefile fix - don't strip on install
Diffstat (limited to 'recipes/xst/xst_0.15.bb')
-rw-r--r-- | recipes/xst/xst_0.15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/xst/xst_0.15.bb b/recipes/xst/xst_0.15.bb index 76ab7af26f..6d6156e778 100644 --- a/recipes/xst/xst_0.15.bb +++ b/recipes/xst/xst_0.15.bb @@ -5,3 +5,5 @@ SECTION = "gpe" DESCRIPTION = "GPE configuration utility" LICENSE = "GPL" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" + +SRC_URI += "file://makefile-fix.patch;patch=1" |