From a04aeb9ad94f3781759b7c96e57bcecf108be335 Mon Sep 17 00:00:00 2001 From: Liviu Gheorghisan Date: Mon, 25 Aug 2014 15:47:40 +0200 Subject: multipath-tools buildfix: added '-brokensep' to autotools 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 Signed-off-by: Bruce Ashfield --- 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 633b9f2f..e2076d36 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}" -- cgit v1.2.3-54-g00ecf