diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-28 11:59:02 +0200 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-06-08 14:28:45 +0200 |
commit | edab9a6614eb6f7eb70f85dd3bd467aa0b5bfe5b (patch) | |
tree | ff4525fcff6b15ea3d2d74b6651e7f6ec60f6c52 | |
parent | 3e054534a81adb91d729b0ca59f5553827a9a166 (diff) | |
download | meta-openembedded-edab9a6614eb6f7eb70f85dd3bd467aa0b5bfe5b.tar.gz |
task-xfce-extended: add panel plugins / applications
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb index 2dbd9f01e1..3c9fcedf90 100644 --- a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb | |||
@@ -3,7 +3,7 @@ SECTION = "x11/wm" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | inherit task | 8 | inherit task |
9 | 9 | ||
@@ -33,8 +33,17 @@ RRECOMMENDS_${PN} = " \ | |||
33 | xfce4-diskperf-plugin \ | 33 | xfce4-diskperf-plugin \ |
34 | xfce4-netload-plugin \ | 34 | xfce4-netload-plugin \ |
35 | xfce4-genmon-plugin \ | 35 | xfce4-genmon-plugin \ |
36 | xfce4-xkb-plugin \ | ||
37 | xfce4-wavelan-plugin \ | ||
38 | xfce4-places-plugin \ | ||
39 | xfce4-systemload-plugin \ | ||
40 | xfce4-time-out-plugin \ | ||
41 | xfce4-embed-plugin \ | ||
42 | xfce4-weather-plugin \ | ||
36 | \ | 43 | \ |
37 | xfce4-appfinder \ | 44 | xfce4-appfinder \ |
38 | xfce4-screenshooter \ | 45 | xfce4-screenshooter \ |
46 | xfce4-power-manager \ | ||
47 | xfce4-mixer \ | ||
39 | ristretto \ | 48 | ristretto \ |
40 | " | 49 | " |