summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/openipmi/files/do-not-install-pyc-and-pyo.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-06-14 15:28:18 +0800
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:46:51 -0700
commit3b245e4fe85be62c309650e84d1aaacbcb0d5505 (patch)
treee6503a87c5c4e8010cbe0eef6dd7da875c983119 /meta-networking/recipes-support/openipmi/files/do-not-install-pyc-and-pyo.patch
parent267d1cc2265de69db30c169e589a78cc49134c0b (diff)
downloadmeta-openembedded-3b245e4fe85be62c309650e84d1aaacbcb0d5505.tar.gz
openipmi: upgrade 2.0.25 -> 2.0.27
Refresh all patches. Remove openipmigui-not-compile-pyc-pyo.patch and do-not-install-pyc-and-pyo.patch as the issues had been fixed upstream. Add ipmi_serial_bmc_emu.c-include-readline.h-from-readli.patch to fix the build error. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/openipmi/files/do-not-install-pyc-and-pyo.patch')
-rw-r--r--meta-networking/recipes-support/openipmi/files/do-not-install-pyc-and-pyo.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-networking/recipes-support/openipmi/files/do-not-install-pyc-and-pyo.patch b/meta-networking/recipes-support/openipmi/files/do-not-install-pyc-and-pyo.patch
deleted file mode 100644
index d4e02be450..0000000000
--- a/meta-networking/recipes-support/openipmi/files/do-not-install-pyc-and-pyo.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1Do not install pyc and pyo for python module
2
3Upstream-Status: Inappropriate [embedded specific]
4
5Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
6---
7 swig/python/Makefile.am | 2 --
8 1 file changed, 2 deletions(-)
9
10diff --git a/swig/python/Makefile.am b/swig/python/Makefile.am
11index da95a81..97a62bf 100644
12--- a/swig/python/Makefile.am
13+++ b/swig/python/Makefile.am
14@@ -33,8 +33,6 @@ CLEANFILES = OpenIPMI_wrap.c OpenIPMI.py OpenIPMI.pyo OpenIPMI.pyc
15 install-exec-local: _OpenIPMI.la OpenIPMI.py OpenIPMI.pyc OpenIPMI.pyo
16 $(INSTALL) -d $(DESTDIR)$(PYTHON_INSTALL_DIR)
17 $(INSTALL_DATA) OpenIPMI.py "$(DESTDIR)$(PYTHON_INSTALL_DIR)"
18- $(INSTALL_DATA) OpenIPMI.pyc "$(DESTDIR)$(PYTHON_INSTALL_DIR)"
19- $(INSTALL_DATA) OpenIPMI.pyo "$(DESTDIR)$(PYTHON_INSTALL_DIR)"
20 if test "x$(PYTHON_GUI_DIR)" = "xopenipmigui"; then \
21 $(INSTALL) -d $(DESTDIR)$(bindir); \
22 $(INSTALL_SCRIPT) $(srcdir)/openipmigui.py "$(DESTDIR)$(bindir)/openipmigui";\
23--
241.9.1
25