From patchwork Thu Feb 7 14:33:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libpfm4: exclude from world Date: Thu, 07 Feb 2013 14:33:54 -0000 From: Martin Jansa X-Patchwork-Id: 44235 Message-Id: <1360247634-10957-1-git-send-email-Martin.Jansa@gmail.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Martin Jansa --- meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb b/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb index 460029f..438dbc3 100644 --- a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb +++ b/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb @@ -24,3 +24,6 @@ S = "${WORKDIR}/libpfm-${PV}" do_install () { oe_runmake install } + +# oprofile depends on it only for ppc* and it fails to build on arm +EXCLUDE_FROM_WORLD = "1"