aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mysql
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/recipes-support/mysql
parentb85b2dd813c1b0003d36a6954336431672c72103 (diff)
downloadmeta-openembedded-contrib-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/recipes-support/mysql')
-rw-r--r--meta-oe/recipes-support/mysql/mysql5_5.1.40.bb2
1 files changed, 1 insertions, 1 deletions
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 5229312dce..9656358ce7 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 @@
require ${PN}_${PV}.inc
-DEPENDS += mysql5-native
+DEPENDS += "mysql5-native"
SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad"
SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432"