vte: libvte package should not contain libvte.so

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4607 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-06-06 15:17:35 +00:00
parent ee47fe0a76
commit bb3a13bddb
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ do_stage() {
}
PACKAGES =+ "libvte vte-termcap"
FILES_libvte = "${libdir}/*.so*"
FILES_libvte = "${libdir}/*.so.*"
FILES_vte-termcap = "${datadir}/vte/termcap"

View File

@@ -1,2 +1,2 @@
require vte.inc
PR = "r5"
PR = "r6"