mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
eglibc: Fix package warning
WARNING: For recipe eglibc, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/locale (From OE-Core rev: d8c24378c6813036fcf9bc88cac919c3443c1446) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -104,5 +104,6 @@ PACKAGE_PREPROCESS_FUNCS += "eglibc_package_preprocess"
|
||||
|
||||
eglibc_package_preprocess () {
|
||||
rm -rf ${PKGD}/${includedir}/eglibc-locale-internal-${MULTIMACH_TARGET_SYS}
|
||||
rm -rf ${PKGD}/${libdir}/locale
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user