[Buildroot] [PATCH 1/1] Install uuid.h into staging a some other apps like xfsprogs need it

Peter Korsgaard jacmet at uclibc.org
Mon Dec 21 09:02:39 UTC 2009


>>>>> "Nigel" == Nigel Kukard <nkukard at lbsd.net> writes:

 
 Nigel> +E2FSPROGS_DIR=$(BUILD_DIR)/e2fsprogs-$(E2FSPROGS_VERSION)
 Nigel> +

AUTOTARGETS already defines <package>_SRCDIR that we can use.

 Nigel>  E2FSPROGS_AUTORECONF = NO
 Nigel>  E2FSPROGS_LIBTOOL_PATCH = NO
 
 Nigel> @@ -91,5 +93,7 @@ endif
 Nigel>  ifeq ($(BR2_PACKAGE_E2FSPROGS_FINDFS),y)
 Nigel>  	ln -sf e2label ${TARGET_DIR}/usr/sbin/findfs
 Nigel>  endif
 Nigel> +	mkdir -p ${STAGING_DIR}/usr/include/uuid
 Nigel> +	install ${E2FSPROGS_DIR}/lib/uuid/uuid.h ${STAGING_DIR}/usr/include/uuid/uuid.h
 Nigel>  	touch $@

This should only be done if the libuuid library is installed into
target.

I've fixed those issues and committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list