On Mon, May 15, 2023 at 9:35 PM Markus Volk <[email protected]> wrote:
>
> - remove buildpath from enum-types
>
> Signed-off-by: Markus Volk <[email protected]>
> ---
> .../evince/{evince_44.0.bb => evince_44.1.bb} | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
> rename meta-gnome/recipes-gnome/evince/{evince_44.0.bb => evince_44.1.bb}
> (84%)
>
> diff --git a/meta-gnome/recipes-gnome/evince/evince_44.0.bb
> b/meta-gnome/recipes-gnome/evince/evince_44.1.bb
> similarity index 84%
> rename from meta-gnome/recipes-gnome/evince/evince_44.0.bb
> rename to meta-gnome/recipes-gnome/evince/evince_44.1.bb
> index 1c7103c900..a2a6f9aae7 100644
> --- a/meta-gnome/recipes-gnome/evince/evince_44.0.bb
> +++ b/meta-gnome/recipes-gnome/evince/evince_44.1.bb
> @@ -34,7 +34,7 @@ REQUIRED_DISTRO_FEATURES =
> "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'open
> def gnome_verdir(v):
> return oe.utils.trim_version(v, 1)
>
> -SRC_URI[archive.sha256sum] =
> "339ee9e005dd7823a13fe21c71c2ec6d2c4cb74548026e4741eee7b2703e09da"
> +SRC_URI[archive.sha256sum] =
> "15afd3bb15ffb38fecab34c23350950ad270ab03a85b94e333d9dd7ee6a74314"
>
> GTKDOC_MESON_OPTION = "gtk_doc"
>
> @@ -46,6 +46,11 @@ RRECOMMENDS:${PN} = "adwaita-icon-theme"
>
> PACKAGES =+ "${PN}-nautilus-extension"
>
> +do_install:prepend() {
> + sed -i -e 's|${B}/||g' ${B}/libview/ev-view-type-builtins.c
> + sed -i -e 's|${B}/||g' ${B}/libdocument/ev-document-type-builtins.c
> +}
> +
do these files get compiled into binary ? if so then it might be too
late to edit these paths out. Perhaps they should
be removed before they get compiled in.
> FILES:${PN} += "${datadir}/dbus-1 \
> ${datadir}/metainfo \
> ${datadir}/thumbnailers \
> --
> 2.34.1
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#102618):
https://lists.openembedded.org/g/openembedded-devel/message/102618
Mute This Topic: https://lists.openembedded.org/mt/98920482/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-