diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-06-13 08:46:19 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-06-15 23:21:56 -0400 |
commit | f135f64596d45cbb5f6f722fd6ae4435137ef3a2 (patch) | |
tree | 31733afd160055d6e50c18d0e76a2fb5fea1a338 /meta-networking | |
parent | 9f920bcf0eca25e58452f87489292f2a7f12d839 (diff) | |
download | ast2050-yocto-openembedded-f135f64596d45cbb5f6f722fd6ae4435137ef3a2.zip ast2050-yocto-openembedded-f135f64596d45cbb5f6f722fd6ae4435137ef3a2.tar.gz |
iftop: inherit autotools-brokensep
It needs autotools-brokensep, otherwise do_configure error:
cat: config/pthread.c: No such file or directory
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/iftop/iftop_1.0pre2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb b/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb index 73f2d85..cc1f8b0 100644 --- a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb +++ b/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb @@ -10,5 +10,5 @@ SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz" SRC_URI[md5sum] = "fef521a49ec0122458d02c64212af3c5" SRC_URI[sha256sum] = "1b193037bb3019afae88cd94c87468aac4b045d81ab816ed8d2f489716b14027" -inherit autotools +inherit autotools-brokensep |