diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:49:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:27:58 +0100 |
commit | 097a8a50ff0628a2b991757c8862fbd260772ed8 (patch) | |
tree | 73f3b881e641e74006a0e4182317bf1256607eba /meta/recipes-support/liboil/liboil_0.3.17.bb | |
parent | a0d441ec7c43fe1b4490c1c9b03a0cf5811109fd (diff) | |
download | openembedded-core-097a8a50ff0628a2b991757c8862fbd260772ed8.tar.gz openembedded-core-097a8a50ff0628a2b991757c8862fbd260772ed8.tar.bz2 openembedded-core-097a8a50ff0628a2b991757c8862fbd260772ed8.zip |
liboil_0.3.17.bb: Enable x86_64 unaligned memory access
Patch imported from OE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-support/liboil/liboil_0.3.17.bb')
-rw-r--r-- | meta/recipes-support/liboil/liboil_0.3.17.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/liboil/liboil_0.3.17.bb b/meta/recipes-support/liboil/liboil_0.3.17.bb index fe8a22f59f..f342a820fe 100644 --- a/meta/recipes-support/liboil/liboil_0.3.17.bb +++ b/meta/recipes-support/liboil/liboil_0.3.17.bb @@ -10,10 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ad80780d9c5205d63481a0184e199a15 \ file://testsuite/trans.c;endline=29;md5=380ecd43121fe3dcc0d8d7e5984f283d" DEPENDS = "glib-2.0" -PR = "r2" +PR = "r3" SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ - file://no-tests.patch;patch=1" + file://no-tests.patch \ + file://fix-unaligned-whitelist.patch \ + " SRC_URI[md5sum] = "47dc734f82faeb2964d97771cfd2e701" SRC_URI[sha256sum] = "105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69" |