into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/13 17:13:55+02:00 utwente.nl!koen
libsdl-mixer_1.2.6.bb: Add it
2005/06/13 17:06:02+02:00 utwente.nl!koen
Rename: packages/gftp/gftp_2.0.18rc1.bb -> packages/gftp/gftp_2.0.18.bb
2005/06/13 17:02:26+02:00 utwente.nl!koen
hdparm_5.8.bb: add uclibc patch , courtesy Bernhard Rosenkraenzer
2005/06/13 16:56:44+02:00 utwente.nl!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/06/13 16:56:28+02:00 utwente.nl!koen
dropbear_0.45.bb: PROVIDES='ssh sshd'
BKrev: 42ada8d7Y-0KDJEaEI5ZIzIAaYGQ0g
LICENSE = "MIT"
DEPENDS = "zlib"
PR = "r1"
+PROVIDES = "ssh sshd"
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
file://urandom-xauth-changes-to-options.h.patch;patch=1 \
+DESCRIPTION = "hdparm is a Linux shell utility for viewing \
+and manipulating various IDE drive and driver parameters."
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "BSD"
+
+SRC_URI = "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz \
+ file://bswap.patch;patch=1 \
+ file://uclibc.patch;patch=1"
+
+do_install () {
+ install -d ${D}/${sbindir} ${D}/${mandir}/man8
+ oe_runmake 'DESTDIR=${D}' install
+}