All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 07/14] libelf: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Date: Sun, 29 May 2011 18:48:55 -0700	[thread overview]
Message-ID: <1306720135.5979.1.camel@perseus> (raw)
In-Reply-To: <c424bae29966b789e50eb4112a9d95a2b7833942.1306706130.git.Martin.Jansa@gmail.com>

On Sun, 2011-05-29 at 23:56 +0200, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

You do not need to import libelf recipe. oe-core provides libelf via
elfutils change the depending recipes to depend on elfutils instead.

> ---
>  meta-oe/recipes-support/libelf/libelf_0.8.13.bb |   38 +++++++++++++++++++++++
>  1 files changed, 38 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-support/libelf/libelf_0.8.13.bb
> 
> diff --git a/meta-oe/recipes-support/libelf/libelf_0.8.13.bb b/meta-oe/recipes-support/libelf/libelf_0.8.13.bb
> new file mode 100644
> index 0000000..2ca562f
> --- /dev/null
> +++ b/meta-oe/recipes-support/libelf/libelf_0.8.13.bb
> @@ -0,0 +1,38 @@
> +DESCRIPTION = "libelf is an ELF object file access library. \
> +The elf library provides routines to access, and manipulate, Elf object files."
> +LICENSE = "LGPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
> +SECTION = "libs"
> +PR = "r1"
> +
> +SRC_URI = "http://www.mr511.de/software/libelf-${PV}.tar.gz"
> +SRC_URI[md5sum] = "4136d7b4c04df68b686570afa26988ac"
> +SRC_URI[sha256sum] = "591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d"
> +
> +inherit autotools
> +
> +PARALLEL_MAKE = ""
> +
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
> +EXTRA_OECONF_append_virtclass-native = " --enable-static"
> +
> +do_configure_prepend () {
> +	if test ! -e acinclude.m4; then
> +		cp aclocal.m4 acinclude.m4
> +	fi
> +}
> +
> +do_install () {
> +	oe_runmake 'prefix=${D}${prefix}' 'exec_prefix=${D}${exec_prefix}' \
> +		   'libdir=${D}${libdir}' 'includedir=${D}${includedir}' \
> +		   install
> +	install -d ${STAGING_INCDIR}/libelf
> +        for i in libelf.h nlist.h gelf.h sys_elf.h; do
> +                install -m 0644 lib/$i ${STAGING_INCDIR}/libelf/
> +        done
> +        make includedir=${STAGING_INCDIR} install-compat
> +}
> +
> +BBCLASSEXTEND = "native"
> +






  reply	other threads:[~2011-05-30  1:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-29 21:56 [meta-oe][PATCH 00/14] Pull request #13 Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 01/14] dbus-daemon-proxy: add LIC_FILES_CHKSUM and disable as-needed Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 02/14] s3c24xx-gpio, s3c64xx-gpio: add LIC_FILES_CHKSUM Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 03/14] devmem2: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 04/14] socat: " Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 05/14] mbuffer: " Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 06/14] nmon: " Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 07/14] libelf: " Martin Jansa
2011-05-30  1:48   ` Khem Raj [this message]
2011-05-30  5:30     ` Martin Jansa
2011-05-30  6:23       ` Koen Kooi
2011-05-30  9:30         ` Martin Jansa
2011-05-30 11:35           ` Koen Kooi
2011-05-29 21:56 ` [meta-oe][PATCH 08/14] ltrace: " Martin Jansa
2011-05-30  1:50   ` Khem Raj
2011-05-29 21:56 ` [meta-oe][PATCH 09/14] pxaregs: " Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 10/14] serial-utils: " Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 11/14] tcp-wrappers: " Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 12/14] nfs-utils: " Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 13/14] i2c-tools: " Martin Jansa
2011-05-29 21:56 ` [meta-oe][PATCH 14/14] tcpdump: " Martin Jansa

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=1306720135.5979.1.camel@perseus \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.