summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-05-18 07:40:14 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-18 10:26:13 -0700
commitf7dc6f5236d0d07e34d93d19ce4d5884dd79d1ff (patch)
treef0b35c76337d50880212228f6a1cb6daa194773b
parent67b7a44962e1724c6270611662e08e560ff944f8 (diff)
downloadmeta-openembedded-f7dc6f5236d0d07e34d93d19ce4d5884dd79d1ff.tar.gz
evince: edit include path for debug package
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/evince/evince_44.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_44.1.bb b/meta-gnome/recipes-gnome/evince/evince_44.1.bb
index a2a6f9aae7..a844324ade 100644
--- a/meta-gnome/recipes-gnome/evince/evince_44.1.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_44.1.bb
@@ -47,8 +47,8 @@ RRECOMMENDS:${PN} = "adwaita-icon-theme"
47PACKAGES =+ "${PN}-nautilus-extension" 47PACKAGES =+ "${PN}-nautilus-extension"
48 48
49do_install:prepend() { 49do_install:prepend() {
50 sed -i -e 's|${B}/||g' ${B}/libview/ev-view-type-builtins.c 50 sed -i -e 's|${B}/../${PN}-${PV}|/usr/src/debug/${PN}/${PV}-${PR}|g' ${B}/libview/ev-view-type-builtins.c
51 sed -i -e 's|${B}/||g' ${B}/libdocument/ev-document-type-builtins.c 51 sed -i -e 's|${B}/../${PN}-${PV}|/usr/src/debug/${PN}/${PV}-${PR}|g' ${B}/libdocument/ev-document-type-builtins.c
52} 52}
53 53
54FILES:${PN} += "${datadir}/dbus-1 \ 54FILES:${PN} += "${datadir}/dbus-1 \