diff options
author | Lei Yang <lei.yang@windriver.com> | 2013-01-07 18:54:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 13:38:30 +0000 |
commit | 8ef71c065c4b4ba4c6e6056add9cc6693c215243 (patch) | |
tree | 808e79a32c77526bcf3e6b4bd7c314b579dc17fb /meta/recipes-core | |
parent | 2ee93fe27e7be91eb8b0b345c386308fd60c017b (diff) | |
download | poky-8ef71c065c4b4ba4c6e6056add9cc6693c215243.tar.gz |
base-files: Remove the redundant "/"
I'm working on my virt-test, when I check this file find it has
redundant "/"
(From OE-Core rev: f67c0af055b7817f1bb931c98f22f1e3b540b10f)
Signed-off-by: Lei Yang <lei.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | 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 39faad96e5..8ef71958b0 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 @@ | |||
1 | SUMMARY = "Miscellaneous files for the base system." | 1 | SUMMARY = "Miscellaneous files for the base system." |
2 | DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system." | 2 | DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system." |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | PR = "r72" | 4 | PR = "r73" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | # Removed all license related tasks in this recipe as license.bbclass | 7 | # Removed all license related tasks in this recipe as license.bbclass |
@@ -78,7 +78,7 @@ do_install () { | |||
78 | install -m 2755 -d ${D}$d | 78 | install -m 2755 -d ${D}$d |
79 | done | 79 | done |
80 | for d in ${volatiles}; do | 80 | for d in ${volatiles}; do |
81 | ln -sf volatile/$d ${D}/${localstatedir}/$d | 81 | ln -sf volatile/$d ${D}${localstatedir}/$d |
82 | done | 82 | done |
83 | for d in card cf net ram; do | 83 | for d in card cf net ram; do |
84 | ln -sf /media/$d ${D}/mnt/$d | 84 | ln -sf /media/$d ${D}/mnt/$d |