This fails with clang, I think it will be an improvement to fix it

git/src/http.c:153:29: warning: unused parameter 'user_data'
[-Wunused-parameter]
     153 | httpd_child_setup (gpointer user_data)
         |                             ^
   ../git/src/http.c:394:3: error: call to undeclared function 'kill';
ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
     394 |                 kill (httpd_pid, SIGTERM);
         |                 ^

kill() comes from signal.h and it might be missing in this file.

On Fri, Sep 20, 2024 at 8:08 AM Markus Volk via lists.openembedded.org
<[email protected]> wrote:
>
> This is gnome-user-share 47.0, a system for easy sharing of user files.
> Major changes since 47.alpha:
> - Translation updates
> Major changes since 43:
> - Increase the required Apache web server version to 2.4
> - Remove GNOME 2 migration code
> - Remove the size limit for file transfers
> - Fix leaks
> - Translation updates
>
> Signed-off-by: Markus Volk <[email protected]>
> ---
>  .../{gnome-user-share_43.0.bb => gnome-user-share_47.0.bb}      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-gnome/recipes-gnome/gnome-user-share/{gnome-user-share_43.0.bb 
> => gnome-user-share_47.0.bb} (92%)
>
> diff --git 
> a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb 
> b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
> similarity index 92%
> rename from meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb
> rename to meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
> index 6fc78dd29..4c8ad3a2a 100644
> --- a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb
> +++ b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
> @@ -14,7 +14,7 @@ inherit gnomebase gsettings features_check
>  REQUIRED_DISTRO_FEATURES = "systemd"
>
>  SRC_URI = 
> "git://gitlab.gnome.org/GNOME/gnome-user-share.git;protocol=https;branch=master"
> -SRCREV = "a0e790aa9494db9d1b1f48b4fc0d2f78e112044d"
> +SRCREV = "77ecbaddab0ed2121859926acbfccc9cecdee0db"
>  S = "${WORKDIR}/git"
>
>  PACKAGECONFIG ??= "modules"
> --
> 2.46.0
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112462): 
https://lists.openembedded.org/g/openembedded-devel/message/112462
Mute This Topic: https://lists.openembedded.org/mt/108560574/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to