From: Richard Purdie Date: Tue, 5 Jul 2011 10:13:43 +0000 (+0100) Subject: elfutils: Update INSANE_SKIP to new syntax X-Git-Tag: 2011-1~880 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=77b67e740ae74b49b02fba86198b527b38c22a3d;p=openembedded-core.git elfutils: Update INSANE_SKIP to new syntax Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index 2bedc0574a..e88a4789a9 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb @@ -75,4 +75,4 @@ FILES_${PN}-binutils = "\ FILES_${PN} =+ "${libdir}/*-${PV}.so" # The elfutils package contains symlinks that trip up insane -INSANE_SKIP_elfutils = "1" +INSANE_SKIP_${PN} = "dev-so"