From 581e895d168d24cb93a00b02a7fd86fda5ad6c00 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 25 Aug 2014 00:37:20 +0200 Subject: remove API dir to workaround a initramfs regeneration problem --- package/uclibc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/uclibc/Makefile') diff --git a/package/uclibc/Makefile b/package/uclibc/Makefile index 5aca96af6..9b2fa1da1 100644 --- a/package/uclibc/Makefile +++ b/package/uclibc/Makefile @@ -80,5 +80,7 @@ uclibc-test-install: ${CP} $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/${PKG_NAME}-${PKG_VERSION}/{Rules.mak,.config} \ ${IDIR_UCLIBC_TEST}/opt/uclibc @find ${IDIR_UCLIBC_TEST}/opt/uclibc -name \*.o -exec rm {} \; + # there is a problem with initramfs generation with the API dir. tests are disabled anyway. + rm -rf ${IDIR_UCLIBC_TEST}/opt/uclibc/API include ${ADK_TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3