]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove matchbox-common depends, the session script is now in matchbox-sato
authorRoss Burton <ross@openedhand.com>
Thu, 5 Jul 2007 13:34:16 +0000 (13:34 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 5 Jul 2007 13:34:16 +0000 (13:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2115 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb
meta/packages/matchbox-wm/matchbox-wm_1.1.bb
meta/packages/matchbox-wm/matchbox-wm_1.2.bb
meta/packages/matchbox-wm/matchbox-wm_svn.bb

index 1a1a89ec7aabba18319242293220abe4875d6afe..1aeab19f9ba69c9d142b47d0ca35b3bc54372b24 100644 (file)
@@ -2,8 +2,7 @@ SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common"
-RDEPENDS = "matchbox-common"
-PR="r0"
+PR="r1"
 
 
 SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz \
index 27298b06f2bbf1494f5a210ada26015fa6a96576..ffe68fd853a1d1a988a5cb807086ae39540ccf40 100644 (file)
@@ -2,8 +2,7 @@ SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common"
-RDEPENDS = "matchbox-common"
-PR="r2"
+PR="r3"
 
 
 SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \
index 82ba5221c216030d6b277032560752a8ced79a93..79b32e4fd0cf7e423b2d4fc15d16c5c25462cce9 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common"
-RDEPENDS = "matchbox-common"
+PR="r1"
 
 SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \
           file://kbdconfig \
@@ -33,4 +33,3 @@ do_configure_prepend () {
 do_install_prepend() {
        install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
 }
-
index 07179684a0c6ec4d2b17851fc3c4a7b6c9ea1a9d..ac0445df8b505b938a0cb57b41652d993e005372 100644 (file)
@@ -2,9 +2,8 @@ SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat matchbox-common gconf"
-RDEPENDS = "matchbox-common"
 PV = "1.2+svn${SRCDATE}"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \
           file://kbdconfig"
@@ -30,4 +29,3 @@ EXTRA_OECONF = "--enable-startup-notification --disable-xrm --enable-expat"
 do_install_prepend() {
        install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
 }
-