From 3349b88a761327a42189263e72ac73dfc6d55163 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 26 Feb 2012 22:53:02 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-kernel/hello-mod/hello-mod_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/hello-mod') diff --git a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb b/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb index bbd4984cd6..64a6ddad4c 100644 --- a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb +++ b/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" inherit module -PR = r0 +PR = "r0" PV = "0.1" SRC_URI = "file://Makefile \ -- cgit v1.2.3-54-g00ecf