diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-17 16:51:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-17 16:51:19 +0000 |
commit | 85298370562e1b5b6f53dede7fdef8899672f401 (patch) | |
tree | 00ac5e1b356fe1a5a30819a190e865b7bdf42f2f | |
parent | 9e85aa2d4e5ed9f076c4529e479bf7419548ef99 (diff) |
packages/matchbox-wm/matchbox-wm_svn.bb: make PV conform to OE standards
conf/distro/preferred-gpe-versions-2.7.inc: use mb-wm svn till mallum releases a new version
-rw-r--r-- | conf/distro/preferred-gpe-versions-2.7.inc | 2 | ||||
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/preferred-gpe-versions-2.7.inc b/conf/distro/preferred-gpe-versions-2.7.inc index c901c86831..73db19a097 100644 --- a/conf/distro/preferred-gpe-versions-2.7.inc +++ b/conf/distro/preferred-gpe-versions-2.7.inc @@ -13,7 +13,7 @@ PREFERRED_VERSION_libmatchbox ?= "1.7" PREFERRED_VERSION_matchbox ?= "0.9.1" PREFERRED_VERSION_matchbox-common ?= "0.9.1" PREFERRED_VERSION_matchbox-desktop ?= "0.9.1" -PREFERRED_VERSION_matchbox-wm ?= "0.9.5" +PREFERRED_VERSION_matchbox-wm ?= "0.9.5+cvs-${CVSDATE}" PREFERRED_VERSION_matchbox-panel ?= "0.9.2" PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6" PREFERRED_VERSION_atk ?= "1.9.0" diff --git a/packages/matchbox-wm/matchbox-wm_svn.bb b/packages/matchbox-wm/matchbox-wm_svn.bb index fdf38d6e68..d747243740 100644 --- a/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/packages/matchbox-wm/matchbox-wm_svn.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common" RDEPENDS = "matchbox-common" -PV = "0.9cvs${CVSDATE}" +PV = "0.9.5+cvs-${CVSDATE}" PR = "r1" DEFAULT_PREFERENCE = "-1" |