diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 09:55:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 09:55:16 +0000 |
commit | fcce99b69509e82b0aedada76c5a2152100e0783 (patch) | |
tree | e1938c322bd9370882bd3b6b777c4cbae80608f2 /meta | |
parent | 3502262c6dc51d6feb7e4684a4030451a14d4905 (diff) | |
download | poky-fcce99b69509e82b0aedada76c5a2152100e0783.tar.gz |
matchbox-common: moved to meta-extras
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4169 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/matchbox-common/matchbox-common_0.9.1.bb | 14 | ||||
-rw-r--r-- | meta/packages/matchbox-common/matchbox-common_svn.bb | 17 |
2 files changed, 0 insertions, 31 deletions
diff --git a/meta/packages/matchbox-common/matchbox-common_0.9.1.bb b/meta/packages/matchbox-common/matchbox-common_0.9.1.bb deleted file mode 100644 index 2927ccd08f..0000000000 --- a/meta/packages/matchbox-common/matchbox-common_0.9.1.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SECTION = "x11/wm" | ||
2 | DESCRIPTION = "Matchbox window manager common files" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "libmatchbox" | ||
5 | |||
6 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | EXTRA_OECONF = "--enable-pda-folders" | ||
11 | |||
12 | FILES_${PN} = "${bindir} \ | ||
13 | ${datadir}/matchbox/vfolders \ | ||
14 | ${datadir}/pixmaps" | ||
diff --git a/meta/packages/matchbox-common/matchbox-common_svn.bb b/meta/packages/matchbox-common/matchbox-common_svn.bb deleted file mode 100644 index ec62ac05a8..0000000000 --- a/meta/packages/matchbox-common/matchbox-common_svn.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SECTION = "x11/wm" | ||
2 | DESCRIPTION = "Matchbox window manager common files" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "libmatchbox" | ||
5 | PV = "0.9.1+svnr${SRCREV}" | ||
6 | S = "${WORKDIR}/matchbox-common" | ||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | EXTRA_OECONF = " --enable-pda-folders " | ||
14 | |||
15 | FILES_${PN} = "${bindir} \ | ||
16 | ${datadir}/matchbox/vfolders \ | ||
17 | ${datadir}/pixmaps" | ||