diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-27 16:13:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 11:09:43 +0000 |
commit | 2d5781ac46417725a3f81428f9208e3981b6c151 (patch) | |
tree | 2f475d86f7917488f67f6d6e4745179d9349f4dc /meta/recipes-support | |
parent | fe21ffd4e148bad8bfc6a44913a9cf6a2617e220 (diff) | |
download | poky-2d5781ac46417725a3f81428f9208e3981b6c151.tar.gz |
vte: add missing unpackaged files
(From OE-Core rev: 791d88336fb8312041c30ea744d03d8d150d2b8f)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 0766da7429..6e43554928 100644 --- a/meta/recipes-support/vte/vte.inc +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -10,5 +10,7 @@ EXTRA_OECONF = "--disable-python --disable-introspection" | |||
10 | 10 | ||
11 | PACKAGES =+ "libvte vte-termcap" | 11 | PACKAGES =+ "libvte vte-termcap" |
12 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | 12 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" |
13 | FILES_vte-dbg =+ "${libexecdir}/.debug" | 13 | FILES_vte-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \ |
14 | ${libdir}/.debug" | ||
14 | FILES_vte-termcap = "${datadir}/vte/termcap-0.0" | 15 | FILES_vte-termcap = "${datadir}/vte/termcap-0.0" |
16 | |||