diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 21:44:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:45:03 +0000 |
commit | 40aef31b22837effdcaf347cd49d47f8110e9a9d (patch) | |
tree | e3041cc22a91ec9f9b4b7394fa98febf7bf079ce | |
parent | d72637c04e87c118694cc220448df0ded4373d36 (diff) | |
download | poky-40aef31b22837effdcaf347cd49d47f8110e9a9d.tar.gz |
matchbox-session: Clarify LICENSE as GPLv2
(From OE-Core rev: b6906c8c08dff9f8b3dac0d2d637856296cb4a60)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb index df9f2ab603..dc10031b3c 100644 --- a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb +++ b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" | |||
2 | HOMEPAGE = "http://www.matchbox-project.org/" | 2 | HOMEPAGE = "http://www.matchbox-project.org/" |
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | 3 | BUGTRACKER = "http://bugzilla.openedhand.com/" |
4 | 4 | ||
5 | LICENSE = "GPL" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" | 6 | LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" |
7 | 7 | ||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
@@ -11,6 +11,8 @@ RCONFLICTS = "matchbox-common" | |||
11 | SRC_URI = "file://matchbox-session" | 11 | SRC_URI = "file://matchbox-session" |
12 | S = "${WORKDIR}" | 12 | S = "${WORKDIR}" |
13 | 13 | ||
14 | PR = "r1" | ||
15 | |||
14 | inherit update-alternatives | 16 | inherit update-alternatives |
15 | 17 | ||
16 | ALTERNATIVE_NAME = "x-session-manager" | 18 | ALTERNATIVE_NAME = "x-session-manager" |