Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/13] e2fsprogs: bump to 1.41.14 and fixup
@ 2011-01-07 20:12 Gustavo Zacarias
  2011-01-07 20:12 ` [Buildroot] [PATCH 02/13] util-linux: convert to autotargets and bump to 2.18 Gustavo Zacarias
                   ` (11 more replies)
  0 siblings, 12 replies; 30+ messages in thread
From: Gustavo Zacarias @ 2011-01-07 20:12 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.2.2

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

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

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 20:12 [Buildroot] [PATCH 01/13] e2fsprogs: bump to 1.41.14 and fixup Gustavo Zacarias
2011-01-07 20:12 ` [Buildroot] [PATCH 02/13] util-linux: convert to autotargets and bump to 2.18 Gustavo Zacarias
2011-02-09 21:47   ` Peter Korsgaard
2011-02-09 21:50     ` Gustavo Zacarias
2011-02-09 22:12       ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 03/13] procps: convert to gentargets and bump to 3.2.8 Gustavo Zacarias
2011-01-17 19:41   ` Peter Korsgaard
2011-01-17 19:45     ` Gustavo Zacarias
2011-01-17 20:28       ` Peter Korsgaard
2011-01-17 20:29         ` Gustavo Zacarias
2011-01-07 20:12 ` [Buildroot] [PATCH 04/13] dosfstools: bump to version 3.0.11 Gustavo Zacarias
2011-01-17 19:42   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 05/13] i2c-tools: bump to version 3.0.3 Gustavo Zacarias
2011-01-17 19:42   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 06/13] lm-sensors: bump to version 3.2.0 Gustavo Zacarias
2011-01-17 19:43   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 07/13] hdparm: bump to version 9.36 Gustavo Zacarias
2011-01-17 19:43   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 08/13] psmisc: bump to version 22.13 Gustavo Zacarias
2011-01-17 19:46   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 09/13] libfuse: bump to version 2.8.5 Gustavo Zacarias
2011-01-17 19:47   ` Peter Korsgaard
2011-01-07 20:12 ` [Buildroot] [PATCH 10/13] sshfs: select openssh instead of depending Gustavo Zacarias
2011-01-17 19:48   ` Peter Korsgaard
2011-01-07 20:13 ` [Buildroot] [PATCH 11/13] ntfs-3g: bump to version 2010.10.2 Gustavo Zacarias
2011-01-17 19:49   ` Peter Korsgaard
2011-01-07 20:13 ` [Buildroot] [PATCH 12/13] php: security bump to 5.2.17 Gustavo Zacarias
2011-01-17 19:50   ` Peter Korsgaard
2011-01-07 20:13 ` [Buildroot] [PATCH 13/13] mpg123: bump to version 1.13.1 Gustavo Zacarias
2011-01-17 19:54   ` Peter Korsgaard

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