From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] libaio: convert to the GENTARGETS infrastructure
Date: Mon, 05 Apr 2010 23:44:39 +0200 [thread overview]
Message-ID: <87mxxhshfc.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <0254addf9b7aee9429122d5d6934adbe88b904d4.1270499953.git.thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Mon, 5 Apr 2010 22:39:19 +0200")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas> ---
Thomas> package/libaio/libaio.mk | 52 +++++++++++----------------------------------
Thomas> 1 files changed, 13 insertions(+), 39 deletions(-)
Thomas> diff --git a/package/libaio/libaio.mk b/package/libaio/libaio.mk
Thomas> index f1bb603..58cdf6c 100644
Thomas> --- a/package/libaio/libaio.mk
Thomas> +++ b/package/libaio/libaio.mk
Thomas> @@ -3,48 +3,22 @@
Thomas> # libaio
Thomas> #
Thomas> #############################################################
Thomas> -LIBAIO_VERSION=0.3.106-avr32
Thomas> +LIBAIO_VERSION=0.3.109
Thomas> LIBAIO_SOURCE=libaio-$(LIBAIO_VERSION).tar.bz2
Thomas> -LIBAIO_SITE=http://avr32linux.org/twiki/pub/Main/LibAio/
Thomas> -LIBAIO_DIR=$(BUILD_DIR)/libaio-$(LIBAIO_VERSION)
Thomas> -LIBAIO_SOVER=1.0.1
Thomas> +LIBAIO_SITE=ftp://ftp.kernel.org/pub/linux/libs/aio/
We have BR2_KERNEL_MIRROR, might be good to use.
Thomas> +define LIBAIO_INSTALL_STAGING_CMDS
Thomas> + $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) install
Thomas> +endef
Are you missing a patch? I don't see any DESTDIR handling in the libaio
build system, and I get:
make[1]: Entering directory `/tmp/br/build/libaio-0.3.109'
make[2]: Entering directory `/tmp/br/build/libaio-0.3.109/src'
install -D -m 644 libaio.h /usr/include/libaio.h
install: cannot create regular file `/usr/include/libaio.h': Permission denied
make[2]: *** [install] Error 1
make[2]: Leaving directory `/tmp/br/build/libaio-0.3.109/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/tmp/br/build/libaio-0.3.109'
make: *** [/tmp/br/build/libaio-0.3.109/.stamp_staging_installed] Error 2
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2010-04-05 21:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-05 20:39 [Buildroot] [pull request] Pull request for branch libaio-conversion Thomas Petazzoni
2010-04-05 20:39 ` [Buildroot] [PATCH 1/1] libaio: convert to the GENTARGETS infrastructure Thomas Petazzoni
2010-04-05 21:44 ` Peter Korsgaard [this message]
2010-04-06 6:38 ` Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2010-04-06 19:10 [Buildroot] [pull request] Pull request for branch libaio-conversion Thomas Petazzoni
2010-04-06 19:10 ` [Buildroot] [PATCH 1/1] libaio: convert to the GENTARGETS infrastructure Thomas Petazzoni
2010-04-06 19:53 ` Peter Korsgaard
2010-04-08 22:05 [Buildroot] [pull request] Pull request for branch libaio-conversion Thomas Petazzoni
2010-04-08 22:05 ` [Buildroot] [PATCH 1/1] libaio: convert to the GENTARGETS infrastructure Thomas Petazzoni
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=87mxxhshfc.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.