mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +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:
@@ -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,2 +1,2 @@
|
|||||||
require vte.inc
|
require vte.inc
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
|
|||||||
Reference in New Issue
Block a user