diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-04-28 08:23:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 12:38:10 +0100 |
commit | ba27fd873515d889a4248b44056fea2f1365574e (patch) | |
tree | 8031fd5df7746092fbfa3b4945f90f1f4e958249 /meta | |
parent | 5ef8c0b69be26c73f7fa15663fc4d3053e435f11 (diff) | |
download | poky-ba27fd873515d889a4248b44056fea2f1365574e.tar.gz |
eglibc-package: remove /var
This is a newly installed directory and Makefile that is not needed
in an embedded setup
It fixes:
ERROR: For recipe eglibc, the following files/directories were installed but not shipped in any package:
ERROR: /var
ERROR: /var/db
ERROR: /var/db/Makefile
(From OE-Core rev: 35b5fb2dd2131d4c7dc6635c14c6e08ea6926457)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-package.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.15.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index 0db221f128..7d975671da 100644 --- a/meta/recipes-core/eglibc/eglibc-package.inc +++ b/meta/recipes-core/eglibc/eglibc-package.inc | |||
@@ -77,6 +77,7 @@ PERLPATH_virtclass-nativesdk = "/usr/bin/env perl" | |||
77 | 77 | ||
78 | do_install_append () { | 78 | do_install_append () { |
79 | rm -f ${D}${sysconfdir}/localtime | 79 | rm -f ${D}${sysconfdir}/localtime |
80 | rm -rf ${D}${localstatedir} | ||
80 | 81 | ||
81 | oe_multilib_header bits/syscall.h | 82 | oe_multilib_header bits/syscall.h |
82 | 83 | ||
diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb index 713efc358b..f5219d1df3 100644 --- a/meta/recipes-core/eglibc/eglibc_2.15.bb +++ b/meta/recipes-core/eglibc/eglibc_2.15.bb | |||
@@ -3,7 +3,7 @@ require eglibc.inc | |||
3 | SRCREV = "17386" | 3 | SRCREV = "17386" |
4 | 4 | ||
5 | DEPENDS += "gperf-native" | 5 | DEPENDS += "gperf-native" |
6 | PR = "r6" | 6 | PR = "r7" |
7 | PR_append = "+svnr${SRCPV}" | 7 | PR_append = "+svnr${SRCPV}" |
8 | 8 | ||
9 | EGLIBC_BRANCH="eglibc-2_15" | 9 | EGLIBC_BRANCH="eglibc-2_15" |