mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5ef8c0b69b
commit
ba27fd8735
@@ -77,6 +77,7 @@ PERLPATH_virtclass-nativesdk = "/usr/bin/env perl"
|
||||
|
||||
do_install_append () {
|
||||
rm -f ${D}${sysconfdir}/localtime
|
||||
rm -rf ${D}${localstatedir}
|
||||
|
||||
oe_multilib_header bits/syscall.h
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ require eglibc.inc
|
||||
SRCREV = "17386"
|
||||
|
||||
DEPENDS += "gperf-native"
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
PR_append = "+svnr${SRCPV}"
|
||||
|
||||
EGLIBC_BRANCH="eglibc-2_15"
|
||||
|
||||
Reference in New Issue
Block a user