All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crimsonfields: fixed wrong SDL_CONFIG
@ 2010-11-26 10:39 Aeschbacher, Fabrice
  0 siblings, 0 replies; only message in thread
From: Aeschbacher, Fabrice @ 2010-11-26 10:39 UTC (permalink / raw)
  To: openembedded-devel

* libsdl-native installs:
     ${STAGING_BINDIR}/sdl-config
  and not:
     ${STAGING_BINDIR}/sdl-config-native

Signed-off-by: Fabrice Aeschbacher <fabrice.aeschbacher@siemens.com>
---
 .../crimsonfields/crimsonfields-native_0.4.8.bb    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/crimsonfields/crimsonfields-native_0.4.8.bb b/recipes/crimsonfields/crimsonfields-native_0.4.8.bb
index 61157e2..0d30c3e 100644
--- a/recipes/crimsonfields/crimsonfields-native_0.4.8.bb
+++ b/recipes/crimsonfields/crimsonfields-native_0.4.8.bb
@@ -2,7 +2,7 @@ require crimsonfields_${PV}.bb
 inherit native
 
 DEPENDS = "libsdl-native libsdl-ttf-native"
-export SDL_CONFIG = "${STAGING_BINDIR}/sdl-config-native"
+export SDL_CONFIG = "${STAGING_BINDIR}/sdl-config"
 
 do_configure() {
        gnu-configize
-- 
1.5.6.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-26 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-26 10:39 [PATCH] crimsonfields: fixed wrong SDL_CONFIG Aeschbacher, Fabrice

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.