rmdir ${CROSS_DIR}/include || :
# We don't really need to keep this around
- rm -rf ${CROSS_DIR}/share
+ # rm -rf ${CROSS_DIR}/share but leave java there
+ for d in share/man share/info;
+ do
+ rm -rf ${CROSS_DIR}/$d
+ done
}
HOMEPAGE = "http://www.gtk.org"
SECTION = "libs"
PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor gtk-doc libgcrypt"
PR = "r4"
-SECTION = "libs"
DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons."
+SECTION = "libs"
+AUTHOR = "Lennart Poettering <lennart@poettering.net>"
HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/"
+MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>"
LICENSE = "GPLv2"
SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz"
RREPLACES_${PN} = "hotplug"
SECTION = "base"
RSUGGESTS = "pciutils usbutils"
-PR = "r7"
+PR = "r8"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
file://userspecified_hcd.patch;patch=1 \
file://isapnp-exit.diff;patch=1 \
file://usb-storage \
file://soc.agent"
-
+
+SRC_URI_append_openzaurus = " file://quiet-pci.patch;patch=1"
+
S = "${WORKDIR}/hotplug-2004_09_20"
INITSCRIPT_NAME = "hotplug"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gnutls"
-MAINTAINER = "Chris Lord <chris@openedhand.com>"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
PR = "r1"
inherit autotools pkgconfig
do_stage() {
- oe_libinstall -so -C loudmouth libloudmouth-1 ${STAGING_LIBDIR}
-
- install -d ${STAGING_INCDIR}/${PN}/
- install -m 0644 ${S}/${PN}/*.h ${STAGING_INCDIR}/${PN}/
+ autotools_stage_all
}
+++ /dev/null
-module_raw input
-module pthres pmin=1
-module variance delta=30
-module dejitter delta=100
-module linear
SECTION = "base"
MAINTAINER = "Richard Purdie <rpurdie@openedhand.com>"
DESCRIPTION = "Daemon to handle device specifc features."
+PV = "0.0+svn${SRCDATE}"
PR = "r0"
+DEPENDS = "tslib"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http"
S = "${WORKDIR}/${PN}"