diff options
| -rw-r--r-- | meta/classes/buildstats.bbclass | 6 | ||||
| -rw-r--r-- | meta/recipes-extended/lsb/lsbtest_1.0.bb | 2 |
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 @@ | |||
| 1 | BUILDSTATS_BASE = ${TMPDIR}/buildstats/ | 1 | BUILDSTATS_BASE = "${TMPDIR}/buildstats/" |
| 2 | BNFILE = ${BUILDSTATS_BASE}/.buildname | 2 | BNFILE = "${BUILDSTATS_BASE}/.buildname" |
| 3 | DEVFILE = ${BUILDSTATS_BASE}/.device | 3 | DEVFILE = "${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 | " |
| 12 | RDEPENDS_${PN} = "rpm" | 12 | RDEPENDS_${PN} = "rpm" |
| 13 | 13 | ||
| 14 | S=${WORKDIR} | 14 | S = "${WORKDIR}" |
| 15 | 15 | ||
| 16 | do_install() { | 16 | do_install() { |
| 17 | install -d ${D}/usr/bin | 17 | install -d ${D}/usr/bin |
