[oe-commits] Florian Boor : 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 .

git version control git at git.openembedded.org
Fri May 29 10:55:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1a6cc611325082e5203a7e4eef4857a1c2c56ea0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1a6cc611325082e5203a7e4eef4857a1c2c56ea0

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Fri May 22 16:57:35 2009 +0200

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 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/recipes/tasks/task-sdk-extra.bb b/recipes/tasks/task-sdk-extra.bb
index c4414db..c894940 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 \





More information about the Openembedded-commits mailing list