]> code.ossystems Code Review - openembedded-core.git/commitdiff
base-files: Remove the redundant "/"
authorLei Yang <lei.yang@windriver.com>
Mon, 7 Jan 2013 10:54:36 +0000 (18:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jan 2013 13:37:11 +0000 (13:37 +0000)
I'm working on my virt-test, when I check this file find it has
redundant "/"

Signed-off-by: Lei Yang <lei.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/base-files/base-files_3.0.14.bb

index 39faad96e53b138f7f0dc38452e04972078c8d21..8ef71958b020b3e7c1aee74129f537338c00fab9 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "Miscellaneous files for the base system."
 DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system."
 SECTION = "base"
-PR = "r72"
+PR = "r73"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f"
 # Removed all license related tasks in this recipe as license.bbclass 
@@ -78,7 +78,7 @@ do_install () {
                install -m 2755 -d ${D}$d
        done
        for d in ${volatiles}; do
-               ln -sf volatile/$d ${D}/${localstatedir}/$d
+               ln -sf volatile/$d ${D}${localstatedir}/$d
        done
        for d in card cf net ram; do
                ln -sf /media/$d ${D}/mnt/$d