mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "vte is a virtual terminal emulator"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
DEPENDS = " glib-2.0 gtk+ intltool-native ncurses"
|
||||
RDEPENDS_libvte = "vte-termcap"
|
||||
|
||||
inherit gnome
|
||||
|
||||
EXTRA_OECONF = "--disable-gtk-doc --disable-python"
|
||||
|
||||
PACKAGES =+ "libvte vte-termcap"
|
||||
FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
|
||||
FILES_vte-dbg =+ ${libexecdir}/.debug"
|
||||
FILES_vte-termcap = "${datadir}/vte/termcap"
|
||||
@@ -0,0 +1,5 @@
|
||||
require vte.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
||||
|
||||
PR = "r0"
|
||||
Reference in New Issue
Block a user