diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2017-09-05 14:02:01 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:08 -0400 |
commit | e889c678a6cff071cab5d6d68d6bd3e6877b7315 (patch) | |
tree | 1a87f60e1d3a560ced26dbf38a8d3c45266618be /meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch | |
parent | 58db2c981b8cea7f0b4a47a2cd4bb3251cc33e37 (diff) | |
download | meta-openembedded-e889c678a6cff071cab5d6d68d6bd3e6877b7315.tar.gz |
openipmi: Move to meta-networking requires net-snmp
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.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 | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 0000000000..9a568b2b22 --- /dev/null +++ b/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | Author: Aws Ismail <aws.ismail@windriver.com> | ||
2 | Date: Thu Jun 7 16:00:13 2012 -0400 | ||
3 | |||
4 | This patch fixes the error during the install stage when | ||
5 | creating a symbolic link for opeipmish in openipmi/cmdlang | ||
6 | |||
7 | Upstream-Status: Pending | ||
8 | |||
9 | Signed-off-by: Aws Ismail <aws.ismail@windriver.com> | ||
10 | |||
11 | diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am | ||
12 | index 92d6e83..f6039f9 100644 | ||
13 | --- a/cmdlang/Makefile.am | ||
14 | +++ b/cmdlang/Makefile.am | ||
15 | @@ -36,6 +36,7 @@ CLEANFILES = libOpenIPMIcmdlang.map | ||
16 | # compatability. | ||
17 | install-data-local: | ||
18 | rm -f $(DESTDIR)$(bindir)/ipmish | ||
19 | + mkdir -p $(DESTDIR)$(bindir)/ | ||
20 | $(LN_S) openipmish $(DESTDIR)$(bindir)/ipmish | ||
21 | |||
22 | uninstall-local: | ||