-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xdg-dbus-proxy, bubblewrap: update recipes and fix build with webkit (#…
…478) * Update recipes for xdg-dbus-proxy and bubblewrap and also remove the patches already merged (checked). * Pass the run-time paths to the wpewebkit and webkitgtk recipe which is needed when cross-building since https://commits.webkit.org/264244@main * Remove also the native recipes which are not needed for anything.
- Loading branch information
Showing
10 changed files
with
31 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
DESCRIPTION = "Helper binary for running applications sandboxed" | ||
HOMEPAGE = "https://github.com/containers/bubblewrap" | ||
LICENSE = "GPL-2.0-only" | ||
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
|
||
DEPENDS = "libcap" | ||
|
||
SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz" | ||
SRC_URI[sha256sum] = "957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a" | ||
|
||
inherit meson pkgconfig | ||
|
||
PACKAGECONFIG ??= "" | ||
PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" | ||
|
||
EXTRA_OEMESON += "-Dman=disabled -Dbash_completion=disabled -Dzsh_completion=disabled -Dtests=false" |
36 changes: 0 additions & 36 deletions
36
recipes-flatpak/xdg-dbus-proxy/xdg-dbus-proxy/0001-Call-setlocale.patch
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...dg-dbus-proxy/xdg-dbus-proxy/0001-Fix-musl-compilation-by-adding-TEMP_FAILURE_RETRY.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy" | ||
LICENSE = "LGPL-2.1-or-later" | ||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
|
||
DEPENDS = "glib-2.0" | ||
|
||
SRC_URI = "https://github.com/flatpak/${BPN}/releases/download/${PV}/${BP}.tar.xz" | ||
SRC_URI[sha256sum] = "1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab" | ||
|
||
inherit meson pkgconfig | ||
|
||
EXTRA_OEMESON += "-Dman=disabled -Dtests=false" |