Install uuid.h into staging as some other apps like xfsprogs need it
authorNigel Kukard <nkukard@lbsd.net>
Mon, 21 Dec 2009 07:18:32 +0000 (07:18 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 21 Dec 2009 09:00:40 +0000 (10:00 +0100)
[Peter: cleanup, only install header if libuuid is installed]
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/e2fsprogs/e2fsprogs.mk

diff --git a/CHANGES b/CHANGES
index 4d439bcebf29442a195f3abe087a1e3234abda78..3e9979a5a654b8e2fbb0075f0895f21b3688f20a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@
        New packages: libcdaudio, libdvdnav, libdvdread, hostapd, tcpreplay
 
        Updated/fixed packages: autoconf, bind, binutils, busybox,
-       directfb, gst-plugins-bad, hal, iw, libfuse, libpcap,
+       directfb, e2fsprogs, gst-plugins-bad, hal, iw, libfuse, libpcap,
        lighttpd, mesa, mpg123, mtd-utils, neon, pcre, qt, sshfs,
        tremor, u-boot, usbutils
 
index fd03f028299fe62f852462c6daed8ea07ea258a9..0f8119bf65a18b2e151ce805917c5857da502d50 100644 (file)
@@ -90,6 +90,9 @@ ifeq ($(BR2_PACKAGE_E2FSPROGS_TUNE2FS),y)
 endif
 ifeq ($(BR2_PACKAGE_E2FSPROGS_FINDFS),y)
        ln -sf e2label ${TARGET_DIR}/usr/sbin/findfs
+endif
+ifeq ($(BR2_PACKAGE_E2FSPROGS_LIBUUID),y)
+       install -D ${E2FSPROGS_SRCDIR}/lib/uuid/uuid.h ${STAGING_DIR}/usr/include/uuid/uuid.h
 endif
        touch $@