summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/vte/vte_0.60.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.60.2.bb b/meta/recipes-support/vte/vte_0.60.2.bb
index 4a33f6e4d0..8c7054913f 100644
--- a/meta/recipes-support/vte/vte_0.60.2.bb
+++ b/meta/recipes-support/vte/vte_0.60.2.bb
@@ -52,6 +52,9 @@ CFLAGS += "-D_GNU_SOURCE"
52 52
53PACKAGES =+ "libvte ${PN}-prompt" 53PACKAGES =+ "libvte ${PN}-prompt"
54FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" 54FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*"
55FILES_${PN}-prompt = "${sysconfdir}/profile.d" 55FILES_${PN}-prompt = " \
56 ${sysconfdir}/profile.d \
57 ${libexecdir}/vte-urlencode-cwd \
58"
56 59
57BBCLASSEXTEND = "native nativesdk" 60BBCLASSEXTEND = "native nativesdk"