diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-08-21 11:30:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:30:05 +0100 |
commit | d42920486781a0664a49789cfc796b4aef091df8 (patch) | |
tree | 17fdc0ce0e4284f000e2dec40fbf1a2966f54059 /meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | |
parent | 0bc5f7c8f6e43d0c9b3cedebc911ab63dec236c1 (diff) | |
download | poky-d42920486781a0664a49789cfc796b4aef091df8.tar.gz |
libsdl: Backport xData32 patch for x11 update
(From OE-Core rev: afe343211c3f5d98717e7952e4d332d70a3b992a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl/libsdl_1.2.15.bb')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb index 1bee3647be..4209f37375 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | |||
@@ -22,7 +22,8 @@ PR = "r2" | |||
22 | 22 | ||
23 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 23 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
24 | file://configure_tweak.patch \ | 24 | file://configure_tweak.patch \ |
25 | " | 25 | file://libsdl-1.2.15-xdata32.patch \ |
26 | " | ||
26 | 27 | ||
27 | S = "${WORKDIR}/SDL-${PV}" | 28 | S = "${WORKDIR}/SDL-${PV}" |
28 | 29 | ||