diff options
author | Ross Burton <ross.burton@intel.com> | 2014-03-12 10:36:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-12 06:05:31 -0700 |
commit | 6e483e92173b29c2806b168342e1204fad7b875c (patch) | |
tree | d2246a968910530504f2f8e0ff709518ba9819fc /meta | |
parent | 9a928c5f122e1e6fe3b0a420d62217e7b4f4bc74 (diff) | |
download | poky-6e483e92173b29c2806b168342e1204fad7b875c.tar.gz |
gnomebase: remove trailing whitespace
It seems that the bitbake parser is incredibly forgiving of trailing whitespace
in multi-line variables, but delete it to be sure.
(From OE-Core rev: 0c404fa1a0372c56f700eb93900abd83175199ef)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/gnomebase.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass index b29950006a..739bf60649 100644 --- a/meta/classes/gnomebase.bbclass +++ b/meta/classes/gnomebase.bbclass | |||
@@ -10,7 +10,7 @@ DEPENDS += "gnome-common-native" | |||
10 | 10 | ||
11 | FILES_${PN} += "${datadir}/application-registry \ | 11 | FILES_${PN} += "${datadir}/application-registry \ |
12 | ${datadir}/mime-info \ | 12 | ${datadir}/mime-info \ |
13 | ${datadir}/mime/packages \ | 13 | ${datadir}/mime/packages \ |
14 | ${datadir}/mime/application \ | 14 | ${datadir}/mime/application \ |
15 | ${datadir}/gnome-2.0 \ | 15 | ${datadir}/gnome-2.0 \ |
16 | ${datadir}/polkit* \ | 16 | ${datadir}/polkit* \ |