aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-08-18 18:58:34 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:56:29 +0200
commitdc48e768f527cbed0cc3899f6a2ebb396cd9ada8 (patch)
tree24fab55846f541a4e58806887b2065baa06981ef /meta-oe/recipes-benchmark
parent303a585a6f6c142b94307ffe48a5c56f828fcd94 (diff)
downloadmeta-openembedded-contrib-dc48e768f527cbed0cc3899f6a2ebb396cd9ada8.tar.gz
meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb b/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
index 3c6954855f..fdf54e3b1f 100644
--- a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
+++ b/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit autotools
-# The project has moved from Sourceforge to Launchpad, to Github. Use the source tarball from
+# The project has moved from Sourceforge to Launchpad, to Github. Use the source tarball from
# Launchpad until the next release is available from Github.
SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/${BPN}_${PV}.orig.tar.gz"
@@ -22,5 +22,5 @@ PACKAGECONFIG[mysql] = "--with-mysql \
--without-mysql,mysql5"
do_configure_prepend() {
- touch ${S}/NEWS ${S}/AUTHORS
+ touch ${S}/NEWS ${S}/AUTHORS
}