diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 00:05:34 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 22:25:22 +0100 |
commit | 0d7207ca39d1671682f9467a804766b151048573 (patch) | |
tree | 88a9b9b8588d8df986f4d6f0f4a232ec41841261 /meta/packages/libsdl | |
parent | af85ce4b4e675feb5796f87137c86d70c2f15b9a (diff) | |
download | poky-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" | |||
2 | HOMEPAGE = "http://www.libsdl.org" | 2 | HOMEPAGE = "http://www.libsdl.org" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | DEPENDS = "libx11-sdk libxext-sdk libxrandr-sdk libxrender-sdk" | 5 | DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" |
6 | RDEPENDS = "libx11-sdk libxrandr-sdk libxrender-sdk libxext-sdk" | 6 | RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" |
7 | PR = "r4" | 7 | PR = "r4" |
8 | 8 | ||
9 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 9 | SRC_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 " |
13 | S = "${WORKDIR}/SDL-${PV}" | 13 | S = "${WORKDIR}/SDL-${PV}" |
14 | 14 | ||
15 | inherit autotools_stage binconfig pkgconfig sdk | 15 | inherit autotools_stage binconfig pkgconfig nativesdk |
16 | 16 | ||
17 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ | 17 | EXTRA_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 \ |