All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix SRC_URI
@ 2011-05-27 17:38 Khem Raj
  2011-05-27 17:38 ` [PATCH 1/1] uclibc_git.bb: Fix patch path in SRC_URI Khem Raj
  2011-05-27 22:30 ` [PATCH 0/1] Fix SRC_URI Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2011-05-27 17:38 UTC (permalink / raw)
  To: OE core

Wrong patch got pushed into pull branch. But I have made amends
here is the remainder. uclibc being in both meta-oe and oe-core
confused my build on one machine it was picking it from oe-core
and on other from meta-oe. Good new layers :)

The following changes since commit 4b9c98e10d0ebaef45c8386103ec9ed69a589fba:

  uclibc_git.bb: Fix patch path in SRC_URI (2011-05-27 10:29:24 -0700)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-thumb
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-thumb

Khem Raj (1):
  uclibc_git.bb: Fix patch path in SRC_URI

 meta/recipes-core/uclibc/uclibc_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.4.1




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

* [PATCH 1/1] uclibc_git.bb: Fix patch path in SRC_URI
  2011-05-27 17:38 [PATCH 0/1] Fix SRC_URI Khem Raj
@ 2011-05-27 17:38 ` Khem Raj
  2011-05-27 22:30 ` [PATCH 0/1] Fix SRC_URI Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2011-05-27 17:38 UTC (permalink / raw)
  To: OE core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/uclibc/uclibc_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/uclibc/uclibc_git.bb b/meta/recipes-core/uclibc/uclibc_git.bb
index 3d5f7a7..eded2fb 100644
--- a/meta/recipes-core/uclibc/uclibc_git.bb
+++ b/meta/recipes-core/uclibc/uclibc_git.bb
@@ -27,7 +27,7 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \
 	file://argp-support.patch \
 	file://argp-headers.patch \
 	file://remove_attribute_optimize_Os.patch \
-	file://uclibc-git/append_UCLIBC_EXTRA_CFLAGS.patch \
+	file://append_UCLIBC_EXTRA_CFLAGS.patch \
 	file://compile-arm-fork-with-O2.patch \
 	"
 S = "${WORKDIR}/git"
-- 
1.7.4.1




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

* Re: [PATCH 0/1] Fix SRC_URI
  2011-05-27 17:38 [PATCH 0/1] Fix SRC_URI Khem Raj
  2011-05-27 17:38 ` [PATCH 1/1] uclibc_git.bb: Fix patch path in SRC_URI Khem Raj
@ 2011-05-27 22:30 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-05-27 22:30 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-05-27 at 10:38 -0700, Khem Raj wrote:
> Wrong patch got pushed into pull branch. But I have made amends
> here is the remainder. uclibc being in both meta-oe and oe-core
> confused my build on one machine it was picking it from oe-core
> and on other from meta-oe. Good new layers :)
> 
> The following changes since commit 4b9c98e10d0ebaef45c8386103ec9ed69a589fba:
> 
>   uclibc_git.bb: Fix patch path in SRC_URI (2011-05-27 10:29:24 -0700)
> 
> are available in the git repository at:
>   git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-thumb
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-thumb
> 
> Khem Raj (1):
>   uclibc_git.bb: Fix patch path in SRC_URI

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-05-27 22:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27 17:38 [PATCH 0/1] Fix SRC_URI Khem Raj
2011-05-27 17:38 ` [PATCH 1/1] uclibc_git.bb: Fix patch path in SRC_URI Khem Raj
2011-05-27 22:30 ` [PATCH 0/1] Fix SRC_URI Richard Purdie

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.