diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-07 10:17:43 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-07 10:17:43 +0200 |
commit | 4e8dfb18de51e5c817c0bf5c45db00deabf18359 (patch) | |
tree | 423370f176fbbaab35dfabd068df094d7c16e199 /recipes | |
parent | 4e9f655e60a5190cce98981328b725965ba57ede (diff) | |
parent | ead01d1ba1b934b89179a9c95a7613e48207429f (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
24 files changed, 103 insertions, 12 deletions
diff --git a/recipes/e17/bubble-keyboard_svn.bb b/recipes/e17/bubble-keyboard_svn.bb new file mode 100644 index 0000000000..c47c8fb12d --- /dev/null +++ b/recipes/e17/bubble-keyboard_svn.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Simple dialpad keyboard" +SECTION = "x11" +LICENSE = "GPLv2" +DEPENDS = "ecore evas edje libfakekey" +PV = "0.1.4+svnr${SRCREV}" +PR = "r0" + +SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=bubble-keyboard" +S = "${WORKDIR}/bubble-keyboard" + +inherit autotools pkgconfig diff --git a/recipes/e17/essential-dialer_svn.bb b/recipes/e17/essential-dialer_svn.bb index e0c81293e9..bd16282b41 100644 --- a/recipes/e17/essential-dialer_svn.bb +++ b/recipes/e17/essential-dialer_svn.bb @@ -2,8 +2,7 @@ DESCRIPTION = "Simple Dialer based on Elementary and FSO" SECTION = "x11" LICENSE = "GPLv2" DEPENDS = "ecore edbus elementary libefso" -PV = "0.0.0+svnr${SRCREV}" -PR = "r2" +PV = "0.1.0.0+svnr${SRCREV}" SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=essential-dialer" S = "${WORKDIR}/essential-dialer" diff --git a/recipes/e17/gridpad_svn.bb b/recipes/e17/gridpad_svn.bb new file mode 100644 index 0000000000..40dfa11da5 --- /dev/null +++ b/recipes/e17/gridpad_svn.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Gridpad handstroke recognition" +SECTION = "x11" +LICENSE = "GPLv2" +DEPENDS = "ecore evas edje libfakekey" +PV = "2.0+svnr${SRCREV}" +PR = "r0" + +SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=GridPad" +S = "${WORKDIR}/GridPad" + +inherit autotools pkgconfig diff --git a/recipes/e17/intuition_svn.bb b/recipes/e17/intuition_svn.bb new file mode 100644 index 0000000000..d40dae9f43 --- /dev/null +++ b/recipes/e17/intuition_svn.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Intuition a prototype context dependent mobile search engine" +SECTION = "x11" +LICENSE = "GPLv2" +DEPENDS = "elementary sqlite" +PV = "0.2.0+svnr${SRCREV}" +PR = "r0" + +SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=intuition" +S = "${WORKDIR}/intuition" + +inherit autotools pkgconfig diff --git a/recipes/efl1/libefso_svn.bb b/recipes/efl1/libefso_svn.bb index 20d520cba5..276cd100ef 100644 --- a/recipes/efl1/libefso_svn.bb +++ b/recipes/efl1/libefso_svn.bb @@ -2,8 +2,7 @@ DESCRIPTION = "EFL FSO wrapper library" SECTION = "e/libs" LICENSE = "GPLv2" DEPENDS = "ecore edbus" -PV = "0.0.0+svnr${SRCREV}" -PR = "r2" +PV = "0.0.1+svnr${SRCREV}" SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=libefso" S = "${WORKDIR}/libefso" diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index 39100b0a75..7e949d1615 100644 --- a/recipes/util-linux-ng/util-linux-ng.inc +++ b/recipes/util-linux-ng/util-linux-ng.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system." SECTION = "base" LICENSE = "GPL" -DEPENDS = "udev zlib ncurses virtual/libintl" +DEPENDS = "udev zlib ncurses virtual/libintl e2fsprogs-libs" inherit autotools_stage AUTOTOOLS_STAGE_PKGCONFIG = "1" diff --git a/recipes/xorg-xserver/files/xorg-avr32-support.diff b/recipes/xorg-xserver/files/xorg-avr32-support.diff index dd7d379010..68320482b9 100644 --- a/recipes/xorg-xserver/files/xorg-avr32-support.diff +++ b/recipes/xorg-xserver/files/xorg-avr32-support.diff @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22129 + --- /tmp/servermd.h 2007-09-30 17:27:22.310911628 +0200 +++ xorg-server-1.4/include/servermd.h 2007-09-30 17:28:25.297799199 +0200 @@ -130,6 +130,16 @@ diff --git a/recipes/xorg-xserver/xserver-kdrive-1.2.0/split_multiple_AC_SUBST.patch b/recipes/xorg-xserver/xserver-kdrive-1.2.0/split_multiple_AC_SUBST.patch new file mode 100644 index 0000000000..dfbe730613 --- /dev/null +++ b/recipes/xorg-xserver/xserver-kdrive-1.2.0/split_multiple_AC_SUBST.patch @@ -0,0 +1,15 @@ +Index: xorg-server-1.2.0/configure.ac +=================================================================== +--- xorg-server-1.2.0.orig/configure.ac 2007-12-12 20:57:37.000000000 +0100 ++++ xorg-server-1.2.0/configure.ac 2009-06-06 23:47:54.000000000 +0200 +@@ -1667,7 +1667,9 @@ + DIX_CFLAGS="-DHAVE_DIX_CONFIG_H" + AC_SUBST([DIX_CFLAGS]) + +-AC_SUBST([libdir exec_prefix prefix]) ++AC_SUBST([libdir]) ++AC_SUBST([exec_prefix]) ++AC_SUBST([prefix]) + + # Man page sections - used in config utils & generating man pages + XORG_MANPAGE_SECTIONS diff --git a/recipes/xorg-xserver/xserver-kdrive-1.4.0.90/split_multiple_AC_SUBST.patch b/recipes/xorg-xserver/xserver-kdrive-1.4.0.90/split_multiple_AC_SUBST.patch new file mode 100644 index 0000000000..110a2a5df1 --- /dev/null +++ b/recipes/xorg-xserver/xserver-kdrive-1.4.0.90/split_multiple_AC_SUBST.patch @@ -0,0 +1,15 @@ +Index: xorg-server-1.4.0.90/configure.ac +=================================================================== +--- xorg-server-1.4.0.90.orig/configure.ac 2007-12-12 20:57:37.000000000 +0100 ++++ xorg-server-1.4.0.90/configure.ac 2009-06-06 23:47:54.000000000 +0200 +@@ -1962,7 +1962,9 @@ + + AC_SUBST([DIX_CFLAGS]) + +-AC_SUBST([libdir exec_prefix prefix]) ++AC_SUBST([libdir]) ++AC_SUBST([exec_prefix]) ++AC_SUBST([prefix]) + + # Man page sections - used in config utils & generating man pages + XORG_MANPAGE_SECTIONS diff --git a/recipes/xorg-xserver/xserver-kdrive-1.5.3/drmfix.patch b/recipes/xorg-xserver/xserver-kdrive-1.5.3/drmfix.patch index e0f633bc24..3a010dd4a9 100644 --- a/recipes/xorg-xserver/xserver-kdrive-1.5.3/drmfix.patch +++ b/recipes/xorg-xserver/xserver-kdrive-1.5.3/drmfix.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22131 + Index: xorg-server-1.5.1/hw/xfree86/os-support/linux/Makefile.am =================================================================== --- xorg-server-1.5.1.orig/hw/xfree86/os-support/linux/Makefile.am 2008-09-23 19:24:59.000000000 +0100 diff --git a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb index 3a042db0d1..18b85fdcb0 100644 --- a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb +++ b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb @@ -7,7 +7,7 @@ DEPENDS += "libxkbfile libxcalibrate" PROVIDES = "virtual/xserver" PE = "1" -PR = "r6" +PR = "r7" FILESPATH = "${FILE_DIRNAME}/xserver-kdrive-${PV}:${FILE_DIRNAME}/xserver-kdrive:${FILE_DIRNAME}/files" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ @@ -22,7 +22,8 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ file://xcalibrate_coords.patch;patch=1 \ file://enable-builtin-fonts.patch;patch=1 \ file://fix-picturestr-include-order.patch;patch=1 \ - " + file://split_multiple_AC_SUBST.patch;patch=1 \ + " S = "${WORKDIR}/xorg-server-${PV}" diff --git a/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb b/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb index fe0335d2cd..0b347aad7b 100644 --- a/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb +++ b/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb @@ -4,7 +4,7 @@ DEPENDS += "hal libxkbfile libxcalibrate pixman" RDEPENDS += "hal" PE = "1" -PR = "r6" +PR = "r7" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES} \ @@ -26,6 +26,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ file://pkgconfig_fix.patch;patch=1 \ file://no_xkb.patch;patch=1;pnum=0 \ file://xorg-1.4-kdrive-rotation.patch;patch=1 \ + file://split_multiple_AC_SUBST.patch;patch=1 \ " S = "${WORKDIR}/xorg-server-${PV}" diff --git a/recipes/xorg-xserver/xserver-xorg-1.3.0.0/drmfix.patch b/recipes/xorg-xserver/xserver-xorg-1.3.0.0/drmfix.patch index 96924484af..6fb92e255f 100644 --- a/recipes/xorg-xserver/xserver-xorg-1.3.0.0/drmfix.patch +++ b/recipes/xorg-xserver/xserver-xorg-1.3.0.0/drmfix.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22131 + --- xorg-server-1.3.0.0.orig/hw/xfree86/os-support/linux/Makefile.am +++ xorg-server-1.3.0.0/hw/xfree86/os-support/linux/Makefile.am @@ -38,7 +38,7 @@ diff --git a/recipes/xorg-xserver/xserver-xorg-1.3.0.0/glyphstr.patch b/recipes/xorg-xserver/xserver-xorg-1.3.0.0/glyphstr.patch index 6955727405..ba7d26f7cd 100644 --- a/recipes/xorg-xserver/xserver-xorg-1.3.0.0/glyphstr.patch +++ b/recipes/xorg-xserver/xserver-xorg-1.3.0.0/glyphstr.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22133 + --- xorg-server-1.3.0.0/render/glyphstr.h~ 2006-09-18 03:04:18.000000000 -0300 +++ xorg-server-1.3.0.0/render/glyphstr.h 2008-02-03 22:14:23.187159732 -0200 @@ -25,6 +25,7 @@ diff --git a/recipes/xorg-xserver/xserver-xorg-1.4.2/drmfix.patch b/recipes/xorg-xserver/xserver-xorg-1.4.2/drmfix.patch index a62a767f23..5dc896e98f 100644 --- a/recipes/xorg-xserver/xserver-xorg-1.4.2/drmfix.patch +++ b/recipes/xorg-xserver/xserver-xorg-1.4.2/drmfix.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22131 + Index: xorg-server-1.4/hw/xfree86/os-support/linux/Makefile.am =================================================================== --- xorg-server-1.4.orig/hw/xfree86/os-support/linux/Makefile.am 2007-08-23 21:04:53.000000000 +0200 diff --git a/recipes/xorg-xserver/xserver-xorg-1.4/drmfix.patch b/recipes/xorg-xserver/xserver-xorg-1.4/drmfix.patch index a62a767f23..5dc896e98f 100644 --- a/recipes/xorg-xserver/xserver-xorg-1.4/drmfix.patch +++ b/recipes/xorg-xserver/xserver-xorg-1.4/drmfix.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22131 + Index: xorg-server-1.4/hw/xfree86/os-support/linux/Makefile.am =================================================================== --- xorg-server-1.4.orig/hw/xfree86/os-support/linux/Makefile.am 2007-08-23 21:04:53.000000000 +0200 diff --git a/recipes/xorg-xserver/xserver-xorg-1.5.1/drmfix.patch b/recipes/xorg-xserver/xserver-xorg-1.5.1/drmfix.patch index e0f633bc24..3a010dd4a9 100644 --- a/recipes/xorg-xserver/xserver-xorg-1.5.1/drmfix.patch +++ b/recipes/xorg-xserver/xserver-xorg-1.5.1/drmfix.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22131 + Index: xorg-server-1.5.1/hw/xfree86/os-support/linux/Makefile.am =================================================================== --- xorg-server-1.5.1.orig/hw/xfree86/os-support/linux/Makefile.am 2008-09-23 19:24:59.000000000 +0100 diff --git a/recipes/xorg-xserver/xserver-xorg-1.5.3/drmfix.patch b/recipes/xorg-xserver/xserver-xorg-1.5.3/drmfix.patch index e0f633bc24..3a010dd4a9 100644 --- a/recipes/xorg-xserver/xserver-xorg-1.5.3/drmfix.patch +++ b/recipes/xorg-xserver/xserver-xorg-1.5.3/drmfix.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22131 + Index: xorg-server-1.5.1/hw/xfree86/os-support/linux/Makefile.am =================================================================== --- xorg-server-1.5.1.orig/hw/xfree86/os-support/linux/Makefile.am 2008-09-23 19:24:59.000000000 +0100 diff --git a/recipes/xorg-xserver/xserver-xorg-1.6.1/drmfix.patch b/recipes/xorg-xserver/xserver-xorg-1.6.1/drmfix.patch index e0f633bc24..3a010dd4a9 100644 --- a/recipes/xorg-xserver/xserver-xorg-1.6.1/drmfix.patch +++ b/recipes/xorg-xserver/xserver-xorg-1.6.1/drmfix.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22131 + Index: xorg-server-1.5.1/hw/xfree86/os-support/linux/Makefile.am =================================================================== --- xorg-server-1.5.1.orig/hw/xfree86/os-support/linux/Makefile.am 2008-09-23 19:24:59.000000000 +0100 diff --git a/recipes/xorg-xserver/xserver-xorg/dri.patch b/recipes/xorg-xserver/xserver-xorg/dri.patch index 37d0407fe4..337a1ddfbf 100644 --- a/recipes/xorg-xserver/xserver-xorg/dri.patch +++ b/recipes/xorg-xserver/xserver-xorg/dri.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22130 + --- xc/extras/drm/shared/drm.h.old 2004-09-14 21:42:45.000000000 +0100 +++ xc/extras/drm/shared/drm.h 2004-09-14 21:42:47.000000000 +0100 @@ -38,7 +38,6 @@ diff --git a/recipes/xorg-xserver/xserver-xorg/drmfix.patch b/recipes/xorg-xserver/xserver-xorg/drmfix.patch index 04b0c1ae4f..a64778fb3a 100644 --- a/recipes/xorg-xserver/xserver-xorg/drmfix.patch +++ b/recipes/xorg-xserver/xserver-xorg/drmfix.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22131 + Index: xorg-server-X11R7.0-1.0.1/hw/xfree86/os-support/linux/Makefile.am =================================================================== --- xorg-server-X11R7.0-1.0.1.orig/hw/xfree86/os-support/linux/Makefile.am diff --git a/recipes/xorg-xserver/xserver-xorg/miext_layer_shadow_h.patch b/recipes/xorg-xserver/xserver-xorg/miext_layer_shadow_h.patch index fbade4319a..7cd5f78073 100644 --- a/recipes/xorg-xserver/xserver-xorg/miext_layer_shadow_h.patch +++ b/recipes/xorg-xserver/xserver-xorg/miext_layer_shadow_h.patch @@ -1,3 +1,5 @@ +upstream: https://bugs.freedesktop.org/show_bug.cgi?id=22132 + --- temp/xorg-server-X11R7.0-1.0.1/miext/layer/Makefile.am 2005-12-01 23:02:44.000000000 -0700 +++ xorg-server-X11R7.0-1.0.1/miext/layer/Makefile.am 2006-04-18 23:16:04.315823560 -0600 @@ -2,7 +2,7 @@ diff --git a/recipes/xorg-xserver/xserver-xorg/no-screen-blanking.patch b/recipes/xorg-xserver/xserver-xorg/no-screen-blanking.patch index 021ba6cded..cd7cbe371c 100644 --- a/recipes/xorg-xserver/xserver-xorg/no-screen-blanking.patch +++ b/recipes/xorg-xserver/xserver-xorg/no-screen-blanking.patch @@ -1,3 +1,5 @@ +upstream: not applicable to upstream + --- xserver/include/site.h-orig 2006-11-02 10:37:14.000000000 +0000 +++ xserver/include/site.h 2006-11-02 10:37:14.000000000 +0000 @@ -117,8 +117,8 @@ diff --git a/recipes/zaurus-updater/zaurus-installer.bb b/recipes/zaurus-updater/zaurus-installer.bb index 098110b969..70dca30031 100644 --- a/recipes/zaurus-updater/zaurus-installer.bb +++ b/recipes/zaurus-updater/zaurus-installer.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Installkit for kexecboot-kernel" -DEPENDS = "zaurus-updater linux-kexecboot" -PR = "r0" +DEPENDS = "${@base_conditional('MACHINE', 'collie', 'linux-kexecboot', 'zaurus-updater linux-kexecboot', d)}" +PR = "r1" PACKAGES = "" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = '(poodle|c7x0|spitz|akita|tosa)' +COMPATIBLE_MACHINE = '(collie|poodle|c7x0|spitz|akita|tosa)' S = "${WORKDIR}" @@ -22,7 +22,9 @@ do_deploy() { [ -f "${KERNEL_IMAGETYPE}-kexecboot-${MACHINE}.bin" ] && cp ${KERNEL_IMAGETYPE}-kexecboot-${MACHINE}.bin installkit-${MACHINE}/${KERNEL_IMAGETYPE} - cp updater.sh.${MACHINE} installkit-${MACHINE}/updater.sh + if [ ! "${MACHINE}" = "collie" ]; then + cp updater.sh.${MACHINE} installkit-${MACHINE}/updater.sh + fi tar czf ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz installkit-${MACHINE}/ md5sum ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz > ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz.md5 |