summaryrefslogtreecommitdiffstats
path: root/meta/packages/libsdl
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-09-17 00:05:34 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-17 22:25:22 +0100
commit0d7207ca39d1671682f9467a804766b151048573 (patch)
tree88a9b9b8588d8df986f4d6f0f4a232ec41841261 /meta/packages/libsdl
parentaf85ce4b4e675feb5796f87137c86d70c2f15b9a (diff)
downloadpoky-0d7207ca39d1671682f9467a804766b151048573.tar.gz
sdk.bbclass: Rename to nativesdk.bbclass
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/libsdl')
-rw-r--r--meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb (renamed from meta/packages/libsdl/libsdl-sdk_1.2.11.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb
index 6cea742f17..a364ca386a 100644
--- a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
+++ b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Simple DirectMedia Layer - native Edition"
2HOMEPAGE = "http://www.libsdl.org" 2HOMEPAGE = "http://www.libsdl.org"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPL" 4LICENSE = "LGPL"
5DEPENDS = "libx11-sdk libxext-sdk libxrandr-sdk libxrender-sdk" 5DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk"
6RDEPENDS = "libx11-sdk libxrandr-sdk libxrender-sdk libxext-sdk" 6RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk"
7PR = "r4" 7PR = "r4"
8 8
9SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ 9SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
@@ -12,7 +12,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
12 file://kernel-asm-page.patch;patch=1 " 12 file://kernel-asm-page.patch;patch=1 "
13S = "${WORKDIR}/SDL-${PV}" 13S = "${WORKDIR}/SDL-${PV}"
14 14
15inherit autotools_stage binconfig pkgconfig sdk 15inherit autotools_stage binconfig pkgconfig nativesdk
16 16
17EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ 17EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \
18 --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ 18 --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \