summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-12 21:44:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 11:45:03 +0000
commit40aef31b22837effdcaf347cd49d47f8110e9a9d (patch)
treee3041cc22a91ec9f9b4b7394fa98febf7bf079ce /meta/recipes-graphics
parentd72637c04e87c118694cc220448df0ded4373d36 (diff)
downloadpoky-40aef31b22837effdcaf347cd49d47f8110e9a9d.tar.gz
matchbox-session: Clarify LICENSE as GPLv2
(From OE-Core rev: b6906c8c08dff9f8b3dac0d2d637856296cb4a60) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb4
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"
2HOMEPAGE = "http://www.matchbox-project.org/" 2HOMEPAGE = "http://www.matchbox-project.org/"
3BUGTRACKER = "http://bugzilla.openedhand.com/" 3BUGTRACKER = "http://bugzilla.openedhand.com/"
4 4
5LICENSE = "GPL" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" 6LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea"
7 7
8SECTION = "x11" 8SECTION = "x11"
@@ -11,6 +11,8 @@ RCONFLICTS = "matchbox-common"
11SRC_URI = "file://matchbox-session" 11SRC_URI = "file://matchbox-session"
12S = "${WORKDIR}" 12S = "${WORKDIR}"
13 13
14PR = "r1"
15
14inherit update-alternatives 16inherit update-alternatives
15 17
16ALTERNATIVE_NAME = "x-session-manager" 18ALTERNATIVE_NAME = "x-session-manager"