From 1a6cc611325082e5203a7e4eef4857a1c2c56ea0 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 22 May 2009 16:57:35 +0200 Subject: task-sdk-extra: Replace some oldstyle X bits with new components. This helps to keep toolchain and filesystem in sync and avoids messing up staging. --- recipes/tasks/task-sdk-extra.bb | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/recipes/tasks/task-sdk-extra.bb b/recipes/tasks/task-sdk-extra.bb index c4414dbcf8..c894940176 100644 --- a/recipes/tasks/task-sdk-extra.bb +++ b/recipes/tasks/task-sdk-extra.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SDK packages" -PR = "r8" +PR = "r9" LICENSE = "MIT" ALLOW_EMPTY = "1" @@ -25,17 +25,14 @@ RDEPENDS_task-sdk-x11-ext = "\ libxcursor-dev \ libxdmcp-dev \ libxft-dev \ - libxrandr-dev \ - libxrender-dev \ libxsettings-client-dev \ randrproto-dev \ libxau-dev \ - xcalibrateext-dev \ - libxcomposite-dev \ - libxdamage-dev \ - libxext-dev \ + calibrateproto-dev \ + compositeproto-dev \ + damageproto-dev \ xextproto-dev \ - libxfont-dev \ + fontsproto-dev \ libxpm-dev \ xproto-dev \ libxt-dev \ -- cgit v1.2.3 From fc6e562fcc0d74e4b425cfa9fc6918c9591fa51e Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 29 May 2009 12:18:21 +0200 Subject: xserver-kdrive: patch for supporting 800x480 video modes. --- recipes/xorg-xserver/xserver-kdrive-common.inc | 1 + .../xserver-kdrive/kmode-800_480.patch | 24 ++++++++++++++++++++++ recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 recipes/xorg-xserver/xserver-kdrive/kmode-800_480.patch diff --git a/recipes/xorg-xserver/xserver-kdrive-common.inc b/recipes/xorg-xserver/xserver-kdrive-common.inc index dadfbbb5e7..bcd3d684eb 100644 --- a/recipes/xorg-xserver/xserver-kdrive-common.inc +++ b/recipes/xorg-xserver/xserver-kdrive-common.inc @@ -73,6 +73,7 @@ SRC_URI ?= "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES}" KDRIVE_COMMON_PATCHES = " \ file://kmode.patch;patch=1 \ + file://kmode-800_480.patch;patch=1 \ file://disable-apm.patch;patch=1 \ file://no-serial-probing.patch;patch=1 \ file://fbdev-not-fix.patch;patch=1 \ diff --git a/recipes/xorg-xserver/xserver-kdrive/kmode-800_480.patch b/recipes/xorg-xserver/xserver-kdrive/kmode-800_480.patch new file mode 100644 index 0000000000..61c2ec4afc --- /dev/null +++ b/recipes/xorg-xserver/xserver-kdrive/kmode-800_480.patch @@ -0,0 +1,24 @@ +--- a/hw/kdrive/src/kmode.c~ 2009-05-28 16:30:24.000000000 +0200 ++++ b/hw/kdrive/src/kmode.c 2009-05-28 16:30:24.000000000 +0200 +@@ -112,10 +112,18 @@ + }, + + +- { 480, 640, 60, 0, /* VESA */ +- 0, 0, 0, KdSyncNegative, /* 31.469 */ ++ { 480, 640, 60, 0, /* VESA */ ++ 0, 0, 0, KdSyncNegative, /* 31.469 */ + 0, 0, 0, KdSyncNegative, /* 59.940 */ +- }, ++ }, ++ { 800, 480, 51, 0, ++ 0, 0, 0, KdSyncNegative, ++ 0, 0, 0, KdSyncNegative, ++ }, ++ { 480, 800, 51, 0, ++ 0, 0, 0, KdSyncNegative, ++ 0, 0, 0, KdSyncNegative, ++ }, + + + /* 800x600 modes */ 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 70503d749c..fe0335d2cd 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 = "r5" +PR = "r6" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES} \ -- cgit v1.2.3 From dda5c9e5e323cf9bbe40abb02de0b61b762e4e0c Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 29 May 2009 12:37:16 +0200 Subject: task-sdk-extra: pull in missing libxi --- recipes/tasks/task-sdk-extra.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/tasks/task-sdk-extra.bb b/recipes/tasks/task-sdk-extra.bb index c894940176..98234cea1c 100644 --- a/recipes/tasks/task-sdk-extra.bb +++ b/recipes/tasks/task-sdk-extra.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SDK packages" -PR = "r9" +PR = "r10" LICENSE = "MIT" ALLOW_EMPTY = "1" @@ -49,5 +49,5 @@ RDEPENDS_task-sdk-gpe = "\ libgpelaunch-dev \ libgpewidget-dev \ libhandoff-dev \ + libxi-dev \ gconf-dbus-dev" - -- cgit v1.2.3 From 0965caed84104fc5dab48dcab867d503112d2142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Fri, 29 May 2009 14:49:22 +0200 Subject: libx11: fix libtool invocation on x86/ppc --- recipes/xorg-lib/libx11_1.2.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/xorg-lib/libx11_1.2.bb b/recipes/xorg-lib/libx11_1.2.bb index a3d000f030..e9665bcc2f 100644 --- a/recipes/xorg-lib/libx11_1.2.bb +++ b/recipes/xorg-lib/libx11_1.2.bb @@ -13,6 +13,11 @@ SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ EXTRA_OECONF += "--without-xcb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h" +# Dolt gets used on x86 and ppc and hardcodes 'libtool' +do_configure_append() { + cp ${TARGET_PREFIX}libtool libtool || true +} + do_compile() { ( unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS -- cgit v1.2.3