[oe-commits] Khem Raj : libelf_0.8.13.bb: Provide libelf-native using BBCLASSEXTEND.

git version control git at git.openembedded.org
Wed Jun 9 05:41:09 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 73145d4831c0cd0dd4c0827c6e3da9acce5734ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=73145d4831c0cd0dd4c0827c6e3da9acce5734ff

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jun  8 22:38:38 2010 -0700

libelf_0.8.13.bb: Provide libelf-native using BBCLASSEXTEND.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/libelf/libelf_0.8.13.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/libelf/libelf_0.8.13.bb b/recipes/libelf/libelf_0.8.13.bb
index 8d3a571..27fee38 100644
--- a/recipes/libelf/libelf_0.8.13.bb
+++ b/recipes/libelf/libelf_0.8.13.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "libelf is an ELF object file access library. \
 The elf library provides routines to access, and manipulate, Elf object files."
 LICENSE = "LGPL"
 SECTION = "libs"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.mr511.de/software/libelf-${PV}.tar.gz;name=archive \
 	  "
@@ -22,12 +22,13 @@ 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"
 # both SRC_URI items are the same file
 SRC_URI[archive.md5sum] = "4136d7b4c04df68b686570afa26988ac"
 SRC_URI[archive.sha256sum] = "591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d"





More information about the Openembedded-commits mailing list