V2: PACKAGECONFIG is used only for alsa not for opengl, because there is no virtual/libgl-nativesdk and with only alsa in PACKAGECONFIG_virtclass-nativesdk it would pass --disable-opengl to OECONF while now it passes --enable-opengl so it would change nativesdk package without option to enable it again.
The following changes since commit ad0baa7d2f33a865011e0c6afe29f22aa1beea32: eglibc-initial: Ensure symlinks point to the correct location when built from sstate cache (2011-11-29 12:36:37 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull Martin Jansa (5): libsdl: drop unused files libsdl: rename files dir to libsdl-1.2.14 for faster lookup libsdl: enable cdrom, alsa and tslib, disable rpath and add few fixes from meta-oe libsdl: enable alsa based on PACKAGECONFIG and respect DISTRO_FEATURES libsdl: replace tabs with spaces .../libsdl/files/directfb_obsolete_calls.patch | 35 ------------ .../recipes-graphics/libsdl/files/extra-keys.patch | 55 -------------------- .../{files => libsdl-1.2.14}/configure_tweak.patch | 0 meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 27 ++++++--- 4 files changed, 18 insertions(+), 99 deletions(-) delete mode 100644 meta/recipes-graphics/libsdl/files/directfb_obsolete_calls.patch delete mode 100644 meta/recipes-graphics/libsdl/files/extra-keys.patch rename meta/recipes-graphics/libsdl/{files => libsdl-1.2.14}/configure_tweak.patch (100%) -- 1.7.8.rc4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
