diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:13:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:39:10 +0100 |
commit | d37e927035699e8a7dcdffa687a6adda06fee4e9 (patch) | |
tree | 37df88e3da2171a41d3979e91a661abcf6042a6d /meta | |
parent | 52e42f09dbb5eadf5f5e9ea9389ae606b0e83f5f (diff) | |
download | poky-d37e927035699e8a7dcdffa687a6adda06fee4e9.tar.gz |
elfutils: Update INSANE_SKIP to new syntax
(From OE-Core rev: 77b67e740ae74b49b02fba86198b527b38c22a3d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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 = "\ | |||
75 | FILES_${PN} =+ "${libdir}/*-${PV}.so" | 75 | FILES_${PN} =+ "${libdir}/*-${PV}.so" |
76 | 76 | ||
77 | # The elfutils package contains symlinks that trip up insane | 77 | # The elfutils package contains symlinks that trip up insane |
78 | INSANE_SKIP_elfutils = "1" | 78 | INSANE_SKIP_${PN} = "dev-so" |