Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/9] e2fsprogs: bump to 1.41.14 and fixup
@ 2011-01-27 14:21 Gustavo Zacarias
  2011-01-27 14:21 ` [Buildroot] [PATCH 2/9] util-linux: convert to autotargets and bump to 2.18 Gustavo Zacarias
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Gustavo Zacarias @ 2011-01-27 14:21 UTC (permalink / raw)
  To: buildroot

Bump e2fsprogs to version 1.41.14

Also export libblkid properly for util-linux to use.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/e2fsprogs/e2fsprogs.mk |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index f525804..13c94ba 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -3,15 +3,10 @@
 # e2fsprogs
 #
 #############################################################
-E2FSPROGS_VERSION:=1.41.12
-E2FSPROGS_SOURCE=e2fsprogs-$(E2FSPROGS_VERSION).tar.gz
-E2FSPROGS_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/e2fsprogs
-
-E2FSPROGS_AUTORECONF = NO
-E2FSPROGS_LIBTOOL_PATCH = NO
 
+E2FSPROGS_VERSION = 1.41.14
+E2FSPROGS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/e2fsprogs
 E2FSPROGS_INSTALL_STAGING = YES
-E2FSPROGS_INSTALL_TARGET = YES
 
 E2FSPROGS_CONF_OPT = \
 	--disable-tls \
@@ -118,5 +113,16 @@ ifeq ($(BR2_PACKAGE_E2FSPROGS_LIBUUID),y)
 E2FSPROGS_POST_INSTALL_STAGING_HOOKS += E2FSPROGS_STAGING_LIBUUID_INSTALL
 endif
 
+define E2FSPROGS_STAGING_LIBBLKID_INSTALL
+	install -D $(@D)/lib/blkid/blkid.h \
+		$(STAGING_DIR)/usr/include/blkid/blkid.h
+	install -D $(@D)/lib/blkid/blkid_types.h \
+		$(STAGING_DIR)/usr/include/blkid/blkid_types.h
+endef
+
+ifeq ($(BR2_PACKAGE_E2FSPROGS_LIBBLKID),y)
+E2FSPROGS_POST_INSTALL_STAGING_HOOKS += E2FSPROGS_STAGING_LIBBLKID_INSTALL
+endif
+
 $(eval $(call AUTOTARGETS,package,e2fsprogs))
 $(eval $(call AUTOTARGETS,package,e2fsprogs,host))
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-02-02 22:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 14:21 [Buildroot] [PATCH 1/9] e2fsprogs: bump to 1.41.14 and fixup Gustavo Zacarias
2011-01-27 14:21 ` [Buildroot] [PATCH 2/9] util-linux: convert to autotargets and bump to 2.18 Gustavo Zacarias
2011-01-27 14:43   ` Thomas Petazzoni
2011-01-27 14:52     ` Gustavo Zacarias
2011-01-27 14:21 ` [Buildroot] [PATCH 3/9] uclibc: add BSD endian conversions Gustavo Zacarias
2011-01-31 20:02   ` Peter Korsgaard
2011-01-27 14:21 ` [Buildroot] [PATCH 4/9] uclibc: add SOCK_CLOEXEC and SOCK_NONBLOCK support Gustavo Zacarias
2011-01-27 14:21 ` [Buildroot] [PATCH 5/9] uclibc: add inotify_init1 syscall support Gustavo Zacarias
2011-01-27 14:21 ` [Buildroot] [PATCH 6/9] procps: convert to gentargets and bump to version 3.2.8 Gustavo Zacarias
2011-01-27 14:21 ` [Buildroot] [PATCH 7/9] libpng: bump to version 1.4.5 Gustavo Zacarias
2011-02-02 21:59   ` Peter Korsgaard
2011-01-27 14:21 ` [Buildroot] [PATCH 8/9] libcuefile: convert to cmaketargets infrastructure Gustavo Zacarias
2011-01-27 14:42   ` Thomas Petazzoni
2011-01-27 15:03     ` Gustavo Zacarias
2011-01-27 14:21 ` [Buildroot] [PATCH 9/9] cdrkit: drop host-cmake dependencies Gustavo Zacarias
2011-02-02 22:00   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox