All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-denzil][meta-oe][PATCH] ltrace: Fix make error
@ 2012-08-06 14:50 Franklin S Cooper Jr
  2012-08-07 10:19 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Franklin S Cooper Jr @ 2012-08-06 14:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Franklin S Cooper Jr

* Fixes the make: invalid option -- '/' error

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
---
 meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb b/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
index 109bf82..9fd423f 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
@@ -5,7 +5,7 @@ DEPENDS = "elfutils binutils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 
-PR = "r4"
+PR = "r5"
 
 # ltrace is not ported to sh3/sh4 targets at this time
 COMPATIBLE_TARGET_SYS = "(?!sh[34])"
@@ -52,7 +52,7 @@ do_compile() {
 		sparc*)   LTRACE_ARCH=sparc ;;
 		x86_64*)  LTRACE_ARCH=x86_64 ;;
 	esac
-	oe_runmake LDFLAGS=${TARGET_LDFLAGS} LIBS="-lsupc++ -liberty -Wl,-Bstatic -lelf -Wl,-Bdynamic" ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH}
+	oe_runmake LDFLAGS="${TARGET_LDFLAGS}" LIBS="-lsupc++ -liberty -Wl,-Bstatic -lelf -Wl,-Bdynamic" ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH}
 }
 
 do_install() {
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [for-denzil][meta-oe][PATCH] ltrace: Fix make error
  2012-08-06 14:50 [for-denzil][meta-oe][PATCH] ltrace: Fix make error Franklin S Cooper Jr
@ 2012-08-07 10:19 ` Koen Kooi
  2012-08-07 15:20   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2012-08-07 10:19 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 06-08-12 16:50, Franklin S Cooper Jr schreef:
> * Fixes the make: invalid option -- '/' error
> 
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>

How can this be proposed for denzil when it hasn't even hit master yet?!?!?!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQIOuWMkyGM64RGpERArROAKCCu4G1b8zKDTpUbjuy56ajZ179TQCdEzyE
/Q329cynD8zvK0cL0uySynU=
=Yajg
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [for-denzil][meta-oe][PATCH] ltrace: Fix make error
  2012-08-07 10:19 ` Koen Kooi
@ 2012-08-07 15:20   ` Cooper Jr., Franklin
  0 siblings, 0 replies; 3+ messages in thread
From: Cooper Jr., Franklin @ 2012-08-07 15:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: koen, Cooper Jr., Franklin

I jumped the gun a bit but I will be more careful in the future. Ltrace has now been pulled into master.

-----Original Message-----
From: Koen Kooi [mailto:koen@dominion.thruhere.net] 
Sent: Tuesday, August 07, 2012 5:19 AM
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [for-denzil][meta-oe][PATCH] ltrace: Fix make error

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 06-08-12 16:50, Franklin S Cooper Jr schreef:
> * Fixes the make: invalid option -- '/' error
> 
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>

How can this be proposed for denzil when it hasn't even hit master yet?!?!?!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQIOuWMkyGM64RGpERArROAKCCu4G1b8zKDTpUbjuy56ajZ179TQCdEzyE
/Q329cynD8zvK0cL0uySynU=
=Yajg
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-07 15:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-06 14:50 [for-denzil][meta-oe][PATCH] ltrace: Fix make error Franklin S Cooper Jr
2012-08-07 10:19 ` Koen Kooi
2012-08-07 15:20   ` Cooper Jr., Franklin

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.