ed: fix patch and LIC_FILES_CHKSUM
authorSaul Wold <Saul.Wold@intel.com>
Sun, 21 Nov 2010 01:09:10 +0000 (17:09 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Nov 2010 10:25:35 +0000 (10:25 +0000)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch
meta/recipes-extended/ed/ed_1.5.bb

index a65c433..4c92aa2 100644 (file)
@@ -9,24 +9,22 @@ http://lists.gnu.org/archive/html/bug-ed/2008-12/msg00001.html
 ed had already taken GPLv3 when this patch out, so it should be GPLv3.
 Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
 
-Index: ed-1.4/configure
+Index: ed-1.5/configure
 ===================================================================
---- ed-1.4.orig/configure      2009-07-10 19:54:33.000000000 +0800
-+++ ed-1.4/configure   2010-08-05 17:41:51.000000000 +0800
-@@ -26,12 +26,6 @@
+--- ed-1.5.orig/configure      2010-08-30 07:34:49.000000000 -0700
++++ ed-1.5/configure   2010-11-20 16:42:20.490645823 -0800
+@@ -26,10 +26,6 @@
  mandir='$(datadir)/man'
  sysconfdir='$(prefix)/etc'
  program_prefix=
 -CC=
--CXX=
 -CPPFLAGS=
 -CFLAGS='-Wall -W -O2'
--CXXFLAGS='-Wall -W -O2'
 -LDFLAGS=
  
  # Loop over all args
- while [ x"$1" != x ] ; do
-@@ -111,6 +105,14 @@
+ while [ -n "$1" ] ; do
+@@ -105,6 +101,14 @@
        esac
  done
  
@@ -40,4 +38,4 @@ Index: ed-1.4/configure
 +
  # Find the source files, if location was not specified.
  srcdirtext=
- if [ x"${srcdir}" = x ] ; then
+ if [ -z "${srcdir}" ] ; then
index 0243769..2242ffa 100644 (file)
@@ -4,8 +4,8 @@ BUGTRACKER = ""
 
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
-                    file://ed.h;endline=20;md5=294d5da73d15cd444ca2260fa2538296 \
-                    file://main.c;endline=24;md5=122be7f2751ae819c803441972c7f45b"
+                    file://ed.h;endline=20;md5=238781cd8e436dabb0e9f18443400066 \
+                    file://main.c;endline=24;md5=177fe82d0649e545591a13fdce5733e8"
 
 SECTION = "base"
 PR = "r0"