[oe-commits] Richard Purdie : elfutils: Update INSANE_SKIP to new syntax

git version control git at git.openembedded.org
Tue Jul 5 10:25:17 UTC 2011


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

Author: Richard  Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Jul  5 11:13:43 2011 +0100

elfutils: Update INSANE_SKIP to new syntax

Signed-off-by: Richard  Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/elfutils/elfutils_0.148.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index 2bedc05..e88a478 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"





More information about the Openembedded-commits mailing list