summaryrefslogtreecommitdiffstats
path: root/recipes-networking
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-14 12:42:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-14 18:27:09 -0400
commit9b0bacbb501093c4d5470df96c24eb9895ad9755 (patch)
treeece63824363b84cce2755fcc91add3878b78fa09 /recipes-networking
parent9ae9894c154c967d5dd198dc77e7cf4e5f72a114 (diff)
downloadmeta-virtualization-9b0bacbb501093c4d5470df96c24eb9895ad9755.tar.gz
netcf: fix autotools B != S build failure
For now adding netcf to the list of "brokensep" packages. The install phase fails when autotools split directories are used, so we inherit brokensep to get things building again. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking')
-rw-r--r--recipes-networking/netcf/netcf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/netcf/netcf_git.bb b/recipes-networking/netcf/netcf_git.bb
index d380e95e..218cd17d 100644
--- a/recipes-networking/netcf/netcf_git.bb
+++ b/recipes-networking/netcf/netcf_git.bb
@@ -18,7 +18,7 @@ DEPENDS += "augeas libnl libxslt libxml2"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit gettext autotools 21inherit gettext autotools-brokensep
22 22
23do_configure_prepend() { 23do_configure_prepend() {
24 cd ${S} 24 cd ${S}