summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mklibs/files/ac_init_fix.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-18 08:24:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-18 23:52:53 +0100
commite897e02d21e5dc042ac3265d4ab2777c7688e1bb (patch)
tree72ade689e6a3a9d98e2463b41042d2d373da3c16 /meta/recipes-devtools/mklibs/files/ac_init_fix.patch
parentc879b0797b07572c85bc9d48053f601d6fcf3087 (diff)
downloadpoky-e897e02d21e5dc042ac3265d4ab2777c7688e1bb.tar.gz
mklibs: remove recipes and class
This is not enabled or tested by default, and has never been ported to python 3 upstream[1], which means it doesn't work at all with plain poky. If you need it, please put it in a separate layer and/or modernize to work with py3. https://salsa.debian.org/installer-team/mklibs/-/blob/master/src/mklibs (From OE-Core rev: 908df863b419d1cad7317153101fc827e7e3a354) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mklibs/files/ac_init_fix.patch')
-rw-r--r--meta/recipes-devtools/mklibs/files/ac_init_fix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/mklibs/files/ac_init_fix.patch b/meta/recipes-devtools/mklibs/files/ac_init_fix.patch
deleted file mode 100644
index 422af10420..0000000000
--- a/meta/recipes-devtools/mklibs/files/ac_init_fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Get the version of mklibs by simpler means. The MKLIBS_VERSION string in the
2configure.ac file is replaced with real version string by the
3do_configure_prepend() function from the recipe .bb file.
4
5Upstream-Status: Inappropriate [configuration]
6
7Nitin A Kamble <nitin.a.kamble@intel.com>
8Date: 2011/01/24
9
10Index: mklibs/configure.ac
11===================================================================
12--- mklibs.orig/configure.ac 2010-02-21 17:34:56.000000000 -0800
13+++ mklibs/configure.ac 2011-01-24 18:52:19.943242079 -0800
14@@ -1,4 +1,4 @@
15-AC_INIT([mklibs],m4_esyscmd(dpkg-parsechangelog | perl -ne 'print $1 if m/^Version: (.*)$/;'))
16+AC_INIT([mklibs], MKLIBS_VERSION)
17 AM_INIT_AUTOMAKE([foreign no-define])
18 AC_CONFIG_HEADERS([config.h])
19 AM_MAINTAINER_MODE