[oe] [PATCH 08/14] netcf: inherit autotools-brokensep

rongqing.li at windriver.com rongqing.li at windriver.com
Fri Jun 13 00:46:12 UTC 2014


From: Robert Yang <liezhi.yang at windriver.com>

It needs autotools-brokensep, otherwise do_install error:

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

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 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




More information about the Openembedded-devel mailing list