diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-benchmark/dbench/files/makefile.patch | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/dbench/files/makefile.patch')
-rw-r--r-- | meta-oe/recipes-benchmark/dbench/files/makefile.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/dbench/files/makefile.patch b/meta-oe/recipes-benchmark/dbench/files/makefile.patch new file mode 100644 index 0000000000..09d619ad38 --- /dev/null +++ b/meta-oe/recipes-benchmark/dbench/files/makefile.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | Add space between install -m option and its argument. Got this patch from | ||
2 | OE 709c4d66e0b107ca606941b988bad717c0b45d9b | ||
3 | |||
4 | Upstream-Status: Inappropriate [not author] | ||
5 | |||
6 | Index: dbench-4.0/Makefile.in | ||
7 | =================================================================== | ||
8 | --- dbench-4.0.orig/Makefile.in | ||
9 | +++ dbench-4.0/Makefile.in | ||
10 | @@ -35,7 +35,7 @@ install: all | ||
11 | ${INSTALLCMD} -d $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) $(DESTDIR)$(mandir) | ||
12 | ${INSTALLCMD} dbench tbench tbench_srv $(DESTDIR)$(bindir) | ||
13 | ${INSTALLCMD} client.txt $(DESTDIR)$(datadir) | ||
14 | - ${INSTALLCMD} -m644 dbench.1 $(DESTDIR)$(mandir) | ||
15 | + ${INSTALLCMD} -m 644 dbench.1 $(DESTDIR)$(mandir) | ||
16 | ln -sf dbench.1 $(DESTDIR)$(mandir)/tbench.1 | ||
17 | ln -sf dbench.1 $(DESTDIR)$(mandir)/tbench_srv.1 | ||
18 | |||