diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 10:31:19 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 10:31:19 +0000 |
commit | 1044b2d0948183ed4e3555f000115e4505206b0b (patch) | |
tree | 5e7cff21924e5493821f6368a0f92628cb41473c /gpe-calculator | |
parent | dd4fab6f6c8d0d8a495d1b45765554a0a6c19807 (diff) |
apply SRC_URI cleanup patch from Andrew Zabolotny
BKrev: 41a462f7WlfRkLWnTGr3mHzWUfTovg
Diffstat (limited to 'gpe-calculator')
-rw-r--r-- | gpe-calculator/gpe-calculator_0.2.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gpe-calculator/gpe-calculator_0.2.oe b/gpe-calculator/gpe-calculator_0.2.oe index 4e113dd942..912d14ab73 100644 --- a/gpe-calculator/gpe-calculator_0.2.oe +++ b/gpe-calculator/gpe-calculator_0.2.oe @@ -6,5 +6,4 @@ SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \ - file://fix_makefile.patch;patch=1" +SRC_URI += "file://fix_makefile.patch;patch=1" |