diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-11 17:04:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-11 17:04:14 +0000 |
commit | eb9cfb0ce0666445f4666daff6e67bdad9fd06fa (patch) | |
tree | 4189b0b45515a062309b6ab37451daccb3718c11 /packages/uclibc | |
parent | 8340f8211718a9fc6921665b7bf39afa9539d9a3 (diff) |
Random syntax fixes. R_VALUE must be quoted
Diffstat (limited to 'packages/uclibc')
-rw-r--r-- | packages/uclibc/uclibc_0.9.27.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/uclibc/uclibc_0.9.27.bb b/packages/uclibc/uclibc_0.9.27.bb index d7630b74b3..3f593c5698 100644 --- a/packages/uclibc/uclibc_0.9.27.bb +++ b/packages/uclibc/uclibc_0.9.27.bb @@ -8,12 +8,12 @@ include uclibc.inc # packages which relied on it (erroneously - it is defined # in include/linux/posix_types.h and is internal) may stop # building. The patch has only been verified on NSLU2 builds. -PATCH_ipc_h ?= +PATCH_ipc_h ?= "" PATCH_ipc_h_nslu2 = "file://kernel-key-t-ipc.h.patch;patch=1" SRC_URI += "http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2 \ file://dyn-ldconfig.patch;patch=1 \ file://nokernelheadercheck.patch;patch=1" SRC_URI += " file://armeb-kernel-stat.h.patch;patch=1" -SRC_URI += ${PATCH_ipc_h} +SRC_URI += "${PATCH_ipc_h}" S = "${WORKDIR}/uClibc-${PV}" |