diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-22 16:57:35 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-29 12:43:19 +0200 |
commit | 1a6cc611325082e5203a7e4eef4857a1c2c56ea0 (patch) | |
tree | 0da0d8a55eef1391cd0034e16e0ee981826d6ee7 /recipes | |
parent | 17677085dea0a9584cba1f2a1866c9cdfe4521ef (diff) |
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.
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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 \ |