diff options
Diffstat (limited to 'meta')
-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" HOMEPAGE = "http://www.matchbox-project.org/" BUGTRACKER = "http://bugzilla.openedhand.com/" -LICENSE = "GPL" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" SECTION = "x11" @@ -11,6 +11,8 @@ RCONFLICTS = "matchbox-common" SRC_URI = "file://matchbox-session" S = "${WORKDIR}" +PR = "r1" + inherit update-alternatives ALTERNATIVE_NAME = "x-session-manager" |