* [PATCH 0/1] Fix incorrect update-alternative settings in matchbox-wm-2
@ 2012-04-17 22:05 Mark Hatle
2012-04-17 22:05 ` [PATCH 1/1] matchbox-wm-2: Fix incorrect update-alternatives Mark Hatle
2012-04-18 15:03 ` [PATCH 0/1] Fix incorrect update-alternative settings in matchbox-wm-2 Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2012-04-17 22:05 UTC (permalink / raw)
To: openembedded-core
This looks like it was a simple copy/paste induced error.. fixed.w
The following changes since commit 89788fbd10fdfbbe54927339d7ec516d0e4d7ef5:
libproxy: Allow to build in non-gplv3 configuration (2012-04-17 14:08:27 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib mhatle/fixes
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/fixes
Mark Hatle (1):
matchbox-wm-2: Fix incorrect update-alternatives
.../matchbox-wm-2/matchbox-wm-2_git.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] matchbox-wm-2: Fix incorrect update-alternatives
2012-04-17 22:05 [PATCH 0/1] Fix incorrect update-alternative settings in matchbox-wm-2 Mark Hatle
@ 2012-04-17 22:05 ` Mark Hatle
2012-04-18 15:03 ` [PATCH 0/1] Fix incorrect update-alternative settings in matchbox-wm-2 Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2012-04-17 22:05 UTC (permalink / raw)
To: openembedded-core
Update-alternatives was pointing to matchbox-session, and should have
been pointing to matchbox-window-manager.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
.../matchbox-wm-2/matchbox-wm-2_git.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
index 9961728..4aad3a9 100644
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
+++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pa
SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869"
PV = "0.1+git${SRCPV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=git \
file://fix_makefile.patch \
@@ -22,7 +22,7 @@ inherit autotools pkgconfig update-alternatives
# matchbox-window-manager-2.
ALTERNATIVE_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
-ALTERNATIVE_PATH = "${bindir}/matchbox-session"
+ALTERNATIVE_PATH = "${bindir}/matchbox-window-manager"
ALTERNATIVE_PRIORITY = "10"
PACKAGES =+ "libmatchbox2"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] Fix incorrect update-alternative settings in matchbox-wm-2
2012-04-17 22:05 [PATCH 0/1] Fix incorrect update-alternative settings in matchbox-wm-2 Mark Hatle
2012-04-17 22:05 ` [PATCH 1/1] matchbox-wm-2: Fix incorrect update-alternatives Mark Hatle
@ 2012-04-18 15:03 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-04-18 15:03 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 04/17/2012 03:05 PM, Mark Hatle wrote:
> This looks like it was a simple copy/paste induced error.. fixed.w
>
> The following changes since commit 89788fbd10fdfbbe54927339d7ec516d0e4d7ef5:
>
> libproxy: Allow to build in non-gplv3 configuration (2012-04-17 14:08:27 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib mhatle/fixes
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/fixes
>
> Mark Hatle (1):
> matchbox-wm-2: Fix incorrect update-alternatives
>
> .../matchbox-wm-2/matchbox-wm-2_git.bb | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-18 15:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 22:05 [PATCH 0/1] Fix incorrect update-alternative settings in matchbox-wm-2 Mark Hatle
2012-04-17 22:05 ` [PATCH 1/1] matchbox-wm-2: Fix incorrect update-alternatives Mark Hatle
2012-04-18 15:03 ` [PATCH 0/1] Fix incorrect update-alternative settings in matchbox-wm-2 Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox