diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-06-01 10:57:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:24 +0100 |
commit | f9c78510d6df1254d7a950576dca4b8d723f3521 (patch) | |
tree | d9ceff8bf1821b750146f04a3d6c781e4556419d /meta/recipes-sato/matchbox-desktop-sato | |
parent | bff5f0efb37b8447f71ae1ecb02848976f5ac8c0 (diff) | |
download | poky-f9c78510d6df1254d7a950576dca4b8d723f3521.tar.gz |
matchbox-desktop: Add Sato folder configuration
matchbox-desktop folder configuration for Sato was in a separate
project 'matchbox-desktop-sato'. Skip the extra overhead: remove
matchbox-desktop-sato and include the files here.
Drop Utilities folder and include those icons in the Applictions
folder in an effort to make the common case a little more useful:
Now e.g. Terminal icon should be visible on startup.
(From OE-Core rev: 42d92eabcd6e54db551f6b2577ae6b6da0b778b8)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb deleted file mode 100644 index 1979cbb769..0000000000 --- a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | SUMMARY = "Matchbox desktop folders for the Sato environment" | ||
2 | HOMEPAGE = "http://matchbox-project.org" | ||
3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
7 | |||
8 | SECTION = "x11" | ||
9 | DEPENDS = "" | ||
10 | RCONFLICTS_${PN} = "matchbox-common" | ||
11 | |||
12 | SRCREV = "810b0b08eb79e4685202da2ec347b990bb467e07" | ||
13 | PV = "0.1+git${SRCPV}" | ||
14 | PR = "r1" | ||
15 | |||
16 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit autotools pkgconfig | ||
21 | |||
22 | FILES_${PN} += "${datadir}" | ||