diff options
-rw-r--r-- | dropbear/dropbear-0.43+0.44test4/xauth-path.patch | 0 | ||||
-rw-r--r-- | dropbear/dropbear_0.43+0.44test4.oe | 3 | ||||
-rw-r--r-- | meta/task-bootstrap.oe | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/dropbear/dropbear-0.43+0.44test4/xauth-path.patch b/dropbear/dropbear-0.43+0.44test4/xauth-path.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/dropbear/dropbear-0.43+0.44test4/xauth-path.patch diff --git a/dropbear/dropbear_0.43+0.44test4.oe b/dropbear/dropbear_0.43+0.44test4.oe index 9bb5564f27..c40cfa0503 100644 --- a/dropbear/dropbear_0.43+0.44test4.oe +++ b/dropbear/dropbear_0.43+0.44test4.oe @@ -1,12 +1,13 @@ DESCRIPTION = "Dropbear SSH Implementation" LICENSE = "MIT" DEPENDS = "zlib" -PR = "r3" +PR = "r4" RV = "0.44test4" SRC_URI = "http://matt.ucc.asn.au/dropbear/testing/dropbear-${RV}.tar.bz2 \ file://configure.patch;patch=1 \ file://allow-nopw.patch;patch=1 \ + file://xauth-path.patch;patch=1 \ file://init" S = "${WORKDIR}/dropbear-${RV}" diff --git a/meta/task-bootstrap.oe b/meta/task-bootstrap.oe index 88a59dc9b5..0e96d26bc9 100644 --- a/meta/task-bootstrap.oe +++ b/meta/task-bootstrap.oe @@ -7,13 +7,13 @@ PACKAGES = "${PN}" DEPENDS = 'base-files base-passwd-3.5.7 \ busybox dropbear hotplug initscripts modutils netbase \ - resolvconf sysvinit tinylogin lrzsz portmap \ + sysvinit tinylogin lrzsz portmap \ modutils-initscripts timezones \ ${BOOTSTRAP_EXTRA_DEPENDS}' RDEPENDS = 'base-files base-passwd busybox \ hotplug initscripts modutils-depmod modutils-modinfo \ - netbase resolvconf sysvinit tinylogin \ + netbase sysvinit tinylogin \ modutils-initscripts timezones \ ${BOOTSTRAP_EXTRA_RDEPENDS}' |