diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-12-27 20:44:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-27 20:44:09 +0000 |
commit | 9260966715a758823a1cab490fa5aeefe9983eb0 (patch) | |
tree | 1d5ae0619c8f5ac414bbd5dd7cbd996116d465d8 /packages/gpe-what/gpe-what_0.33.bb | |
parent | f77dffa3631dc4649dfb6839f53ea2046199be0f (diff) |
gpe-what-0.33: Makefile fix for .dev
Diffstat (limited to 'packages/gpe-what/gpe-what_0.33.bb')
-rw-r--r-- | packages/gpe-what/gpe-what_0.33.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gpe-what/gpe-what_0.33.bb b/packages/gpe-what/gpe-what_0.33.bb index 5268c2cded..062a7c6db1 100644 --- a/packages/gpe-what/gpe-what_0.33.bb +++ b/packages/gpe-what/gpe-what_0.33.bb @@ -2,6 +2,8 @@ LICENSE = "GPL" SECTION = "gpe" inherit gpe +SRC_URI += "file://makefile-fix.patch;patch=1" + DESCRIPTION = "GPE modal help" DEPENDS = "x11 xpm libmatchbox" MAINTAINER = "Phil Blundell <pb@handhelds.org>" |