From e416dbedba6de9e336d97c00ec340baf779c81d5 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 23 Mar 2016 18:36:32 +0100 Subject: zaurusd: fix build using autotools-brokensep The recipe is otherwise built and packagd incompletely. Signed-off-by: Andrea Adami --- recipes-bsp/zaurusd/zaurusd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/zaurusd/zaurusd_git.bb b/recipes-bsp/zaurusd/zaurusd_git.bb index 9eb8b1a..8a49fdc 100644 --- a/recipes-bsp/zaurusd/zaurusd_git.bb +++ b/recipes-bsp/zaurusd/zaurusd_git.bb @@ -52,7 +52,7 @@ do_install_append() { install -m 0755 "${WORKDIR}/zaurus-hinge.matchbox-portrait" "${D}/etc/zaurusd/hinge-portrait.d/20-matchbox-portrait" } -inherit autotools pkgconfig update-rc.d +inherit autotools-brokensep pkgconfig update-rc.d INITSCRIPT_NAME = "zaurusd" INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." -- cgit 1.2.3-korg