summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-02-26 21:56:00 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-26 23:57:23 +0100
commit8cd93743d763ac4895fa1d1578fd4ec972b22076 (patch)
tree8f0c37b4f590f6f8f86270d41222eaa4105a02a9 /meta-oe
parentb85b2dd813c1b0003d36a6954336431672c72103 (diff)
downloadmeta-openembedded-8cd93743d763ac4895fa1d1578fd4ec972b22076.tar.gz
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. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb2
-rw-r--r--meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb2
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4.5.inc2
-rw-r--r--meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb2
-rw-r--r--meta-oe/recipes-devtools/vala/vala.inc2
-rw-r--r--meta-oe/recipes-extended/net-snmp/net-snmp.inc2
-rw-r--r--meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb2
-rw-r--r--meta-oe/recipes-support/mysql/mysql5_5.1.40.bb2
-rw-r--r--meta-oe/recipes-support/opencv/opencv_2.3.bb2
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb
index 97dab1c46..1d7817dce 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb
@@ -23,5 +23,5 @@ do_install() {
23} 23}
24 24
25PACKAGES = "${PN}" 25PACKAGES = "${PN}"
26FILES_${PN} = ${datadir}/uhd/images 26FILES_${PN} = "${datadir}/uhd/images"
27 27
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
index d6e3b03c4..76e2da4bf 100644
--- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
+++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
@@ -5,7 +5,7 @@ LICENSE ="BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \ 5LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \
6 file://jpeglib.h;endline=14;md5=7bb9a39828a1b1e84acd4e8aec1e5532 \ 6 file://jpeglib.h;endline=14;md5=7bb9a39828a1b1e84acd4e8aec1e5532 \
7 file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \ 7 file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \
8 8"
9PV = "8c+1.2.0" 9PV = "8c+1.2.0"
10SRCREV = "733" 10SRCREV = "733"
11SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk" 11SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk"
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
index c2c451b6a..82dd15715 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
+++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
@@ -23,7 +23,7 @@ PR = "r45"
23# which will be next minor release and so on. 23# which will be next minor release and so on.
24 24
25BINV = "${PV}.4" 25BINV = "${PV}.4"
26SRCREV = 181733 26SRCREV = "181733"
27BRANCH = "gcc-4_5-branch" 27BRANCH = "gcc-4_5-branch"
28PR_append = "+svnr${SRCPV}" 28PR_append = "+svnr${SRCPV}"
29 29
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb b/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
index 9555c4849..109bf82fa 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
8PR = "r4" 8PR = "r4"
9 9
10# ltrace is not ported to sh3/sh4 targets at this time 10# ltrace is not ported to sh3/sh4 targets at this time
11COMPATIBLE_TARGET_SYS = (?!sh[34]) 11COMPATIBLE_TARGET_SYS = "(?!sh[34])"
12 12
13SRC_URI = "\ 13SRC_URI = "\
14 ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \ 14 ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \
diff --git a/meta-oe/recipes-devtools/vala/vala.inc b/meta-oe/recipes-devtools/vala/vala.inc
index b63cdfacd..0815c6626 100644
--- a/meta-oe/recipes-devtools/vala/vala.inc
+++ b/meta-oe/recipes-devtools/vala/vala.inc
@@ -22,4 +22,4 @@ inherit autotools
22 22
23EXTRA_OECONF = "--disable-vapigen" 23EXTRA_OECONF = "--disable-vapigen"
24 24
25FILES_${PN}-doc += ${datadir}/devhelp 25FILES_${PN}-doc += "${datadir}/devhelp"
diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp.inc b/meta-oe/recipes-extended/net-snmp/net-snmp.inc
index 66dac4391..1a51e75c0 100644
--- a/meta-oe/recipes-extended/net-snmp/net-snmp.inc
+++ b/meta-oe/recipes-extended/net-snmp/net-snmp.inc
@@ -44,7 +44,7 @@ FILES_${PN}-mibs = "${datadir}/snmp/mibs"
44FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" 44FILES_${PN}-server = "${sbindir}/* ${sysconfdir}"
45FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/" 45FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/"
46FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" 46FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/"
47FILES_${PN}-dev += ${bindir}/net-snmp-config ${bindir}/mib2c ${bindir}/mib2c-update" 47FILES_${PN}-dev += "${bindir}/net-snmp-config ${bindir}/mib2c ${bindir}/mib2c-update"
48 48
49CONFFILES_${PN}-server = "${sysconfdir}/snmp/snmpd.conf \ 49CONFFILES_${PN}-server = "${sysconfdir}/snmp/snmpd.conf \
50 ${sysconfdir}/snmp/snmptrapd.conf" 50 ${sysconfdir}/snmp/snmptrapd.conf"
diff --git a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
index 99edf214b..98025d3eb 100644
--- a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
+++ b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
@@ -9,7 +9,7 @@ SRC_URI = "file://xserver-nodm \
9 file://xserver-nodm.service \ 9 file://xserver-nodm.service \
10 file://gplv2-license.patch \ 10 file://gplv2-license.patch \
11" 11"
12S = ${WORKDIR} 12S = "${WORKDIR}"
13 13
14inherit allarch 14inherit allarch
15 15
diff --git a/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb b/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb
index 5229312dc..9656358ce 100644
--- a/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb
+++ b/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb
@@ -1,6 +1,6 @@
1require ${PN}_${PV}.inc 1require ${PN}_${PV}.inc
2 2
3DEPENDS += mysql5-native 3DEPENDS += "mysql5-native"
4 4
5SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad" 5SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad"
6SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432" 6SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432"
diff --git a/meta-oe/recipes-support/opencv/opencv_2.3.bb b/meta-oe/recipes-support/opencv/opencv_2.3.bb
index 0716e0fe4..1a4bb4fde 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.3.bb
@@ -65,7 +65,7 @@ FILES_${PN}-doc = "${datadir}/OpenCV/doc"
65 65
66ALLOW_EMPTY_${PN} = "1" 66ALLOW_EMPTY_${PN} = "1"
67 67
68INSANE_SKIP_python-opencv = True 68INSANE_SKIP_python-opencv = "True"
69DESCRIPTION_python-opencv = "Python bindings to opencv" 69DESCRIPTION_python-opencv = "Python bindings to opencv"
70FILES_python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" 70FILES_python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*"
71RDEPENDS_python-opencv = "python-core python-numpy" 71RDEPENDS_python-opencv = "python-core python-numpy"