mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "All packages required for a base installation of XFCE"
|
|||||||
SECTION = "x11/wm"
|
SECTION = "x11/wm"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
inherit task
|
inherit task
|
||||||
|
|
||||||
@@ -31,5 +31,5 @@ RDEPENDS_${PN} = " \
|
|||||||
xfce4-settings \
|
xfce4-settings \
|
||||||
xfce-terminal \
|
xfce-terminal \
|
||||||
thunar \
|
thunar \
|
||||||
# thunar-volman \
|
thunar-volman \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user