diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2014-04-29 07:37:54 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-06 17:59:15 +0100 |
| commit | 8fc255d97d061501a8651e749eb6da103472a499 (patch) | |
| tree | b54441885805815241bd1578a74a88abda824cae /meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | |
| parent | 7743cd220ff487830a24017ea2efceba468346a9 (diff) | |
| download | poky-8fc255d97d061501a8651e749eb6da103472a499.tar.gz | |
xdg-utils: reinstall xdg-terminal
It's being used by e.g. gnome-session when Terminal=true is set in
.desktop files, like xinput-calibrator does.
(From OE-Core rev: 9a821d80b732a52574ac5c20b323966811828852)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb')
| -rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb index 79698791bc..2ac979b0b9 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | |||
| @@ -11,12 +11,15 @@ 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 | " | 15 | " |
| 15 | 16 | ||
| 16 | LICENSE = "MIT" | 17 | LICENSE = "MIT" |
| 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014" | 18 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014" |
| 18 | 19 | ||
| 19 | SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz" | 20 | SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \ |
| 21 | file://0001-Reinstate-xdg-terminal.patch \ | ||
| 22 | " | ||
| 20 | 23 | ||
| 21 | SRC_URI[md5sum] = "fadf5e7a08e0526fc60dbe3e5b7ef8d6" | 24 | SRC_URI[md5sum] = "fadf5e7a08e0526fc60dbe3e5b7ef8d6" |
| 22 | SRC_URI[sha256sum] = "7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209d79102" | 25 | SRC_URI[sha256sum] = "7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209d79102" |
