summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-03-08 20:18:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-09 09:17:04 -0800
commit3beb83723434aaa88236d1208194451a2768e275 (patch)
treed4184e9741977bf0022a1dd589f5e9e6f362b241
parentb2f7a5fbf57b8398b1eb46771a3538bae4f88dcd (diff)
downloadpoky-3beb83723434aaa88236d1208194451a2768e275.tar.gz
perl: remove perl-enable-gdbm.patch
The change was already present in upstream, so we just applied it again (see bug 10450 for why). (From OE-Core rev: 549b52d6d16ff80f1adf246e69c3adcc792d1211) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch19
-rw-r--r--meta/recipes-devtools/perl/perl_5.24.1.bb1
2 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch b/meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch
deleted file mode 100644
index bad3373fd4..0000000000
--- a/meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Upstream-Status:Inappropriate [embedded specific]
2
3Index: perl-5.24.1/config_h.SH
4===================================================================
5--- perl-5.24.1.orig/config_h.SH
6+++ perl-5.24.1/config_h.SH
7@@ -726,6 +726,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#und
8 */
9 #$i_gdbm I_GDBM /**/
10
11+/* I_GDBM:
12+ * This symbol, if defined, indicates that <gdbm.h> exists and should
13+ * be included.
14+ */
15+#$i_gdbm I_GDBM /**/
16+
17 /* I_LIMITS:
18 * This symbol, if defined, indicates to the C program that it should
19 * include <limits.h> to get definition of symbols like WORD_BIT or
diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb
index f13a63a80a..e5b4886a95 100644
--- a/meta/recipes-devtools/perl/perl_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.1.bb
@@ -45,7 +45,6 @@ SRC_URI += " \
45 file://letgcc-find-errno.patch \ 45 file://letgcc-find-errno.patch \
46 file://generate-sh.patch \ 46 file://generate-sh.patch \
47 file://native-perlinc.patch \ 47 file://native-perlinc.patch \
48 file://perl-enable-gdbm.patch \
49 file://cross-generate_uudmap.patch \ 48 file://cross-generate_uudmap.patch \
50 file://fix_bad_rpath.patch \ 49 file://fix_bad_rpath.patch \
51 file://dynaloaderhack.patch \ 50 file://dynaloaderhack.patch \