diff options
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 | 31 |
1 files changed, 18 insertions, 13 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 449142fcfa..2434884248 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,18 +1,23 @@ | |||
1 | Author: Aws Ismail <aws.ismail@windriver.com> | 1 | From 7854c60c92243adb14ea89e16fc226d2e47dd4f9 Mon Sep 17 00:00:00 2001 |
2 | Date: Thu Jun 7 16:00:13 2012 -0400 | 2 | From: Aws Ismail <aws.ismail@windriver.com> |
3 | Date: Thu, 7 Jun 2012 16:00:13 -0400 | ||
4 | Subject: [PATCH] Fix symlink install error in cmdlang | ||
3 | 5 | ||
4 | This patch fixes the error during the install stage when | 6 | This patch fixes the error during the install stage when |
5 | creating a symbolic link for opeipmish in openipmi/cmdlang | 7 | 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 | 8 | ||
11 | Index: OpenIPMI-2.0.24/cmdlang/Makefile.am | 9 | Upstream-Status: Pending |
12 | =================================================================== | 10 | |
13 | --- OpenIPMI-2.0.24.orig/cmdlang/Makefile.am | 11 | Signed-off-by: Aws Ismail <aws.ismail@windriver.com> |
14 | +++ OpenIPMI-2.0.24/cmdlang/Makefile.am | 12 | --- |
15 | @@ -35,6 +35,7 @@ openipmish_LDADD = libOpenIPMIcmdlang.l | 13 | cmdlang/Makefile.am | 1 + |
14 | 1 file changed, 1 insertion(+) | ||
15 | |||
16 | diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am | ||
17 | index 0ca3827..d9a941f 100644 | ||
18 | --- a/cmdlang/Makefile.am | ||
19 | +++ b/cmdlang/Makefile.am | ||
20 | @@ -35,6 +35,7 @@ openipmish_LDADD = libOpenIPMIcmdlang.la \ | ||
16 | # compatability. | 21 | # compatability. |
17 | install-data-local: | 22 | install-data-local: |
18 | rm -f $(DESTDIR)$(bindir)/ipmish | 23 | rm -f $(DESTDIR)$(bindir)/ipmish |