[oe-commits] Andrea Adami : klibc: add missing space to SRC_URI_append

git version control git at git.openembedded.org
Thu Jan 6 11:54:44 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d4196731ebde9784d2853d8717696361ff06f4d9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d4196731ebde9784d2853d8717696361ff06f4d9

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Jan  6 12:39:10 2011 +0100

klibc: add missing space to SRC_URI_append

* flaw exposed by recent klcc-cross commit, adding another SRC_URI +=
* right fix seems to be in klibc.inc
* bump PR

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/klibc/klibc.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/klibc/klibc.inc b/recipes/klibc/klibc.inc
index 5c70695..247d794 100644
--- a/recipes/klibc/klibc.inc
+++ b/recipes/klibc/klibc.inc
@@ -6,7 +6,7 @@ minimal entaglement, and portability, not speed."
 LICENSE = "BSD-ADV"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-INC_PR = "r2"
+INC_PR = "r3"
 
 KLIBC_ARCH = '${TARGET_ARCH}'
 KLIBC_ARCH_armeb = 'arm'
@@ -24,8 +24,8 @@ ARM_INSTRUCTION_SET = "arm"
 KLIBC_FETCHDIR = "1.5"
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/klibc/${KLIBC_FETCHDIR}/klibc-${PV}.tar.bz2"
 
-SRC_URI_append_linux-gnueabi = "file://klibc-config-eabi.patch"
-SRC_URI_append_linux-uclibceabi = "file://klibc-config-eabi.patch"
+SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch"
+SRC_URI_append_linux-uclibceabi = " file://klibc-config-eabi.patch"
 
 SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \
             file://modprobe.patch \





More information about the Openembedded-commits mailing list