From: Robert Yang <[email protected]> It needs autotools-brokensep, otherwise do_compile error:
src/defines.h:5:18: fatal error: tcpr.h: No such file or directory Signed-off-by: Robert Yang <[email protected]> --- meta-networking/recipes-support/tcpreplay/tcpreplay_3.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/tcpreplay/tcpreplay_3.4.4.bb b/meta-networking/recipes-support/tcpreplay/tcpreplay_3.4.4.bb index d211888..4bce270 100644 --- a/meta-networking/recipes-support/tcpreplay/tcpreplay_3.4.4.bb +++ b/meta-networking/recipes-support/tcpreplay/tcpreplay_3.4.4.bb @@ -18,5 +18,5 @@ DEPENDS = "libpcap" EXTRA_OECONF += "--with-libpcap=${STAGING_DIR_HOST}/usr" -inherit siteinfo autotools +inherit siteinfo autotools-brokensep -- 1.7.10.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
