All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: Small url fix for xerces-c
Date: Wed, 29 Oct 2008 16:53:32 +0000	[thread overview]
Message-ID: <4908950C.6030406@linux.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

Hi there,

I noticed the url in the xerces-c recipe is incorrect. Patch attached.

Cheers,

- J
-- 
	Joshua Lock
	       Intel Open Source Technology Centre

[-- Attachment #2: oe_xerces_url.patch --]
[-- Type: text/x-patch, Size: 562 bytes --]

diff --git a/packages/xerces-c/xerces-c_2.8.0.bb b/packages/xerces-c/xerces-c_2.8.0.bb
index 4f72e9d..d78bb22 100644
--- a/packages/xerces-c/xerces-c_2.8.0.bb
+++ b/packages/xerces-c/xerces-c_2.8.0.bb
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 LICENSE = "MIT"
 PR = "r1"
 
-SRC_URI = "http://mirror.serversupportforum.de/apache/xerces/c/sources/xerces-c-src_2_8_0.tar.gz"
+SRC_URI = "http://mirror.serversupportforum.de/apache/xerces/c/2/sources/xerces-c-src_2_8_0.tar.gz"
 S = "${WORKDIR}/xerces-c-src_2_8_0/src/xercesc"
 
 inherit autotools pkgconfig

             reply	other threads:[~2008-10-29 16:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-29 16:53 Joshua Lock [this message]
2008-10-29 19:18 ` Small url fix for xerces-c Stefan Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4908950C.6030406@linux.intel.com \
    --to=josh@linux.intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.