* This patch has been picked up in the bc sources and is no
  longer required for the Dora release

Signed-off-by: Chase Maupin <[email protected]>
---
 .../recipes-extended/bc/bc/bc-1.06-fixes-1.patch   |   27 --------------------
 .../recipes-extended/bc/bc_1.06.bbappend           |    7 -----
 2 files changed, 34 deletions(-)
 delete mode 100644 
meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch
 delete mode 100644 meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend

diff --git a/meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch 
b/meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch
deleted file mode 100644
index afcdba2..0000000
--- a/meta-arago-distro/recipes-extended/bc/bc/bc-1.06-fixes-1.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
-Date: 2003-09-26
-Initial Package Version: 1.06
-Origin: Mandrake CVS
-Description: Fixes a few typos
- 
---- bc-1.06/lib/number.c.orig  2003-09-26 21:14:02.000000000 +0000
-+++ bc-1.06/lib/number.c       2003-09-26 21:14:26.000000000 +0000
-@@ -34,6 +34,7 @@
- #include <number.h>
- #include <assert.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <ctype.h>/* Prototypes needed for external utility routines. */
- 
- #define bc_rt_warn rt_warn
---- bc-1.06/bc/load.c.orig     2003-09-26 21:14:14.000000000 +0000
-+++ bc-1.06/bc/load.c  2003-09-26 21:14:26.000000000 +0000
-@@ -156,7 +156,7 @@
-   long  label_no;
-   long  vaf_name;     /* variable, array or function number. */
-   long  func;
--  program_counter save_adr;
-+  static program_counter save_adr;
- 
-   /* Initialize. */
-   str = code;
diff --git a/meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend 
b/meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend
deleted file mode 100644
index 4860160..0000000
--- a/meta-arago-distro/recipes-extended/bc/bc_1.06.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-# look for files in this layer first
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PR_append = "-arago0"
-
-# Add commit that fixes segementation fault when using -l option
-SRC_URI += "file://bc-1.06-fixes-1.patch"
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to