From: Robert Yang <[email protected]> It needs autotools-brokensep, otherwise do_install error:
make: *** No rule to make target `install'. Stop. Signed-off-by: Robert Yang <[email protected]> --- meta-networking/recipes-support/netcf/netcf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb index 6c36ce8..5a301e3 100644 --- a/meta-networking/recipes-support/netcf/netcf_git.bb +++ b/meta-networking/recipes-support/netcf/netcf_git.bb @@ -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() { -- 1.7.10.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
