[oe-commits] org.oe.dev mb-common: use u-a to make the link to x-wm, do not depend on mb-wm to do it

koen commit openembedded-commits at lists.openembedded.org
Thu Nov 15 19:47:43 UTC 2007


mb-common: use u-a to make the link to x-wm, do not depend on mb-wm to do it

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b21b578d6a02e2eb83b67423222b1cb7e6fcfc49
ViewMTN: http://monotone.openembedded.org/revision/info/b21b578d6a02e2eb83b67423222b1cb7e6fcfc49
Files:
1
packages/matchbox-common/matchbox-common_0.9.1.bb
Diffs:

#
# mt diff -re89c88579189d7b26a47dfc65f8953a686a0f43c -rb21b578d6a02e2eb83b67423222b1cb7e6fcfc49
#
# 
# 
# patch "packages/matchbox-common/matchbox-common_0.9.1.bb"
#  from [bddf9d7d1a113a7b887c375bef97a8a3174105be]
#    to [68df8bc491f589a6f3e7b69e5b10ec838e6b621f]
# 
============================================================
--- packages/matchbox-common/matchbox-common_0.9.1.bb	bddf9d7d1a113a7b887c375bef97a8a3174105be
+++ packages/matchbox-common/matchbox-common_0.9.1.bb	68df8bc491f589a6f3e7b69e5b10ec838e6b621f
@@ -1,14 +1,14 @@ DEPENDS = "libmatchbox"
 DESCRIPTION = "Matchbox window manager common files"
 SECTION = "x11/wm"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \
            file://no-utilities-category.patch;patch=1 \
            file://add-media-category.patch;patch=1"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig update-alternatives
 
 EXTRA_OECONF = "--enable-pda-folders"
 
@@ -17,4 +17,10 @@ FILES_${PN} = "\
   ${datadir}/matchbox/vfolders \
   ${datadir}/pixmaps"
 
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PATH = "${bindir}/matchbox-window-manager"
+ALTERNATIVE_PRIORITY = "11"
+
+
 PACKAGE_ARCH = "all"






More information about the Openembedded-commits mailing list