diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-26 22:53:02 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-26 22:51:58 +0000 |
| commit | 3349b88a761327a42189263e72ac73dfc6d55163 (patch) | |
| tree | 534941e5961f0248beee4e9f77aa9259f1fd54f2 /meta/recipes-extended | |
| parent | 36e918b8a80a0175b5d04cfdd04ab6d19aeef594 (diff) | |
| download | poky-3349b88a761327a42189263e72ac73dfc6d55163.tar.gz | |
More quoting fixes
* We have various variables which are either not quoted at all or are half
quoted. This patch fixes the bad exmaples so everything is consistent.
(From OE-Core rev: 960ee8076e860353a05eb2eb7f825a455c54698d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.04.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/lsb/lsb_1.4.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/lsb/lsbsetup_1.0.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/quota/quota_4.00.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/texinfo/texinfo_4.13a.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb index 18efced7c7..41713b38f9 100644 --- a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb +++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "http://cwautomacros.berlios.de/" | |||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" |
| 6 | 6 | ||
| 7 | SRC_URI = http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2 | 7 | SRC_URI = "http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2" |
| 8 | 8 | ||
| 9 | PR = "r0" | 9 | PR = "r0" |
| 10 | 10 | ||
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.04.bb b/meta/recipes-extended/ghostscript/ghostscript_9.04.bb index 80d363fc94..3f9d7b5cb9 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.04.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.04.bb | |||
| @@ -113,4 +113,4 @@ FILES_${PN}-cups += "${exec_prefix}/lib/cups/filter/gstoraster \ | |||
| 113 | ${sysconfdir}/cups \ | 113 | ${sysconfdir}/cups \ |
| 114 | " | 114 | " |
| 115 | 115 | ||
| 116 | RDEPENDS_${PN}-cups = ${PN} | 116 | RDEPENDS_${PN}-cups = "${PN}" |
diff --git a/meta/recipes-extended/lsb/lsb_1.4.bb b/meta/recipes-extended/lsb/lsb_1.4.bb index 7cecdf21bd..f2f25ba639 100644 --- a/meta/recipes-extended/lsb/lsb_1.4.bb +++ b/meta/recipes-extended/lsb/lsb_1.4.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/${PV}/lsb-release-${PV} | |||
| 16 | 16 | ||
| 17 | SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4" | 17 | SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4" |
| 18 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" | 18 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" |
| 19 | S = ${WORKDIR}/lsb-release-${PV} | 19 | S = "${WORKDIR}/lsb-release-${PV}" |
| 20 | 20 | ||
| 21 | do_install(){ | 21 | do_install(){ |
| 22 | oe_runmake install prefix=${D} mandir=${D}/${datadir}/man/ DESTDIR=${D} | 22 | oe_runmake install prefix=${D} mandir=${D}/${datadir}/man/ DESTDIR=${D} |
diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb b/meta/recipes-extended/lsb/lsbsetup_1.0.bb index 03f801219d..9172ee3b05 100644 --- a/meta/recipes-extended/lsb/lsbsetup_1.0.bb +++ b/meta/recipes-extended/lsb/lsbsetup_1.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LSB_Setup.sh;beginline=3;endline=16;md5=97451c7c0786c | |||
| 7 | 7 | ||
| 8 | SRC_URI = "file://LSB_Setup.sh" | 8 | SRC_URI = "file://LSB_Setup.sh" |
| 9 | 9 | ||
| 10 | S=${WORKDIR} | 10 | S = "${WORKDIR}" |
| 11 | 11 | ||
| 12 | do_install() { | 12 | do_install() { |
| 13 | # Only install file if it has a contents | 13 | # Only install file if it has a contents |
diff --git a/meta/recipes-extended/quota/quota_4.00.bb b/meta/recipes-extended/quota/quota_4.00.bb index 6b04fd90a2..5fef9cb2bb 100644 --- a/meta/recipes-extended/quota/quota_4.00.bb +++ b/meta/recipes-extended/quota/quota_4.00.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/linuxquota/quota-tools/${PV}/quota-${PV | |||
| 13 | SRC_URI[md5sum] = "975f587ff761a60ac25dbe6c00865925" | 13 | SRC_URI[md5sum] = "975f587ff761a60ac25dbe6c00865925" |
| 14 | SRC_URI[sha256sum] = "eb2b045f58b98299edc568b8607b95b10735b4a131fa5196f41c89b51fb409ba" | 14 | SRC_URI[sha256sum] = "eb2b045f58b98299edc568b8607b95b10735b4a131fa5196f41c89b51fb409ba" |
| 15 | 15 | ||
| 16 | S = ${WORKDIR}/quota-tools | 16 | S = "${WORKDIR}/quota-tools" |
| 17 | 17 | ||
| 18 | inherit autotools | 18 | inherit autotools |
| 19 | 19 | ||
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb index 8ee56166eb..60408e34ac 100644 --- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb +++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb | |||
| @@ -28,7 +28,7 @@ SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ | |||
| 28 | SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb" | 28 | SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb" |
| 29 | SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68" | 29 | SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68" |
| 30 | 30 | ||
| 31 | S = ${WORKDIR}/texinfo-4.13 | 31 | S = "${WORKDIR}/texinfo-4.13" |
| 32 | tex_texinfo = "texmf/tex/texinfo" | 32 | tex_texinfo = "texmf/tex/texinfo" |
| 33 | 33 | ||
| 34 | inherit gettext autotools | 34 | inherit gettext autotools |
