mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
41 lines
1.1 KiB
BlitzBasic
41 lines
1.1 KiB
BlitzBasic
SUMMARY = "GNOME terminal"
|
|
LICENSE = "GPL-3.0-only & GFDL-1.3"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
|
|
file://COPYING.GFDL;md5=a22d0be1ce2284b67950a4d1673dd1b0 \
|
|
"
|
|
|
|
inherit gnomebase pkgconfig gsettings gnome-help gettext itstool upstream-version-is-even
|
|
|
|
DEPENDS = " \
|
|
glib-2.0 \
|
|
docbook-xsl-stylesheets-native libxslt-native \
|
|
desktop-file-utils-native \
|
|
gtk+3 \
|
|
gsettings-desktop-schemas \
|
|
vte \
|
|
dconf \
|
|
libhandy \
|
|
libpcre2 \
|
|
"
|
|
|
|
SRC_URI = " \
|
|
git://gitlab.gnome.org/GNOME/gnome-terminal.git;protocol=https;nobranch=1 \
|
|
file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
|
|
"
|
|
SRCREV = "965cb9307713c618253918633416fcad86bcc5d2"
|
|
|
|
PACKAGECONFIG ?= ""
|
|
PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus"
|
|
PACKAGECONFIG[search_provider] = "-Dsearch_provider=true,-Dsearch_provider=false,gnome-shell"
|
|
|
|
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir} \
|
|
${libdir}/nautilus/extensions-4 \
|
|
${systemd_user_unitdir} \
|
|
"
|
|
|
|
RRECOMMENDS:${PN} += "vte-prompt gsettings-desktop-schemas"
|