From: Martin Jansa Date: Thu, 13 Oct 2011 08:33:57 +0000 (+0200) Subject: mesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib in separ... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81931261a99de5e936f65aeb987dec15e7c5a2a5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib in separate package (From OE-Core rev: 403a1b0c4bb83165b4c18db42d648e44107ea2ee) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.11.bb b/meta/recipes-graphics/mesa/mesa-dri_7.11.bb index 2cb2e055b39..6a4f9a9c3b2 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_7.11.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_7.11.bb @@ -3,8 +3,6 @@ include mesa-${PV}.inc include mesa-dri.inc PR = "${INC_PR}.0" -LEAD_SONAME = "libGL.so.1" - EXTRA_OECONF += "--with-dri-drivers=swrast,i915,i965" COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb index aaa3073ee02..14852133ae6 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_git.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb @@ -15,8 +15,6 @@ PACKAGES =+ "${PN}-xprogs" FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo" -LEAD_SONAME = "libGL.so.1" - do_configure_prepend () { cp ${WORKDIR}/matypes.h ${S}/src/mesa/x86 touch ${S}/src/mesa/x86/matypes.h