Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 1 Oct 2004 22:29:35 +0000 (22:29 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 1 Oct 2004 22:29:35 +0000 (22:29 +0000)
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages

2004/10/02 00:13:11+02:00 dyndns.org!reenoo
task-bootstrap: remove resolvconf from (R)DEPENDS to avoid pulling in full bash as requested by pb

2004/10/02 00:02:35+02:00 dyndns.org!reenoo
Merge bk://openembedded@openembedded.bkbits.net/packages
into sugarcube.dyndns.org:/home2/oe/oe/packages

2004/10/02 00:02:16+02:00 dyndns.org!reenoo
dropbear: search for xauth in PATH rather than using a hardcoded path to it

BKrev: 415dda4fKEsl1OO5SRF0Nfx53CZVPQ

dropbear/dropbear-0.43+0.44test4/xauth-path.patch [new file with mode: 0644]
dropbear/dropbear_0.43+0.44test4.oe
meta/task-bootstrap.oe

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 (file)
index 0000000..e69de29
index 9bb5564..c40cfa0 100644 (file)
@@ -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}"
 
index 88a59dc..0e96d26 100644 (file)
@@ -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}'