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 | poky-2add61089dd2619e3224e6384c282bf364cb52b1.tar.gz |
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 f497468282..0000000000 --- a/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | DESCRIPTION = "Matchbox Window Manager Desktop" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gtk+ startup-notification" | ||
4 | RDEPENDS = "matchbox-common" | ||
5 | SECTION = "x11/wm" | ||
6 | PV = "2.0+svn${SRCDATE}" | ||
7 | PR = "r1" | ||
8 | |||
9 | PROVIDES_${PN} = matchbox-desktop | ||
10 | RPROVIDES_${PN} = matchbox-desktop | ||
11 | RREPLACES_${PN} = matchbox-desktop | ||
12 | RCONFLICTS_${PN} = matchbox-desktop | ||
13 | |||
14 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
15 | |||
16 | EXTRA_OECONF = "--enable-startup-notification" | ||
17 | |||
18 | S = "${WORKDIR}/${PN}" | ||
19 | |||
20 | inherit autotools pkgconfig | ||