diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-22 17:16:28 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-22 22:21:11 +0300 |
commit | ec139cc88b18e0cd1895f3eb05d11e9081f277b0 (patch) | |
tree | 816aacc1a88f39445437133978d97a903b8df206 /recipes/libnfnetlink | |
parent | 4e5a21d49f2ef6b02c3b5537e5f49a74ae3e0f98 (diff) |
libnfnetlink: don't libtoolize version 0.0.30
Broken with newer libtool, builds fine without relibtoolizing.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/libnfnetlink')
-rw-r--r-- | recipes/libnfnetlink/libnfnetlink_0.0.30.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/libnfnetlink/libnfnetlink_0.0.30.bb b/recipes/libnfnetlink/libnfnetlink_0.0.30.bb index 5d335a859a..400d48de91 100644 --- a/recipes/libnfnetlink/libnfnetlink_0.0.30.bb +++ b/recipes/libnfnetlink/libnfnetlink_0.0.30.bb @@ -1,9 +1,7 @@ include libnfnetlink.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" do_configure() { - gnu-configize - libtoolize --force oe_runconf } |