diff options
author | Ross Burton <ross@openedhand.com> | 2007-05-31 11:52:18 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-05-31 11:52:18 +0000 |
commit | 2add61089dd2619e3224e6384c282bf364cb52b1 (patch) | |
tree | 6a7dfda546c7d9c5d53a2c059f32022eb8d0551b /meta/packages/matchbox-desktop-2 | |
parent | 2b6f26d4a05835daa54b65c2d5d0dc34cbbd86b2 (diff) | |
download | openembedded-core-2add61089dd2619e3224e6384c282bf364cb52b1.tar.gz openembedded-core-2add61089dd2619e3224e6384c282bf364cb52b1.tar.bz2 openembedded-core-2add61089dd2619e3224e6384c282bf364cb52b1.tar.xz openembedded-core-2add61089dd2619e3224e6384c282bf364cb52b1.zip |
Clean up matchbox-desktop/matchbox-desktop-2 so that everything is called matchbox-desktop
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1834 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-desktop-2')
-rw-r--r-- | meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb deleted file mode 100644 index f49746828..000000000 --- a/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Matchbox Window Manager Desktop" -LICENSE = "GPL" -DEPENDS = "gtk+ startup-notification" -RDEPENDS = "matchbox-common" -SECTION = "x11/wm" -PV = "2.0+svn${SRCDATE}" -PR = "r1" - -PROVIDES_${PN} = matchbox-desktop -RPROVIDES_${PN} = matchbox-desktop -RREPLACES_${PN} = matchbox-desktop -RCONFLICTS_${PN} = matchbox-desktop - -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" - -EXTRA_OECONF = "--enable-startup-notification" - -S = "${WORKDIR}/${PN}" - -inherit autotools pkgconfig |