diff options
Diffstat (limited to 'dropbear/dropbear_0.41.oe')
-rw-r--r-- | dropbear/dropbear_0.41.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbear/dropbear_0.41.oe b/dropbear/dropbear_0.41.oe index 352c8d428f..1314e78d37 100644 --- a/dropbear/dropbear_0.41.oe +++ b/dropbear/dropbear_0.41.oe @@ -4,8 +4,8 @@ DEPENDS = "virtual/libc zlib ncurses" PR = "r2" SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/initd.patch;patch=1" + file://configure.patch;patch=1 \ + file://initd.patch;patch=1" S = "${WORKDIR}/dropbear-${PV}" inherit autotools update-rc.d |