All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nostromo: make SRC_URI work for multilib builds.
@ 2013-06-18 19:21 Randy MacLeod
  2013-06-18 20:12 ` Mark Hatle
  0 siblings, 1 reply; 5+ messages in thread
From: Randy MacLeod @ 2013-06-18 19:21 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
index e66676e..f729e6a 100644
--- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
+++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.nazgul.ch/dev_nostromo.html"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://src/nhttpd/main.c;beginline=2;endline=14;md5=e5ec3fa723b29b7d59d205afd8d36938"
 
-SRC_URI = "http://www.nazgul.ch/dev/${PN}-${PV}.tar.gz \
+SRC_URI = "http://www.nazgul.ch/dev/nostromo-${PV}.tar.gz \
            file://0001-GNUmakefile-add-possibility-to-override-variables.patch \
            file://nhttpd.conf \
            file://volatiles \
-- 
1.8.2.1



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

* Re: [PATCH] nostromo: make SRC_URI work for multilib builds.
  2013-06-18 19:21 Randy MacLeod
@ 2013-06-18 20:12 ` Mark Hatle
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Hatle @ 2013-06-18 20:12 UTC (permalink / raw)
  To: openembedded-core

On 6/18/13 2:21 PM, Randy MacLeod wrote:

Wrong list.  This should have gone to the oe-devel list, and been tagged with 
[networking] in the subject.

Also one thing below:

> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
>   meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
> index e66676e..f729e6a 100644
> --- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
> +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.nazgul.ch/dev_nostromo.html"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://src/nhttpd/main.c;beginline=2;endline=14;md5=e5ec3fa723b29b7d59d205afd8d36938"
>
> -SRC_URI = "http://www.nazgul.ch/dev/${PN}-${PV}.tar.gz \
> +SRC_URI = "http://www.nazgul.ch/dev/nostromo-${PV}.tar.gz \

You can also use '${BPN}' to refer to the original recipe name, not the multilib 
name.

--Mark

>              file://0001-GNUmakefile-add-possibility-to-override-variables.patch \
>              file://nhttpd.conf \
>              file://volatiles \
>



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

* [PATCH] [meta-webserver] nostromo: make SRC_URI work for multilib builds.
@ 2013-06-18 21:55 Randy MacLeod
  2013-06-18 21:55 ` [PATCH] " Randy MacLeod
  0 siblings, 1 reply; 5+ messages in thread
From: Randy MacLeod @ 2013-06-18 21:55 UTC (permalink / raw)
  To: openembedded-devel


Sending to the right list this time.
I've also used BPN as Mark suggested.

// Randy



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

* [PATCH] nostromo: make SRC_URI work for multilib builds.
  2013-06-18 21:55 [PATCH] [meta-webserver] nostromo: make SRC_URI work for multilib builds Randy MacLeod
@ 2013-06-18 21:55 ` Randy MacLeod
  2013-06-18 22:40   ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Randy MacLeod @ 2013-06-18 21:55 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
index e66676e..94c32d8 100644
--- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
+++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.nazgul.ch/dev_nostromo.html"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://src/nhttpd/main.c;beginline=2;endline=14;md5=e5ec3fa723b29b7d59d205afd8d36938"
 
-SRC_URI = "http://www.nazgul.ch/dev/${PN}-${PV}.tar.gz \
+SRC_URI = "http://www.nazgul.ch/dev/${BPN}-${PV}.tar.gz \
            file://0001-GNUmakefile-add-possibility-to-override-variables.patch \
            file://nhttpd.conf \
            file://volatiles \
-- 
1.8.2.1



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

* Re: [PATCH] nostromo: make SRC_URI work for multilib builds.
  2013-06-18 21:55 ` [PATCH] " Randy MacLeod
@ 2013-06-18 22:40   ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2013-06-18 22:40 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: openembedded-devel

On Tuesday 18 June 2013 17:55:53 Randy MacLeod wrote:
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
>  meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
> b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb index
> e66676e..94c32d8 100644
> --- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
> +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.nazgul.ch/dev_nostromo.html"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM =
> "file://src/nhttpd/main.c;beginline=2;endline=14;md5=e5ec3fa723b29b7d59d205
> afd8d36938"
> 
> -SRC_URI = "http://www.nazgul.ch/dev/${PN}-${PV}.tar.gz \
> +SRC_URI = "http://www.nazgul.ch/dev/${BPN}-${PV}.tar.gz \
>            
> file://0001-GNUmakefile-add-possibility-to-override-variables.patch \
> file://nhttpd.conf \
>             file://volatiles \

Merged, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2013-06-18 22:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 21:55 [PATCH] [meta-webserver] nostromo: make SRC_URI work for multilib builds Randy MacLeod
2013-06-18 21:55 ` [PATCH] " Randy MacLeod
2013-06-18 22:40   ` Paul Eggleton
  -- strict thread matches above, loose matches on Subject: below --
2013-06-18 19:21 Randy MacLeod
2013-06-18 20:12 ` Mark Hatle

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.