diff options
| -rw-r--r-- | meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | 4 |
1 files changed, 2 insertions, 2 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 f4be279947..b9e83a5552 100644 --- a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb +++ b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | |||
| @@ -11,13 +11,13 @@ RCONFLICTS_${PN} = "matchbox-common" | |||
| 11 | SRC_URI = "file://matchbox-session" | 11 | SRC_URI = "file://matchbox-session" |
| 12 | S = "${WORKDIR}" | 12 | S = "${WORKDIR}" |
| 13 | 13 | ||
| 14 | PR = "r3" | 14 | PR = "r4" |
| 15 | 15 | ||
| 16 | inherit update-alternatives | 16 | inherit update-alternatives |
| 17 | 17 | ||
| 18 | ALTERNATIVE_${PN} = "x-session-manager" | 18 | ALTERNATIVE_${PN} = "x-session-manager" |
| 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session" | 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session" |
| 20 | ALTERNATIVE_PRIORITY = "10" | 20 | ALTERNATIVE_PRIORITY = "100" |
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
| 23 | install -d ${D}/${bindir} | 23 | install -d ${D}/${bindir} |
