mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
9ae9894c15
commit
9b0bacbb50
|
@ -18,7 +18,7 @@ DEPENDS += "augeas libnl libxslt libxml2"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit gettext autotools
|
||||
inherit gettext autotools-brokensep
|
||||
|
||||
do_configure_prepend() {
|
||||
cd ${S}
|
||||
|
|
Loading…
Reference in New Issue
Block a user