* [Buildroot] [pull request] Pull request for branch e2fsprogs-uuid
@ 2009-12-21 7:18 Nigel Kukard
2009-12-21 7:18 ` [Buildroot] [PATCH 1/1] Install uuid.h into staging a some other apps like xfsprogs need it Nigel Kukard
0 siblings, 1 reply; 3+ messages in thread
From: Nigel Kukard @ 2009-12-21 7:18 UTC (permalink / raw)
To: buildroot
The following changes since commit 14aa5ee54f33d05a0bd01f21635e095ba07f83ec:
Peter Korsgaard (1):
mtd-utils: move phony dependencies to toplevel mtd-host target
are available in the git repository at:
git://git.busybox.net/~nkukard/git/buildroot e2fsprogs-uuid
Nigel Kukard (1):
Install uuid.h into staging a some other apps like xfsprogs need it
package/e2fsprogs/e2fsprogs.mk | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Thanks,
--
Nigel Kukard
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] Install uuid.h into staging a some other apps like xfsprogs need it
2009-12-21 7:18 [Buildroot] [pull request] Pull request for branch e2fsprogs-uuid Nigel Kukard
@ 2009-12-21 7:18 ` Nigel Kukard
2009-12-21 9:02 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Nigel Kukard @ 2009-12-21 7:18 UTC (permalink / raw)
To: buildroot
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
---
package/e2fsprogs/e2fsprogs.mk | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index fd03f02..c8d3cf3 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -7,6 +7,8 @@ E2FSPROGS_VERSION:=1.41.9
E2FSPROGS_SOURCE=e2fsprogs-$(E2FSPROGS_VERSION).tar.gz
E2FSPROGS_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/e2fsprogs
+E2FSPROGS_DIR=$(BUILD_DIR)/e2fsprogs-$(E2FSPROGS_VERSION)
+
E2FSPROGS_AUTORECONF = NO
E2FSPROGS_LIBTOOL_PATCH = NO
@@ -91,5 +93,7 @@ endif
ifeq ($(BR2_PACKAGE_E2FSPROGS_FINDFS),y)
ln -sf e2label ${TARGET_DIR}/usr/sbin/findfs
endif
+ mkdir -p ${STAGING_DIR}/usr/include/uuid
+ install ${E2FSPROGS_DIR}/lib/uuid/uuid.h ${STAGING_DIR}/usr/include/uuid/uuid.h
touch $@
--
1.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] Install uuid.h into staging a some other apps like xfsprogs need it
2009-12-21 7:18 ` [Buildroot] [PATCH 1/1] Install uuid.h into staging a some other apps like xfsprogs need it Nigel Kukard
@ 2009-12-21 9:02 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-12-21 9:02 UTC (permalink / raw)
To: buildroot
>>>>> "Nigel" == Nigel Kukard <nkukard@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-21 9:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 7:18 [Buildroot] [pull request] Pull request for branch e2fsprogs-uuid Nigel Kukard
2009-12-21 7:18 ` [Buildroot] [PATCH 1/1] Install uuid.h into staging a some other apps like xfsprogs need it Nigel Kukard
2009-12-21 9:02 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox