1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

More quoting fixes

(From OE-Core rev: 749d252475df090d51313cfbbe3f159db9f0566d)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2012-02-28 13:14:30 +00:00
parent f60a5d159b
commit b82a793bdb
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
BUILDSTATS_BASE = ${TMPDIR}/buildstats/
BNFILE = ${BUILDSTATS_BASE}/.buildname
DEVFILE = ${BUILDSTATS_BASE}/.device
BUILDSTATS_BASE = "${TMPDIR}/buildstats/"
BNFILE = "${BUILDSTATS_BASE}/.buildname"
DEVFILE = "${BUILDSTATS_BASE}/.device"
################################################################################
# Build statistics gathering.
+1 -1
View File
@@ -11,7 +11,7 @@ SRC_URI = "file://LSB_Test.sh \
"
RDEPENDS_${PN} = "rpm"
S=${WORKDIR}
S = "${WORKDIR}"
do_install() {
install -d ${D}/usr/bin