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 | openembedded-core-0d7207ca39d1671682f9467a804766b151048573.tar.gz openembedded-core-0d7207ca39d1671682f9467a804766b151048573.tar.bz2 openembedded-core-0d7207ca39d1671682f9467a804766b151048573.tar.xz openembedded-core-0d7207ca39d1671682f9467a804766b151048573.zip |
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 6cea742f1..a364ca386 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" HOMEPAGE = "http://www.libsdl.org" SECTION = "libs" LICENSE = "LGPL" -DEPENDS = "libx11-sdk libxext-sdk libxrandr-sdk libxrender-sdk" -RDEPENDS = "libx11-sdk libxrandr-sdk libxrender-sdk libxext-sdk" +DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" +RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" PR = "r4" 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 \ file://kernel-asm-page.patch;patch=1 " S = "${WORKDIR}/SDL-${PV}" -inherit autotools_stage binconfig pkgconfig sdk +inherit autotools_stage binconfig pkgconfig nativesdk EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ |