mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Misc changes to match OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@334 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -39,5 +39,9 @@ do_stage_append () {
|
||||
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
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ set of widgets, GTK+ is suitable for projects ranging from small one-off project
|
||||
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"
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
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"
|
||||
|
||||
@@ -8,7 +8,7 @@ RCONFLICTS_${PN} = "hotplug"
|
||||
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 \
|
||||
@@ -27,7 +27,9 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_2
|
||||
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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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"
|
||||
|
||||
@@ -9,8 +9,5 @@ SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
|
||||
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
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
module_raw input
|
||||
module pthres pmin=1
|
||||
module variance delta=30
|
||||
module dejitter delta=100
|
||||
module linear
|
||||
@@ -2,7 +2,9 @@ LICENSE = "GPL"
|
||||
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}"
|
||||
Reference in New Issue
Block a user