diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-support/vte | |
parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 14 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.24.3.bb | 5 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc new file mode 100644 index 0000000000..6138f8ca01 --- /dev/null +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "vte is a virtual terminal emulator" | ||
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" | ||
5 | RDEPENDS_libvte = "vte-termcap" | ||
6 | |||
7 | inherit gnome | ||
8 | |||
9 | EXTRA_OECONF = "--disable-gtk-doc --disable-python" | ||
10 | |||
11 | PACKAGES =+ "libvte vte-termcap" | ||
12 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | ||
13 | FILES_vte-dbg =+ ${libexecdir}/.debug" | ||
14 | FILES_vte-termcap = "${datadir}/vte/termcap" | ||
diff --git a/meta/recipes-support/vte/vte_0.24.3.bb b/meta/recipes-support/vte/vte_0.24.3.bb new file mode 100644 index 0000000000..1953101f82 --- /dev/null +++ b/meta/recipes-support/vte/vte_0.24.3.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require vte.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
4 | |||
5 | PR = "r0" | ||