diff options
author | Jiajun Xu <jiajun.xu@intel.com> | 2011-08-22 23:29:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:34 -0700 |
commit | 9a75040320ec12da1a08bbe88d11b8da089e4a2a (patch) | |
tree | 364245aee9b3b50d020d8f9adb2b86f63b94c61d /meta/recipes-graphics/libsdl | |
parent | 1eb4426599ca86c77ab08c5184f6011d09aec314 (diff) | |
download | poky-9a75040320ec12da1a08bbe88d11b8da089e4a2a.tar.gz |
libsdl: do not inherit nativesdk
We already enable target version for libsdl and use BBCLASSEXTEND
to enable nativesdk. No need to inherit nativesdk then.
(From OE-Core rev: f3945cf1a9d33438afbcb28ee35edc10b9d047d9)
Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.11.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.11.bb index 8b0d3c2932..74489b0d58 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.11.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.11.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | |||
13 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender" | 13 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender" |
14 | DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" | 14 | DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" |
15 | 15 | ||
16 | PR = "r7" | 16 | PR = "r8" |
17 | 17 | ||
18 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 18 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
19 | file://acinclude.m4 \ | 19 | file://acinclude.m4 \ |
@@ -25,7 +25,7 @@ S = "${WORKDIR}/SDL-${PV}" | |||
25 | SRC_URI[md5sum] = "418b42956b7cd103bfab1b9077ccc149" | 25 | SRC_URI[md5sum] = "418b42956b7cd103bfab1b9077ccc149" |
26 | SRC_URI[sha256sum] = "6985823287b224b57390b1c1b6cbc54cc9a7d7757fbf9934ed20754b4cd23730" | 26 | SRC_URI[sha256sum] = "6985823287b224b57390b1c1b6cbc54cc9a7d7757fbf9934ed20754b4cd23730" |
27 | 27 | ||
28 | inherit autotools binconfig pkgconfig nativesdk | 28 | inherit autotools binconfig pkgconfig |
29 | 29 | ||
30 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ | 30 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ |
31 | --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ | 31 | --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ |