diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-01 15:44:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-01 19:13:41 +0200 |
commit | cc791b00ca980373402a8487b7aff4c2cf45c390 (patch) | |
tree | 4c66a3b26176cab0695e5671429211e5d6dd330b | |
parent | a577b53823d5a0e078777a5fb56a1e3d776b3130 (diff) | |
download | meta-openembedded-cc791b00ca980373402a8487b7aff4c2cf45c390.tar.gz |
task-xfce-base: add thunar-volman
This fixes:
ERROR: There is a comment on line 34 of file /OE/tentacle/sources/meta-openembedded/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb (# thunar-volman \) which is in the middle of a multiline expression.
Bitbake used to ignore these but no longer does so, please fix your metadata as errors are likely as a result of this change.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Andreas Müller <schnitzeltony@gmx.de>
-rw-r--r-- | meta-xfce/recipes-xfce/tasks/task-xfce-base.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb index 8a87203fb..7589f6d73 100644 --- a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb +++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "All packages required for a base installation of XFCE" | |||
2 | SECTION = "x11/wm" | 2 | 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 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | inherit task | 7 | inherit task |
8 | 8 | ||
@@ -31,5 +31,5 @@ RDEPENDS_${PN} = " \ | |||
31 | xfce4-settings \ | 31 | xfce4-settings \ |
32 | xfce-terminal \ | 32 | xfce-terminal \ |
33 | thunar \ | 33 | thunar \ |
34 | # thunar-volman \ | 34 | thunar-volman \ |
35 | " | 35 | " |