summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/buildstats.bbclass6
-rw-r--r--meta/recipes-extended/lsb/lsbtest_1.0.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass
index 9690a04100..efd3426c16 100644
--- a/meta/classes/buildstats.bbclass
+++ b/meta/classes/buildstats.bbclass
@@ -1,6 +1,6 @@
1BUILDSTATS_BASE = ${TMPDIR}/buildstats/ 1BUILDSTATS_BASE = "${TMPDIR}/buildstats/"
2BNFILE = ${BUILDSTATS_BASE}/.buildname 2BNFILE = "${BUILDSTATS_BASE}/.buildname"
3DEVFILE = ${BUILDSTATS_BASE}/.device 3DEVFILE = "${BUILDSTATS_BASE}/.device"
4 4
5################################################################################ 5################################################################################
6# Build statistics gathering. 6# Build statistics gathering.
diff --git a/meta/recipes-extended/lsb/lsbtest_1.0.bb b/meta/recipes-extended/lsb/lsbtest_1.0.bb
index d932c831f6..11911643b5 100644
--- a/meta/recipes-extended/lsb/lsbtest_1.0.bb
+++ b/meta/recipes-extended/lsb/lsbtest_1.0.bb
@@ -11,7 +11,7 @@ SRC_URI = "file://LSB_Test.sh \
11 " 11 "
12RDEPENDS_${PN} = "rpm" 12RDEPENDS_${PN} = "rpm"
13 13
14S=${WORKDIR} 14S = "${WORKDIR}"
15 15
16do_install() { 16do_install() {
17 install -d ${D}/usr/bin 17 install -d ${D}/usr/bin