From b528b222cb505f39ff1a3b16dd84cd46c971af50 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 1 Mar 2011 12:36:45 +0100 Subject: [PATCH] initscripts-shr: fix missing quote Signed-off-by: Martin Jansa --- recipes/shr/initscripts-shr_0.0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb index 1434048165..662fc055c6 100644 --- a/recipes/shr/initscripts-shr_0.0.1.bb +++ b/recipes/shr/initscripts-shr_0.0.1.bb @@ -5,7 +5,7 @@ DEPENDS = "" RDEPENDS_${PN} = "procps" LICENSE = "GPL" PV = "0.0.1" -PR = "r26" +PR = "r27" RCONFLICTS_${PN} = "initscripts" @@ -32,7 +32,7 @@ SRC_URI = "file://alignment.sh \ " SRC_URI_append_om-gta02 = " file://g_ether.sh" -PACKAGE_ARCH_om-gta02 = "om-gta02 +PACKAGE_ARCH_om-gta02 = "om-gta02" SRC_URI_append_nokia900 = " file://nokia-n900-cmt-gpio.sh" PACKAGE_ARCH_nokia900 = "nokia900" -- 2.39.5