netcf: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_install error:

make: *** No rule to make target `install'.  Stop.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Robert Yang
2014-06-13 08:46:26 +08:00
committed by Joe MacDonald
parent 64adf1643b
commit 103cb4ab99
@@ -16,7 +16,7 @@ DEPENDS += "augeas libnl libxslt libxml2 gnulib"
S = "${WORKDIR}/git"
inherit gettext autotools
inherit gettext autotools-brokensep
EXTRA_OECONF_append_class-target = " --with-driver=redhat"
do_configure_prepend() {