1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
+1 -1
View File
@@ -14,5 +14,5 @@ do_stage() {
} }
PACKAGES =+ "libvte vte-termcap" PACKAGES =+ "libvte vte-termcap"
FILES_libvte = "${libdir}/*.so*" FILES_libvte = "${libdir}/*.so.*"
FILES_vte-termcap = "${datadir}/vte/termcap" FILES_vte-termcap = "${datadir}/vte/termcap"
+1 -1
View File
@@ -1,2 +1,2 @@
require vte.inc require vte.inc
PR = "r5" PR = "r6"