All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] cups: use LDFLAGS for shared libs (fixes QA error)
@ 2009-04-06 12:18 Jeremy Lainé
  2009-04-06 14:01 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Lainé @ 2009-04-06 12:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeremy Lainé

From: Jeremy Lainé <jeremy.laine@m4x.org>


Signed-off-by: Jeremy Lainé <jeremy.laine@m4x.org>
---
 recipes/cups/cups.inc       |    4 +---
 recipes/cups/cups_1.2.12.bb |    2 +-
 recipes/cups/cups_1.3.8.bb  |    2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc
index bbf2377..59075fb 100644
--- a/recipes/cups/cups.inc
+++ b/recipes/cups/cups.inc
@@ -8,8 +8,6 @@ SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
 
 inherit autotools binconfig
 
-LDFLAGS += " -L${STAGING_LIBDIR} "
-
 EXTRA_OECONF = " \
                 --enable-gnutls \
 		--enable-dbus \
@@ -26,7 +24,7 @@ EXTRA_OECONF = " \
 do_configure() {
 	gnu-configize
 	libtoolize --force
-	oe_runconf
+	DSOFLAGS="${LDFLAGS}" oe_runconf
 }
 
 do_compile () {
diff --git a/recipes/cups/cups_1.2.12.bb b/recipes/cups/cups_1.2.12.bb
index bbe3c5d..4f7d0d4 100644
--- a/recipes/cups/cups_1.2.12.bb
+++ b/recipes/cups/cups_1.2.12.bb
@@ -1,2 +1,2 @@
 require cups.inc
-PR = "r1"
+PR = "r2"
diff --git a/recipes/cups/cups_1.3.8.bb b/recipes/cups/cups_1.3.8.bb
index e9fd985..79cbc32 100644
--- a/recipes/cups/cups_1.3.8.bb
+++ b/recipes/cups/cups_1.3.8.bb
@@ -1,7 +1,7 @@
 require cups.inc
 
 SRC_URI += "file://use_echo_only_in_init.patch;patch=1"
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 
-- 
1.6.2.1




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

* Re: [STABLE][PATCH] cups: use LDFLAGS for shared libs (fixes QA error)
  2009-04-06 12:18 [STABLE][PATCH] cups: use LDFLAGS for shared libs (fixes QA error) Jeremy Lainé
@ 2009-04-06 14:01 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2009-04-06 14:01 UTC (permalink / raw)
  To: openembedded-devel

On 06-04-09 14:18, Jeremy Lainé wrote:
> From: Jeremy Lainé<jeremy.laine@m4x.org>

Acked-by: Koen Kooi <koen@openembedded.org>


>
>
> Signed-off-by: Jeremy Lainé<jeremy.laine@m4x.org>
> ---
>   recipes/cups/cups.inc       |    4 +---
>   recipes/cups/cups_1.2.12.bb |    2 +-
>   recipes/cups/cups_1.3.8.bb  |    2 +-
>   3 files changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc
> index bbf2377..59075fb 100644
> --- a/recipes/cups/cups.inc
> +++ b/recipes/cups/cups.inc
> @@ -8,8 +8,6 @@ SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
>
>   inherit autotools binconfig
>
> -LDFLAGS += " -L${STAGING_LIBDIR} "
> -
>   EXTRA_OECONF = " \
>                   --enable-gnutls \
>   		--enable-dbus \
> @@ -26,7 +24,7 @@ EXTRA_OECONF = " \
>   do_configure() {
>   	gnu-configize
>   	libtoolize --force
> -	oe_runconf
> +	DSOFLAGS="${LDFLAGS}" oe_runconf
>   }
>
>   do_compile () {
> diff --git a/recipes/cups/cups_1.2.12.bb b/recipes/cups/cups_1.2.12.bb
> index bbe3c5d..4f7d0d4 100644
> --- a/recipes/cups/cups_1.2.12.bb
> +++ b/recipes/cups/cups_1.2.12.bb
> @@ -1,2 +1,2 @@
>   require cups.inc
> -PR = "r1"
> +PR = "r2"
> diff --git a/recipes/cups/cups_1.3.8.bb b/recipes/cups/cups_1.3.8.bb
> index e9fd985..79cbc32 100644
> --- a/recipes/cups/cups_1.3.8.bb
> +++ b/recipes/cups/cups_1.3.8.bb
> @@ -1,7 +1,7 @@
>   require cups.inc
>
>   SRC_URI += "file://use_echo_only_in_init.patch;patch=1"
> -PR = "r1"
> +PR = "r2"
>
>   DEFAULT_PREFERENCE = "-1"
>





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

end of thread, other threads:[~2009-04-06 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06 12:18 [STABLE][PATCH] cups: use LDFLAGS for shared libs (fixes QA error) Jeremy Lainé
2009-04-06 14:01 ` Koen Kooi

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.