diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 15:51:47 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 15:51:47 +0200 |
commit | 256ed158c755c4b4334bb59cc58051b4a53efb63 (patch) | |
tree | 0412bbabc8ffa96e7dad3d9f7ac7098a3e3ff1ec /recipes/gpe-confd/gpe-confd_0.16.bb | |
parent | 0fce2a2207202d69cff97f007887ba8dc2c715d3 (diff) |
gpe-confd: Makefile fix - don't strip on install
Diffstat (limited to 'recipes/gpe-confd/gpe-confd_0.16.bb')
-rw-r--r-- | recipes/gpe-confd/gpe-confd_0.16.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gpe-confd/gpe-confd_0.16.bb b/recipes/gpe-confd/gpe-confd_0.16.bb index b9c31029e2..6b5010784b 100644 --- a/recipes/gpe-confd/gpe-confd_0.16.bb +++ b/recipes/gpe-confd/gpe-confd_0.16.bb @@ -6,3 +6,4 @@ DESCRIPTION = "GPE configuration daemon" LICENSE = "GPL" PR = "r1" +SRC_URI += "file://makefile-fix.patch;patch=1" |