* [meta-oe][PATCH] bonnie++: update to version 1.03e
@ 2014-04-08 6:31 jackie.huang
2014-04-10 8:28 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: jackie.huang @ 2014-04-08 6:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
Changes:
* use BPN in the file name in SRC_URI.
* install binaries in bindir and sbindir instead of base_bindir and base_sbindir.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb | 32 --------------------
meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb | 30 ++++++++++++++++++
2 files changed, 30 insertions(+), 32 deletions(-)
delete mode 100644 meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
create mode 100644 meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
deleted file mode 100644
index bff0d72..0000000
--- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SUMMARY = "Tests large file IO and creation/deletion of small files"
-HOMEPAGE = "http://www.coker.com.au/bonnie++/"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0"
-
-SRC_URI = "http://www.coker.com.au/bonnie++/bonnie++-${PV}.tgz \
- file://gcc-4.3-fixes.patch \
-"
-SRC_URI[md5sum] = "77a1ba78f37bdd7f024b67e1e36ad151"
-SRC_URI[sha256sum] = "c674f1182f4c20f1e6d038feceb0a6617fc3e7658dfbbac89396043b49612a26"
-
-inherit autotools
-
-SCRIPTS = "bon_csv2html bon_csv2txt"
-EXES = "bonnie++ zcav"
-
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-do_install () {
- install -d ${D}/bin
- install -d ${D}/sbin
- install -m 0755 ${EXES} ${D}/sbin
- install -m 0755 ${SCRIPTS} ${D}/bin
-}
-
-PACKAGES =+ "bonnie-scripts"
-
-FILES_${PN} = "${base_sbindir}"
-FILES_bonnie-scripts = "${base_bindir}"
-
-
-
diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
new file mode 100644
index 0000000..b986823
--- /dev/null
+++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
@@ -0,0 +1,30 @@
+SUMMARY = "Tests large file IO and creation/deletion of small files"
+HOMEPAGE = "http://www.coker.com.au/bonnie++/"
+SECTION = "benchmark/tests"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0"
+
+SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
+ file://gcc-4.3-fixes.patch \
+"
+SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968"
+SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb"
+
+inherit autotools
+
+SCRIPTS = "bon_csv2html bon_csv2txt"
+EXES = "bonnie++ zcav"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+do_install () {
+ install -d ${D}/${bindir}
+ install -d ${D}/${sbindir}
+ install -m 0755 ${EXES} ${D}/${sbindir}
+ install -m 0755 ${SCRIPTS} ${D}/${bindir}
+}
+
+PACKAGES =+ "bonnie-scripts"
+
+FILES_${PN} = "${sbindir}"
+FILES_bonnie-scripts = "${bindir}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] bonnie++: update to version 1.03e
2014-04-08 6:31 [meta-oe][PATCH] bonnie++: update to version 1.03e jackie.huang
@ 2014-04-10 8:28 ` Martin Jansa
2014-04-11 1:49 ` Huang, Jie (Jackie)
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-04-10 8:28 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3509 bytes --]
On Tue, Apr 08, 2014 at 02:31:02PM +0800, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> Changes:
> * use BPN in the file name in SRC_URI.
> * install binaries in bindir and sbindir instead of base_bindir and base_sbindir.
Please use -M when sending renames.
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb | 32 --------------------
> meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb | 30 ++++++++++++++++++
> 2 files changed, 30 insertions(+), 32 deletions(-)
> delete mode 100644 meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
> create mode 100644 meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
>
> diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
> deleted file mode 100644
> index bff0d72..0000000
> --- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
> +++ /dev/null
> @@ -1,32 +0,0 @@
> -SUMMARY = "Tests large file IO and creation/deletion of small files"
> -HOMEPAGE = "http://www.coker.com.au/bonnie++/"
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0"
> -
> -SRC_URI = "http://www.coker.com.au/bonnie++/bonnie++-${PV}.tgz \
> - file://gcc-4.3-fixes.patch \
> -"
> -SRC_URI[md5sum] = "77a1ba78f37bdd7f024b67e1e36ad151"
> -SRC_URI[sha256sum] = "c674f1182f4c20f1e6d038feceb0a6617fc3e7658dfbbac89396043b49612a26"
> -
> -inherit autotools
> -
> -SCRIPTS = "bon_csv2html bon_csv2txt"
> -EXES = "bonnie++ zcav"
> -
> -TARGET_CC_ARCH += "${LDFLAGS}"
> -
> -do_install () {
> - install -d ${D}/bin
> - install -d ${D}/sbin
> - install -m 0755 ${EXES} ${D}/sbin
> - install -m 0755 ${SCRIPTS} ${D}/bin
> -}
> -
> -PACKAGES =+ "bonnie-scripts"
> -
> -FILES_${PN} = "${base_sbindir}"
> -FILES_bonnie-scripts = "${base_bindir}"
> -
> -
> -
> diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> new file mode 100644
> index 0000000..b986823
> --- /dev/null
> +++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> @@ -0,0 +1,30 @@
> +SUMMARY = "Tests large file IO and creation/deletion of small files"
> +HOMEPAGE = "http://www.coker.com.au/bonnie++/"
> +SECTION = "benchmark/tests"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0"
> +
> +SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
> + file://gcc-4.3-fixes.patch \
> +"
> +SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968"
> +SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb"
> +
> +inherit autotools
> +
> +SCRIPTS = "bon_csv2html bon_csv2txt"
> +EXES = "bonnie++ zcav"
> +
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
> +do_install () {
> + install -d ${D}/${bindir}
> + install -d ${D}/${sbindir}
> + install -m 0755 ${EXES} ${D}/${sbindir}
> + install -m 0755 ${SCRIPTS} ${D}/${bindir}
> +}
> +
> +PACKAGES =+ "bonnie-scripts"
> +
> +FILES_${PN} = "${sbindir}"
> +FILES_bonnie-scripts = "${bindir}"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] bonnie++: update to version 1.03e
2014-04-10 8:28 ` Martin Jansa
@ 2014-04-11 1:49 ` Huang, Jie (Jackie)
0 siblings, 0 replies; 3+ messages in thread
From: Huang, Jie (Jackie) @ 2014-04-11 1:49 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-
> bounces@lists.openembedded.org] On Behalf Of Martin Jansa
> Sent: Thursday, April 10, 2014 4:28 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] bonnie++: update to version 1.03e
>
> On Tue, Apr 08, 2014 at 02:31:02PM +0800, jackie.huang@windriver.com wrote:
> > From: Jackie Huang <jackie.huang@windriver.com>
> >
> > Changes:
> > * use BPN in the file name in SRC_URI.
> > * install binaries in bindir and sbindir instead of base_bindir and base_sbindir.
>
> Please use -M when sending renames.
Ok, I will send v2 with -M option.
Thanks,
Jackie
>
> >
> > Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> > ---
> > meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb | 32 --------------------
> > meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb | 30 ++++++++++++++++++
> > 2 files changed, 30 insertions(+), 32 deletions(-) delete mode
> > 100644 meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
> > create mode 100644 meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> >
> > diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
> > b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
> > deleted file mode 100644
> > index bff0d72..0000000
> > --- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
> > +++ /dev/null
> > @@ -1,32 +0,0 @@
> > -SUMMARY = "Tests large file IO and creation/deletion of small files"
> > -HOMEPAGE = "http://www.coker.com.au/bonnie++/"
> > -LICENSE = "GPLv2"
> > -LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0"
> > -
> > -SRC_URI = "http://www.coker.com.au/bonnie++/bonnie++-${PV}.tgz \
> > - file://gcc-4.3-fixes.patch \
> > -"
> > -SRC_URI[md5sum] = "77a1ba78f37bdd7f024b67e1e36ad151"
> > -SRC_URI[sha256sum] = "c674f1182f4c20f1e6d038feceb0a6617fc3e7658dfbbac89396043b49612a26"
> > -
> > -inherit autotools
> > -
> > -SCRIPTS = "bon_csv2html bon_csv2txt"
> > -EXES = "bonnie++ zcav"
> > -
> > -TARGET_CC_ARCH += "${LDFLAGS}"
> > -
> > -do_install () {
> > - install -d ${D}/bin
> > - install -d ${D}/sbin
> > - install -m 0755 ${EXES} ${D}/sbin
> > - install -m 0755 ${SCRIPTS} ${D}/bin
> > -}
> > -
> > -PACKAGES =+ "bonnie-scripts"
> > -
> > -FILES_${PN} = "${base_sbindir}"
> > -FILES_bonnie-scripts = "${base_bindir}"
> > -
> > -
> > -
> > diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> > b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> > new file mode 100644
> > index 0000000..b986823
> > --- /dev/null
> > +++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> > @@ -0,0 +1,30 @@
> > +SUMMARY = "Tests large file IO and creation/deletion of small files"
> > +HOMEPAGE = "http://www.coker.com.au/bonnie++/"
> > +SECTION = "benchmark/tests"
> > +LICENSE = "GPLv2"
> > +LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0"
> > +
> > +SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
> > + file://gcc-4.3-fixes.patch \ "
> > +SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968"
> > +SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb"
> > +
> > +inherit autotools
> > +
> > +SCRIPTS = "bon_csv2html bon_csv2txt"
> > +EXES = "bonnie++ zcav"
> > +
> > +TARGET_CC_ARCH += "${LDFLAGS}"
> > +
> > +do_install () {
> > + install -d ${D}/${bindir}
> > + install -d ${D}/${sbindir}
> > + install -m 0755 ${EXES} ${D}/${sbindir}
> > + install -m 0755 ${SCRIPTS} ${D}/${bindir} }
> > +
> > +PACKAGES =+ "bonnie-scripts"
> > +
> > +FILES_${PN} = "${sbindir}"
> > +FILES_bonnie-scripts = "${bindir}"
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-11 1:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 6:31 [meta-oe][PATCH] bonnie++: update to version 1.03e jackie.huang
2014-04-10 8:28 ` Martin Jansa
2014-04-11 1:49 ` Huang, Jie (Jackie)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox