mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
evince: fix buildpath error
adapt 'sed' command to UNPACKDIR changes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6ae8e92e28
commit
5cf4b141a4
|
@ -46,8 +46,8 @@ RRECOMMENDS:${PN} = "adwaita-icon-theme"
|
|||
PACKAGES =+ "${PN}-nautilus-extension"
|
||||
|
||||
do_install:prepend() {
|
||||
sed -i -e 's|${B}/../${PN}-${PV}|${TARGET_DBGSRC_DIR}|g' ${B}/libview/ev-view-type-builtins.c
|
||||
sed -i -e 's|${B}/../${PN}-${PV}|${TARGET_DBGSRC_DIR}|g' ${B}/libdocument/ev-document-type-builtins.c
|
||||
sed -i -e 's|${B}/../sources/${BP}|${TARGET_DBGSRC_DIR}|g' ${B}/libview/ev-view-type-builtins.c
|
||||
sed -i -e 's|${B}/../sources/${BP}|${TARGET_DBGSRC_DIR}|g' ${B}/libdocument/ev-document-type-builtins.c
|
||||
}
|
||||
|
||||
FILES:${PN} += "${datadir}/dbus-1 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user