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-extras/packages | |
| 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-extras/packages')
| -rw-r--r-- | meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb | 14 | ||||
| -rw-r--r-- | meta-extras/packages/matchbox-common/matchbox-common_svn.bb | 17 |
2 files changed, 31 insertions, 0 deletions
diff --git a/meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb b/meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb new file mode 100644 index 0000000000..2927ccd08f --- /dev/null +++ b/meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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-extras/packages/matchbox-common/matchbox-common_svn.bb b/meta-extras/packages/matchbox-common/matchbox-common_svn.bb new file mode 100644 index 0000000000..ec62ac05a8 --- /dev/null +++ b/meta-extras/packages/matchbox-common/matchbox-common_svn.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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" | ||
