Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] Install uuid.h into staging a some other apps like xfsprogs need it
Date: Mon, 21 Dec 2009 10:02:39 +0100	[thread overview]
Message-ID: <87y6kwzols.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <66db896cdd0b2ec3310eec09ee314137c50e7d8d.1261379909.git.nkukard@lbsd.net> (Nigel Kukard's message of "Mon, 21 Dec 2009 07:18:32 +0000")

>>>>> "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

      reply	other threads:[~2009-12-21  9:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y6kwzols.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox