diff options
author | Philip Balister <philip@balister.org> | 2006-10-20 14:24:14 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2006-10-20 14:24:14 +0000 |
commit | 0aa0fbd1d5ae7f6476129809f29ee3cda7e6a8ef (patch) | |
tree | 3312e13a5c4f71d488561fc9c382ad22b4965b82 | |
parent | 7f9ed51d99ea040af26c2ea65195f53c236f0344 (diff) | |
parent | 5bb1455fda8caed31d997a6e75bd508c14f91c77 (diff) |
merge of 'd33422da66ef97a509fd9df76b3af823a8016631'
and 'dba1e4018db64c32316818d23e5f4213766682ea'
-rw-r--r-- | packages/glibc/glibc_2.5.bb | 5 | ||||
-rw-r--r-- | packages/tslib/tslib/qemuarm/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tslib/tslib/qemuarm/ts.conf | 5 | ||||
-rw-r--r-- | packages/tslib/tslib/qemuarm/tslib.sh | 6 | ||||
-rw-r--r-- | packages/uucp/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/uucp/uucp_1.07.bb | 16 |
6 files changed, 29 insertions, 3 deletions
diff --git a/packages/glibc/glibc_2.5.bb b/packages/glibc/glibc_2.5.bb index a76f177df1..0afadadb60 100644 --- a/packages/glibc/glibc_2.5.bb +++ b/packages/glibc/glibc_2.5.bb @@ -3,9 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/libc/libc.html" LICENSE = "LGPL" SECTION = "libs" PRIORITY = "required" -PR = "r1" - -DEFAULT_PREFERENCE = "-1" +PR = "r2" # the -isystem in bitbake.conf screws up glibc do_stage BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include" @@ -103,6 +101,7 @@ do_munge() { # quick way to get this cruft to compile rm -rf ${S}/ports/sysdeps/unix/sysv/linux/arm/linuxthreads ln -s nptl ${S}/ports/sysdeps/unix/sysv/linux/arm/linuxthreads + cp ${S}/nptl/sysdeps/pthread/bits/sigthread.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/ cp ${S}/sysdeps/unix/sysv/linux/i386/bits/wchar.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/ cp ${S}/sysdeps/wordsize-32/bits/wordsize.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/ cp ${WORKDIR}/generic-bits_select.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/select.h diff --git a/packages/tslib/tslib/qemuarm/.mtn2git_empty b/packages/tslib/tslib/qemuarm/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/tslib/tslib/qemuarm/.mtn2git_empty diff --git a/packages/tslib/tslib/qemuarm/ts.conf b/packages/tslib/tslib/qemuarm/ts.conf new file mode 100644 index 0000000000..09309719f2 --- /dev/null +++ b/packages/tslib/tslib/qemuarm/ts.conf @@ -0,0 +1,5 @@ +module_raw input +module pthres pmin=1 +module variance delta=30 +module dejitter delta=100 +module linear diff --git a/packages/tslib/tslib/qemuarm/tslib.sh b/packages/tslib/tslib/qemuarm/tslib.sh new file mode 100644 index 0000000000..0bc0d454e7 --- /dev/null +++ b/packages/tslib/tslib/qemuarm/tslib.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +TSLIB_TSDEVICE=/dev/input/touchscreen0 +TSLIB_TSEVENTTYPE=INPUT + +export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE diff --git a/packages/uucp/.mtn2git_empty b/packages/uucp/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/uucp/.mtn2git_empty diff --git a/packages/uucp/uucp_1.07.bb b/packages/uucp/uucp_1.07.bb new file mode 100644 index 0000000000..948f251e70 --- /dev/null +++ b/packages/uucp/uucp_1.07.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "UUCP is used to transfer mail, news and random files between systems which are not connected by more modern networks. The communication can be made via modems, direct (hard-wired) serial connections or via an IP connection." +LICENSE = "GPLv2" +SECTION = "console" + +inherit autotools + +SRC_URI = "http://ftp.debian.org/debian/pool/main/u/uucp/uucp_1.07.orig.tar.gz" + +do_configure() { + libtoolize --force + oe_runconf +} + + +PACKAGES =+ "cu" +FILES_cu = "${bindir}/cu" |