diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-12 09:42:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-12 12:37:33 +0100 |
commit | 1b576a2412647fbbf0a17e95171efdc458f4be16 (patch) | |
tree | 05d9c9790cb2e844d72aa1d405b71ebeb592ae7e /meta/recipes-support/libunistring/libunistring_0.9.3.bb | |
parent | 9815b7a95ac33d3234073cdd204d9389b4241189 (diff) | |
download | openembedded-core-1b576a2412647fbbf0a17e95171efdc458f4be16.tar.gz openembedded-core-1b576a2412647fbbf0a17e95171efdc458f4be16.tar.bz2 openembedded-core-1b576a2412647fbbf0a17e95171efdc458f4be16.zip |
libunistring: Fix parallel make issue
See patch header for the full description of the parallel make issue this resolves.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libunistring/libunistring_0.9.3.bb')
-rw-r--r-- | meta/recipes-support/libunistring/libunistring_0.9.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libunistring/libunistring_0.9.3.bb b/meta/recipes-support/libunistring/libunistring_0.9.3.bb index eabe115847..02a28f40b3 100644 --- a/meta/recipes-support/libunistring/libunistring_0.9.3.bb +++ b/meta/recipes-support/libunistring/libunistring_0.9.3.bb @@ -17,12 +17,13 @@ LICENSE = "GPLv3&LGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" -SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz" +SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \ + file://parallelmake.patch" SRC_URI[md5sum] = "db8eca3b64163abadf8c40e5cecc261f" SRC_URI[sha256sum] = "610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3" -PR = "r1" +PR = "r2" inherit autotools BBCLASSEXTEND = "native nativesdk" |