diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-27 16:13:53 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-01-04 22:12:06 -0800 |
commit | 791d88336fb8312041c30ea744d03d8d150d2b8f (patch) | |
tree | a5401d6f71eb1d9eb2c95030f231de38825e9d20 | |
parent | bf039ff80c2a416ddb793b676ab2940428695b3e (diff) | |
download | openembedded-core-791d88336fb8312041c30ea744d03d8d150d2b8f.tar.gz openembedded-core-791d88336fb8312041c30ea744d03d8d150d2b8f.tar.bz2 openembedded-core-791d88336fb8312041c30ea744d03d8d150d2b8f.zip |
vte: add missing unpackaged files
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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" PACKAGES =+ "libvte vte-termcap" FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" -FILES_vte-dbg =+ "${libexecdir}/.debug" +FILES_vte-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \ + ${libdir}/.debug" FILES_vte-termcap = "${datadir}/vte/termcap-0.0" + |