[meta-virtualization] [PATCH 1/1] multipath-tools buildfix: added '-brokensep' to autotools

Liviu Gheorghisan liviu.gheorghisan at enea.com
Mon Aug 25 06:47:40 PDT 2014


This is required because the build failed at do_install task.

| DEBUG: Executing shell function do_install
| NOTE: make -j 64 LIB=/usr/lib exec_prefix=/usr libdir=/usr/lib DESTDIR=/media/sdd1/fb/ligh/scm/cgl-upstream/build-qemuppc/tmp/work/ppc7400-poky-linux/multipath-tools/0.4.9+gitrAUTOINC+d3683ab18b-r0/image install
| make: *** No rule to make target `install'.  Stop.
| ERROR: oe_runmake failed
| WARNING: /media/sdd1/fb/ligh/scm/cgl-upstream/build-qemuppc/tmp/work/ppc7400-poky-linux/multipath-tools/0.4.9+gitrAUTOINC+d3683ab18b-r0/temp/run.do_install.34183:1 exit 1 from
|   exit 1

ERROR: Task 2 (poky/meta-virtualization/recipes-extended/multipath-tools/multipath-tools_git.bb, do_install) failed with exit code '1'

Signed-off-by: Liviu Gheorghisan <liviu.gheorghisan at enea.com>
---
 recipes-extended/multipath-tools/multipath-tools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/multipath-tools/multipath-tools_git.bb b/recipes-extended/multipath-tools/multipath-tools_git.bb
index 633b9f2..e2076d3 100644
--- a/recipes-extended/multipath-tools/multipath-tools_git.bb
+++ b/recipes-extended/multipath-tools/multipath-tools_git.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
 SRCREV = "d3683ab18b386e9b3b54b59a122c689e9ebdf5cf"
 PV = "0.4.9+gitr${SRCPV}"
 
-inherit autotools
+inherit autotools-brokensep
 
 EXTRA_OEMAKE="LIB=${libdir} exec_prefix=${exec_prefix} libdir=${libdir}"
 
-- 
1.9.1



More information about the meta-virtualization mailing list