[oe-commits] Michael Lippautz : libmikmod_3.2.0-beta2, build error

git version control git at git.openembedded.org
Sun Jan 24 10:39:19 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: 55372a86801d5c5b3603c54381649f754c8490d3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=55372a86801d5c5b3603c54381649f754c8490d3

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Sun Oct  4 07:22:51 2009 +0000

libmikmod_3.2.0-beta2, build error

Should be as easy as the following git diff. Correct me if I am wrong.

Regards,
Michael

Am Samstag, den 03.10.2009, 12:14 +0200 schrieb Holger Hans Peter
Freyther:
> On Friday 02 October 2009 17:40:53 mail mail wrote:
> > Log file here:
> > NOTE: Running task 1371 of 2265 (ID: 1561,
> > /home/derek/mini2440/oe/openembedded/recipes/libmikmod/
> > libmikmod_3.2.0-beta2.bb, do_package)
> > ERROR: QA Issue with libmikmod: No GNU_HASH in the elf binary:
> > '/home/derek/mini2440/oe/tmp/work/armv4t-angstrom-linux-gnueabi/libmikmod-3
> > .2.0-beta2-r0/install/libmikmod/usr/lib/libmikmod.so.3.0.0' ERROR: QA run
> >  found fatal errors. Please consider fixing them.
>
>
> Did you consider doing the above? The libmikmod buildsystem is ignoring the OE
> LDFLAGS...
>
> z.

---

 recipes/libmikmod/libmikmod_3.2.0-beta2.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/libmikmod/libmikmod_3.2.0-beta2.bb b/recipes/libmikmod/libmikmod_3.2.0-beta2.bb
index 07e3af9..fd23568 100644
--- a/recipes/libmikmod/libmikmod_3.2.0-beta2.bb
+++ b/recipes/libmikmod/libmikmod_3.2.0-beta2.bb
@@ -3,8 +3,12 @@ SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "LGPL"
 
+PR="r1"
+
 DEFAULT_PREFERENCE = "-1"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 SRC_URI = "\
   http://mikmod.raphnet.net/files/libmikmod-${PV}.tar.gz \
   file://m4.patch;patch=1 \





More information about the Openembedded-commits mailing list