diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-05 13:34:16 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-05 13:34:16 +0000 |
commit | 1af8217f1cd4635f03e0b59832807d56bfda905d (patch) | |
tree | 7db3438c32d9c230177dcf0d0ac2a82f2923c0ed /meta/packages/matchbox-wm | |
parent | d13447393b36b5e9ae0065cb77a40ea40596feb1 (diff) | |
download | poky-1af8217f1cd4635f03e0b59832807d56bfda905d.tar.gz |
Remove matchbox-common depends, the session script is now in matchbox-sato
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2115 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm')
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb | 3 | ||||
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_1.1.bb | 3 | ||||
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_1.2.bb | 3 | ||||
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_svn.bb | 4 |
4 files changed, 4 insertions, 9 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb b/meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb index 1a1a89ec7a..1aeab19f9b 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb | |||
@@ -2,8 +2,7 @@ SECTION = "x11/wm" | |||
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common" |
5 | RDEPENDS = "matchbox-common" | 5 | PR="r1" |
6 | PR="r0" | ||
7 | 6 | ||
8 | 7 | ||
9 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz \ | 8 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz \ |
diff --git a/meta/packages/matchbox-wm/matchbox-wm_1.1.bb b/meta/packages/matchbox-wm/matchbox-wm_1.1.bb index 27298b06f2..ffe68fd853 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_1.1.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_1.1.bb | |||
@@ -2,8 +2,7 @@ SECTION = "x11/wm" | |||
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" |
5 | RDEPENDS = "matchbox-common" | 5 | PR="r3" |
6 | PR="r2" | ||
7 | 6 | ||
8 | 7 | ||
9 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \ | 8 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \ |
diff --git a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb index 82ba5221c2..79b32e4fd0 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb | |||
@@ -2,7 +2,7 @@ SECTION = "x11/wm" | |||
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" |
5 | RDEPENDS = "matchbox-common" | 5 | PR="r1" |
6 | 6 | ||
7 | SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ | 7 | SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ |
8 | file://kbdconfig \ | 8 | file://kbdconfig \ |
@@ -33,4 +33,3 @@ do_configure_prepend () { | |||
33 | do_install_prepend() { | 33 | do_install_prepend() { |
34 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig | 34 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig |
35 | } | 35 | } |
36 | |||
diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb index 07179684a0..ac0445df8b 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -2,9 +2,8 @@ SECTION = "x11/wm" | |||
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat matchbox-common gconf" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat matchbox-common gconf" |
5 | RDEPENDS = "matchbox-common" | ||
6 | PV = "1.2+svn${SRCDATE}" | 5 | PV = "1.2+svn${SRCDATE}" |
7 | PR = "r5" | 6 | PR = "r6" |
8 | 7 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ | 8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |
10 | file://kbdconfig" | 9 | file://kbdconfig" |
@@ -30,4 +29,3 @@ EXTRA_OECONF = "--enable-startup-notification --disable-xrm --enable-expat" | |||
30 | do_install_prepend() { | 29 | do_install_prepend() { |
31 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig | 30 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig |
32 | } | 31 | } |
33 | |||