Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH:V2] Remove the redundant "/" in base-files
@ 2013-01-07 10:54 lei.yang
  2013-01-07 13:38 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: lei.yang @ 2013-01-07 10:54 UTC (permalink / raw)
  To: lei.yang, ross.burton, openembedded-core

From: Lei Yang <lei.yang@windriver.com>

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>
---
 meta/recipes-core/base-files/base-files_3.0.14.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index 39faad9..8ef7195 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -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
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-07 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 10:54 [PATCH:V2] Remove the redundant "/" in base-files lei.yang
2013-01-07 13:38 ` Richard Purdie
2013-01-07 15:03   ` Lei Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox