diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-31 13:23:21 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-31 08:27:49 -0800 |
commit | 03dd014eb0290294b29e3f9a162662a2ed16ba8f (patch) | |
tree | eafa716207b45d1c5a996df8bb7f242492d6140c /meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch | |
parent | 69490517db12049e348fdd5960fdcad9d87eb777 (diff) | |
download | meta-openembedded-03dd014eb0290294b29e3f9a162662a2ed16ba8f.tar.gz |
openipmi: update 2.0.32 -> 2.0.34
This resolves dependency on removed python distutils in particular.
openipmi-remove-host-path-from-la_LDFLAGS.patch is removed
as issue is fixed upstream.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch')
-rw-r--r-- | meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch b/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch index 2434884248..5bbccdcbf6 100644 --- a/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch +++ b/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 7854c60c92243adb14ea89e16fc226d2e47dd4f9 Mon Sep 17 00:00:00 2001 | 1 | From 0ccfefe624e25f937b27b2caf3671e80c2c29391 Mon Sep 17 00:00:00 2001 |
2 | From: Aws Ismail <aws.ismail@windriver.com> | 2 | From: Aws Ismail <aws.ismail@windriver.com> |
3 | Date: Thu, 7 Jun 2012 16:00:13 -0400 | 3 | Date: Thu, 7 Jun 2012 16:00:13 -0400 |
4 | Subject: [PATCH] Fix symlink install error in cmdlang | 4 | Subject: [PATCH] Fix symlink install error in cmdlang |
@@ -9,17 +9,18 @@ creating a symbolic link for opeipmish in openipmi/cmdlang | |||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Pending |
10 | 10 | ||
11 | Signed-off-by: Aws Ismail <aws.ismail@windriver.com> | 11 | Signed-off-by: Aws Ismail <aws.ismail@windriver.com> |
12 | |||
12 | --- | 13 | --- |
13 | cmdlang/Makefile.am | 1 + | 14 | cmdlang/Makefile.am | 1 + |
14 | 1 file changed, 1 insertion(+) | 15 | 1 file changed, 1 insertion(+) |
15 | 16 | ||
16 | diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am | 17 | diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am |
17 | index 0ca3827..d9a941f 100644 | 18 | index 7235446..4a81ae3 100644 |
18 | --- a/cmdlang/Makefile.am | 19 | --- a/cmdlang/Makefile.am |
19 | +++ b/cmdlang/Makefile.am | 20 | +++ b/cmdlang/Makefile.am |
20 | @@ -35,6 +35,7 @@ openipmish_LDADD = libOpenIPMIcmdlang.la \ | 21 | @@ -41,6 +41,7 @@ openipmish_CFLAGS = -Wall -Wsign-compare -I$(top_builddir)/include \ |
21 | # compatability. | 22 | # compatability. |
22 | install-data-local: | 23 | install-exec-hook: |
23 | rm -f $(DESTDIR)$(bindir)/ipmish | 24 | rm -f $(DESTDIR)$(bindir)/ipmish |
24 | + mkdir -p $(DESTDIR)$(bindir)/ | 25 | + mkdir -p $(DESTDIR)$(bindir)/ |
25 | $(LN_S) openipmish $(DESTDIR)$(bindir)/ipmish | 26 | $(LN_S) openipmish $(DESTDIR)$(bindir)/ipmish |