[oe-commits] org.oe.dev dbench 3.04 update to 4.0 and apply patch to make it compile again

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Mar 6 19:38:02 UTC 2008


dbench 3.04 update to 4.0 and apply patch to make it compile again

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 7c95723b0419570396f3810cc7a82f22626eb854
ViewMTN: http://monotone.openembedded.org/revision/info/7c95723b0419570396f3810cc7a82f22626eb854
Files:
1
packages/dbench/dbench
packages/dbench/files
packages/dbench/dbench_3.04.bb
packages/dbench/dbench_4.0.bb
packages/dbench/files/makefile.patch
Diffs:

#
# mt diff -ra098d198a2b10d6b8296c1f459ae10a5c633aace -r7c95723b0419570396f3810cc7a82f22626eb854
#
# 
# 
# rename "packages/dbench/dbench"
#     to "packages/dbench/files"
# 
# rename "packages/dbench/dbench_3.04.bb"
#     to "packages/dbench/dbench_4.0.bb"
# 
# add_file "packages/dbench/files/makefile.patch"
#  content [a433d79a9af17a3e69c4bd16ad39a9cc87904ae3]
# 
# patch "packages/dbench/dbench_4.0.bb"
#  from [cbf87ff1dd8e9b60ee21974290e07e9adc8efabf]
#    to [461fc7cd50fd08e9c6df6ca8883d52b05ead16d0]
# 
============================================================
--- packages/dbench/files/makefile.patch	a433d79a9af17a3e69c4bd16ad39a9cc87904ae3
+++ packages/dbench/files/makefile.patch	a433d79a9af17a3e69c4bd16ad39a9cc87904ae3
@@ -0,0 +1,13 @@
+Index: dbench-4.0/Makefile.in
+===================================================================
+--- dbench-4.0.orig/Makefile.in
++++ dbench-4.0/Makefile.in
+@@ -35,7 +35,7 @@ install: all
+ 	${INSTALLCMD} -d $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) $(DESTDIR)$(mandir)
+ 	${INSTALLCMD} dbench tbench tbench_srv $(DESTDIR)$(bindir)
+ 	${INSTALLCMD} client.txt $(DESTDIR)$(datadir)
+-	${INSTALLCMD} -m644 dbench.1 $(DESTDIR)$(mandir)
++	${INSTALLCMD} -m 644 dbench.1 $(DESTDIR)$(mandir)
+ 	ln -sf dbench.1 $(DESTDIR)$(mandir)/tbench.1
+ 	ln -sf dbench.1 $(DESTDIR)$(mandir)/tbench_srv.1
+ 
============================================================
--- packages/dbench/dbench_3.04.bb	cbf87ff1dd8e9b60ee21974290e07e9adc8efabf
+++ packages/dbench/dbench_4.0.bb	461fc7cd50fd08e9c6df6ca8883d52b05ead16d0
@@ -1,12 +1,14 @@ LICENSE = "GPL"
 DESCRIPTION = "The dbench (disk) and tbench (TCP) benchmarks"
 DESCRIPTION_dbench = "Filesystem load benchmark"
 DESCRIPTION_tbench = "TCP load benchmark"
 HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r0"
 
-SRC_URI = "http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
-           file://destdir.patch;patch=1"
+SRC_URI = "\
+  http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
+  file://destdir.patch;patch=1 \
+  file://makefile.patch;patch=1"
 
 inherit autotools
 






More information about the Openembedded-commits mailing list