diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-22 18:40:10 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-22 18:40:10 +0000 |
commit | 59feda89ff9ebf94ec964f72605ac71aa130ac14 (patch) | |
tree | dabf6054330e9b73f8b16d74c858af7d7a74b381 /packages | |
parent | 718607c5dcffb837e0cbe09363c8959a2abe2f3e (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/22 20:21:56+02:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
2005/05/22 20:20:46+02:00 handhelds.org!zecke
phalanx chess engine:
linting of phalanx_22.bb to not define palmtopdir manually again...
2005/05/22 20:19:36+02:00 handhelds.org!zecke
SIMpad:
Be mean cset. Use the 2.6 kernel as default. It is not perfect
but it doesn't conflict with the OpenSIMpad 0.9.0 release goals. Now
it will also feature a complete 2.6 kernel...
2005/05/22 20:17:31+02:00 handhelds.org!zecke
openembedded/conf/documentation.conf:
-Mention USE_NLS for linux-uclibc builds
2005/05/22 20:14:58+02:00 hrw.one.pl!hrw
update mtd to newer snapshot
2005/05/22 20:02:11+02:00 void!koen
hal_0.2.98.bb: fix src_uri, add 0.2.98
Rename: packages/hal/hal_0.2.bb -> packages/hal/hal_0.2.98.bb
BKrev: 4290d20avP9nXtH6mietbuD16BIsBQ
Diffstat (limited to 'packages')
-rw-r--r-- | packages/hal/hal_0.2.98.bb (renamed from packages/mtd/mtd-utils-native_20050414.bb) | 0 | ||||
-rw-r--r-- | packages/hal/hal_0.2.bb | 17 | ||||
-rw-r--r-- | packages/linux/handhelds-sa-2.6_cvs.bb | 1 | ||||
-rw-r--r-- | packages/mtd/mtd-utils-native_20050521.bb (renamed from packages/mtd/mtd-utils_20050414.bb) | 0 | ||||
-rw-r--r-- | packages/mtd/mtd-utils_20050521.bb | 0 | ||||
-rw-r--r-- | packages/phalanx/phalanx_22.bb | 2 |
6 files changed, 1 insertions, 19 deletions
diff --git a/packages/mtd/mtd-utils-native_20050414.bb b/packages/hal/hal_0.2.98.bb index e69de29bb2..e69de29bb2 100644 --- a/packages/mtd/mtd-utils-native_20050414.bb +++ b/packages/hal/hal_0.2.98.bb diff --git a/packages/hal/hal_0.2.bb b/packages/hal/hal_0.2.bb deleted file mode 100644 index 400e7e054b..0000000000 --- a/packages/hal/hal_0.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -SECTION = "unknown" -DESCRIPTION = "Hardware Abstraction Layer" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "dbus expat" -RDEPENDS += "hotplug" -HOMEPAGE = "http://freedesktop.org/Software/hal" -LICENSE = "GPL LGPL AFL" - -SRC_URI = "http://freedesktop.org/~david/hal-${PV}/hal-${PV}.tar.gz" -S = "${WORKDIR}/hal-${PV}" - -inherit autotools - -EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ - --with-expat=${STAGING_LIBDIR}/.. \ - --with-dbus-sys=${sysconfdir}/dbus-1/system.d \ - --with-hotplug=${sysconfdir}/hotplug.d" diff --git a/packages/linux/handhelds-sa-2.6_cvs.bb b/packages/linux/handhelds-sa-2.6_cvs.bb index fd661b50d5..b038a75cc8 100644 --- a/packages/linux/handhelds-sa-2.6_cvs.bb +++ b/packages/linux/handhelds-sa-2.6_cvs.bb @@ -16,6 +16,7 @@ inherit kernel PAKCAGE_ARCH = "ipaqsa" PACKAGE_ARCH_jornada56x = "jornada56x" PACKAGE_ARCH_jornada720 = "jornada720" +PACKAGE_ARCH_simpad = "simpad" do_configure() { install -m 0644 ${S}/arch/arm/configs/${MACHINE}_defconfig ${S}/.config || die "No default configuration for ${MACHINE} available." diff --git a/packages/mtd/mtd-utils_20050414.bb b/packages/mtd/mtd-utils-native_20050521.bb index e69de29bb2..e69de29bb2 100644 --- a/packages/mtd/mtd-utils_20050414.bb +++ b/packages/mtd/mtd-utils-native_20050521.bb diff --git a/packages/mtd/mtd-utils_20050521.bb b/packages/mtd/mtd-utils_20050521.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/mtd/mtd-utils_20050521.bb diff --git a/packages/phalanx/phalanx_22.bb b/packages/phalanx/phalanx_22.bb index 02408d5b12..fda5e4cbca 100644 --- a/packages/phalanx/phalanx_22.bb +++ b/packages/phalanx/phalanx_22.bb @@ -10,8 +10,6 @@ SRC_URI = "http://dusan.freeshell.org/phalanx/phalanx-${PV}.tar.gz \ file://description" S = "${WORKDIR}/Phalanx-XXII" -palmtopdir = "/opt/QtPalmtop" - do_compile() { oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" STRIP=echo LD="${CC}" } |