[oe-commits] Otavio Salvador : libsdl: Use 'virtual/nativesdk-libx11' instead of hardcoding nativesdk-libx11

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 16:48:25 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: bb7a913e4a0da450cc85edfe0d8f80bdf4065fad
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bb7a913e4a0da450cc85edfe0d8f80bdf4065fad

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sun Feb 17 17:53:10 2013 +0000

libsdl: Use 'virtual/nativesdk-libx11' instead of hardcoding nativesdk-libx11

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index e25c597..5776617 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -16,9 +16,9 @@ DEPENDS = "${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
            ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} \
            ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxext libxrandr libxrender', '', d)} \
            tslib"
-DEPENDS_class-nativesdk = "${@base_contains('DISTRO_FEATURES', 'x11', 'nativesdk-libx11 nativesdk-libxrandr nativesdk-libxrender nativesdk-libxext', '', d)}"
+DEPENDS_class-nativesdk = "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/nativesdk-libx11 nativesdk-libxrandr nativesdk-libxrender nativesdk-libxext', '', d)}"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
            file://configure_tweak.patch \





More information about the Openembedded-commits mailing list