diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-10-21 12:26:14 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 10:25:33 +0100 |
commit | 08425b597c3df914162cb12394fe7b8533b826f9 (patch) | |
tree | beac4697f1d4c7f971fd277b0bdbb804b38245b8 /meta | |
parent | 0068e55d8f64ae13a1049c37164e8b14dc33f53f (diff) | |
download | poky-08425b597c3df914162cb12394fe7b8533b826f9.tar.gz |
at: Fix nonstripbinaries.patch
The commit '0e0d14ed1e88ebff876abb3d00b08627a3879e8d' introduced a new patch
nonstripbinaries.patch, the filename format caused the patch to not apply.
Simple fix made by correcting the path.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/at/files/nonstripbinaries.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/at/files/nonstripbinaries.patch b/meta/recipes-extended/at/files/nonstripbinaries.patch index f89aa65576..a1aee5f50d 100644 --- a/meta/recipes-extended/at/files/nonstripbinaries.patch +++ b/meta/recipes-extended/at/files/nonstripbinaries.patch | |||
@@ -2,10 +2,10 @@ | |||
2 | #be handled. | 2 | #be handled. |
3 | #This patch is to handle the stripping of the binaries. | 3 | #This patch is to handle the stripping of the binaries. |
4 | #Mei Lei<lei.mei@intel.com> make this change | 4 | #Mei Lei<lei.mei@intel.com> make this change |
5 | diff --git a/build/downloads/at-3.1.12/Makefile.in b/build/downloads/at-3.1.12/Makefile.in | 5 | diff --git at-3.1.12.orig/Makefile.in at-3.1.12/Makefile.in |
6 | index dae6b7d..71a5d89 100644 | 6 | index dae6b7d..71a5d89 100644 |
7 | --- a/build/downloads/at-3.1.12/Makefile.in | 7 | --- at-3.1.12.orig/Makefile.in |
8 | +++ b/build/downloads/at-3.1.12/Makefile.in | 8 | +++ at-3.1.12/Makefile.in |
9 | @@ -97,14 +97,14 @@ install: all | 9 | @@ -97,14 +97,14 @@ install: all |
10 | chmod 600 $(IROOT)$(LFILE) | 10 | chmod 600 $(IROOT)$(LFILE) |
11 | chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE) | 11 | chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE) |