diff options
author | Ross Burton <ross.burton@intel.com> | 2016-03-05 00:12:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 00:11:39 +0000 |
commit | 1632742ff492b16f73742dcbdde079bbeba44e2d (patch) | |
tree | 5c8953ad7488ed9c35ccac32322ad986a4ab1855 /meta/recipes-extended/xdg-utils | |
parent | 816391a1e61c4847fafa658655ae976a97ff0f80 (diff) | |
download | poky-1632742ff492b16f73742dcbdde079bbeba44e2d.tar.gz |
xdg-utils: remove trailing whitespace in multiline string
(From OE-Core rev: 57b5a394b7fa9d9329ad5db5d142d6be0d453728)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/xdg-utils')
-rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb index 6f66c6efc0..c1472cf97c 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | |||
@@ -4,13 +4,13 @@ DESCRIPTION = "The xdg-utils package is a set of simple scripts that provide bas | |||
4 | desktop integration functions for any Free Desktop, such as Linux. \ | 4 | desktop integration functions for any Free Desktop, such as Linux. \ |
5 | They are intended to provide a set of defacto standards. \ | 5 | They are intended to provide a set of defacto standards. \ |
6 | The following scripts are provided at this time: \ | 6 | The following scripts are provided at this time: \ |
7 | xdg-desktop-icon \ | 7 | xdg-desktop-icon \ |
8 | xdg-desktop-menu \ | 8 | xdg-desktop-menu \ |
9 | xdg-email \ | 9 | xdg-email \ |
10 | xdg-icon-resource \ | 10 | xdg-icon-resource \ |
11 | xdg-mime \ | 11 | xdg-mime \ |
12 | xdg-open \ | 12 | xdg-open \ |
13 | xdg-screensaver \ | 13 | xdg-screensaver \ |
14 | xdg-terminal \ | 14 | xdg-terminal \ |
15 | " | 15 | " |
16 | 16 | ||