From 7d8c5363dbadf6c1c7bc2e3fd106c365a254f536 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 16 Apr 2004 12:03:35 +0000 Subject: [PATCH] tmpfile BKrev: 407fcb97bOaKCcySXwaDOq2QTbZDBQ --- dropbear/dropbear_0.41.oe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dropbear/dropbear_0.41.oe b/dropbear/dropbear_0.41.oe index 24123d816d..b6d6d52020 100644 --- a/dropbear/dropbear_0.41.oe +++ b/dropbear/dropbear_0.41.oe @@ -6,7 +6,10 @@ SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ file://${FILESDIR}/configure.patch;patch=1" S = "${WORKDIR}/dropbear-${PV}" -inherit autotools +inherit autotools update-rc.d + +INITSCRIPT_NAME = "dropbear" +INITSCRIPT_PARAMS = "defaults 10" CFLAGS_prepend = "-I. " LD = "${CC}" -- 2.39.5