Files
meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
Alexander Kanavin fc78d37ff0 meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00

25 lines
767 B
BlitzBasic

SUMMARY = "This is gnome-user-share 43.0, a system for easy sharing of user files."
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = " \
glib-2.0-native \
glib-2.0 \
systemd \
"
inherit gnomebase gsettings features_check
REQUIRED_DISTRO_FEATURES = "systemd"
SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-user-share.git;protocol=https;branch=master"
SRC_URI += "file://0001-build-Define-list-of-libc-feature-test-macros.patch"
SRCREV = "77ecbaddab0ed2121859926acbfccc9cecdee0db"
PACKAGECONFIG ??= "modules"
PACKAGECONFIG[httpd] = "-Dhttpd=${sbindir}/httpd,,,apache2 mod-dnssd"
PACKAGECONFIG[modules] = "-Dmodules_path=${libexecdir}/apache2/modules"
FILES:${PN} += "${systemd_user_unitdir}"