mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 07:19:05 +02:00
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>
This commit is contained in:
parent
188491dd2b
commit
fc78d37ff0
|
@ -11,7 +11,7 @@ RDEPENDS:${PN} += "fuse"
|
|||
SRC_URI += "${SOURCEFORGE_MIRROR}/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "01cb4bb38deb344f540da6f1464dc7edbdeb51213ad810b8c9c282c1e17e0fc1"
|
||||
|
||||
S = "${WORKDIR}/httpfs2-${PV}"
|
||||
S = "${UNPACKDIR}/httpfs2-${PV}"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake -C ${S} httpfs2
|
||||
|
|
|
@ -18,7 +18,6 @@ SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git;branch=master;protocol=h
|
|||
"
|
||||
SRCREV = "45b72c81ce3c6fa17ca19bafc207ea93e76312f4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "CC="${CC}" LD="${LD}" AR="${AR}""
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ SRC_URI = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz \
|
|||
file://0001-libntfs-3g-Makefile.am-fix-install-failed-while-host.patch \
|
||||
file://0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch \
|
||||
"
|
||||
S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}"
|
||||
S = "${UNPACKDIR}/ntfs-3g_ntfsprogs-${PV}"
|
||||
SRC_URI[sha256sum] = "f20e36ee68074b845e3629e6bced4706ad053804cbaf062fbae60738f854170c"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://www.tuxera.com/community/open-source-ntfs-3g/"
|
||||
|
|
|
@ -17,7 +17,6 @@ SRC_URI = "git://github.com/owfs/owfs;branch=master;protocol=https \
|
|||
file://owserver \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools-brokensep update-rc.d pkgconfig systemd
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@ inherit autotools pkgconfig
|
|||
SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
|
||||
SRCREV = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -27,6 +27,5 @@ SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=m
|
|||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[libsecret] = "--with-libsecret=yes,--with-libsecret=no,libsecret"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||
|
|
|
@ -10,7 +10,6 @@ SRC_URI = "git://github.com/libfuse/sshfs;branch=master;protocol=https \
|
|||
file://a1d58ae1be99571a88b8439b027abe6349b74658.patch \
|
||||
"
|
||||
SRCREV = "c91eb9a9a992f1a36c49a8e6f1146e45b5e1c8e7"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig ptest
|
||||
|
||||
|
|
|
@ -14,6 +14,5 @@ SRCREV = "773f1853b043eeb64b7459f903a2c65bd096f9d9"
|
|||
DEPENDS = "fuse3"
|
||||
RDEPENDS:${PN} = "bash"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
|
|
@ -25,7 +25,6 @@ SRCREV = "613a901a229e8a701c18f003dd0aee18453e0670"
|
|||
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CFLAGS:append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
|
|
@ -11,7 +11,6 @@ SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=zfs-2.2-release \
|
|||
file://0001-fs-tests-cmd-readmmap-Replace-uint_t-with-uint32_t.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Using both 'module' and 'autotools' classes seems a bit odd, they both
|
||||
# define a do_compile function.
|
||||
|
|
|
@ -21,7 +21,6 @@ UPSTREAM_CHECK_COMMITS = "1"
|
|||
|
||||
PV = "4.9+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
export HOSTCC = "${BUILD_CC}"
|
||||
do_configure:prepend() {
|
||||
|
|
|
@ -10,6 +10,5 @@ RDEPENDS:${PN} = "fuse"
|
|||
SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}"
|
||||
SRCREV = "a276dbe66faaf7af02d967a648f7598589bf5c5b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
|
|
|
@ -20,7 +20,6 @@ UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)"
|
|||
|
||||
RDEPENDS:${PN} = "bash btrfs-tools"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
|
|
|
@ -18,7 +18,6 @@ SRC_URI = " \
|
|||
|
||||
SRCREV = "46da6c398e70635a296245851fcedbc56c35e824"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig ptest
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;
|
|||
"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig autotools
|
||||
|
||||
|
|
|
@ -15,6 +15,5 @@ SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \
|
|||
|
||||
SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
|
|
@ -9,7 +9,6 @@ SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branc
|
|||
"
|
||||
SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "parted"
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ SRC_URI = "\
|
|||
|
||||
SRCREV = "7a4a0c4f2c6c86aa46a40e3468e394fd4a237491"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=htt
|
|||
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}""
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;ta
|
|||
file://0001-bstat-use-uint32_t-instead-of-__uint32_t-to-fix-buil.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# brokensep because m4/package_globals.m4 calls ". ./VERSION" (and that's not the only issue)
|
||||
inherit autotools-brokensep useradd pkgconfig
|
||||
|
|
|
@ -12,7 +12,7 @@ VERMINOR = "${@get_minor_dir("${PV}")}"
|
|||
REALNAME = "${@get_real_name("${BPN}")}"
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive"
|
||||
S = "${WORKDIR}/${REALNAME}-${PV}"
|
||||
S = "${UNPACKDIR}/${REALNAME}-${PV}"
|
||||
|
||||
CLUTTERBASEBUILDCLASS ??= "autotools"
|
||||
inherit ${CLUTTERBASEBUILDCLASS} pkgconfig gtk-doc gettext
|
||||
|
|
|
@ -41,7 +41,6 @@ SRC_URI = " \
|
|||
file://0001-meson-Do-not-check-for-iso-xml-files-during-build.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "46e93c0c0dafc381e8a308b1befb07e908121722"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
|
|
@ -19,7 +19,6 @@ SRC_URI = " \
|
|||
file://polkit-gnome-authentication-agent-1.desktop \
|
||||
"
|
||||
SRCREV = "a0763a246a81188f60b0f9810143e49224dc752f"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
do_install:append() {
|
||||
|
|
|
@ -63,7 +63,6 @@ SRC_URI += "file://0001-meson.build-dont-check-for-lgi.patch"
|
|||
SRC_URI += "file://0001-meson.build-require-iso-codes-native.patch"
|
||||
SRCREV = "c1901c5be644ab8dcaf779b1f383bf5370bc90c6"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
|
||||
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
|
||||
|
|
|
@ -19,7 +19,6 @@ SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0"
|
|||
|
||||
PV = "1.6.1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_AUTORECONF += "-I m4"
|
||||
|
||||
|
|
|
@ -7,6 +7,5 @@ inherit autotools allarch
|
|||
SRC_URI = "git://github.com/mypaint/mypaint-brushes.git;protocol=https;branch=v1.3.x"
|
||||
SRCREV = "8a0124ac0675103eae8fa41fad533851768ae1ce"
|
||||
PV = "1.3.1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES:${PN} += "${datadir}/mypaint-data"
|
||||
|
|
|
@ -15,7 +15,6 @@ SRC_URI = "git://github.com/dsalt/devilspie2;branch=master;protocol=https \
|
|||
file://devilspie2.desktop \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit features_check pkgconfig gettext
|
||||
|
||||
|
|
|
@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|||
|
||||
inherit allarch gtk-icon-cache
|
||||
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BPN}_${PV}.zip"
|
||||
SRC_URI[sha256sum] = "d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a"
|
||||
|
|
|
@ -8,7 +8,6 @@ DEPENDS = "glib-2.0 gtk+3"
|
|||
inherit meson pkgconfig gobject-introspection features_check gtk-doc
|
||||
|
||||
SRC_URI = "git://github.com/gedit-technology/libgedit-amtk.git;protocol=https;branch=main"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "f6fbfd1c57de3d97cab2056a5c3088b0da49e8a4"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
|
|
@ -8,7 +8,6 @@ DEPENDS = "glib-2.0 gtk+3 libxml2"
|
|||
inherit meson pkgconfig gobject-introspection features_check gtk-doc
|
||||
|
||||
SRC_URI = "git://github.com/gedit-technology/libgedit-gtksourceview.git;protocol=https;branch=main"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "eaafc892d033713c7c823d8ad602061e456b3c88"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
|
|
@ -9,7 +9,7 @@ SECTION = "x11/gnome"
|
|||
DEPENDS = "udev gtk+3 libnotify libcanberra bluez5"
|
||||
|
||||
GNOMEBN = "gnome-bluetooth"
|
||||
S = "${WORKDIR}/${GNOMEBN}-${PV}"
|
||||
S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
|
||||
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@ inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check
|
|||
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "b0bf5288438f74fcb455e1e49f855b4964a2c7cb"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
|
|
@ -8,7 +8,7 @@ SRC_URI = "https://git.savannah.gnu.org/cgit/chess.git/snapshot/chess-${PV}.tar.
|
|||
file://0001-Remove-register-storage-class-classifier.patch"
|
||||
SRC_URI[sha256sum] = "03f9e844ccdd48d20ee49314174404f8b643d83bb8ce9ec9d2e6a21f1b6fb9f5"
|
||||
|
||||
S = "${WORKDIR}/chess-${PV}"
|
||||
S = "${UNPACKDIR}/chess-${PV}"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ SRC_URI = " \
|
|||
file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
|
||||
"
|
||||
SRCREV = "965cb9307713c618253918633416fcad86bcc5d2"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus"
|
||||
|
|
|
@ -16,7 +16,6 @@ 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"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= "modules"
|
||||
PACKAGECONFIG[httpd] = "-Dhttpd=${sbindir}/httpd,,,apache2 mod-dnssd"
|
||||
|
|
|
@ -6,8 +6,7 @@ inherit allarch
|
|||
|
||||
SRC_URI = "file://classic-light.xml"
|
||||
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${datadir}/gtksourceview-3.0/styles
|
||||
|
|
|
@ -8,7 +8,7 @@ DEPENDS = "gtk+3 libxml2 glib-2.0-native"
|
|||
|
||||
PNAME = "gtksourceview"
|
||||
|
||||
S = "${WORKDIR}/${PNAME}-${PV}"
|
||||
S = "${UNPACKDIR}/${PNAME}-${PV}"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "autotools"
|
||||
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even
|
||||
|
|
|
@ -8,7 +8,7 @@ DEPENDS = "gtk+3 libxml2 glib-2.0-native"
|
|||
|
||||
PNAME = "gtksourceview"
|
||||
|
||||
S = "${WORKDIR}/${PNAME}-${PV}"
|
||||
S = "${UNPACKDIR}/${PNAME}-${PV}"
|
||||
|
||||
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ DEPENDS = " \
|
|||
|
||||
PNAME = "gtksourceview"
|
||||
|
||||
S = "${WORKDIR}/${PNAME}-${PV}"
|
||||
S = "${UNPACKDIR}/${PNAME}-${PV}"
|
||||
|
||||
|
||||
inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala
|
||||
|
|
|
@ -10,5 +10,4 @@ REQUIRED_DISTRO_FEATURES = "opengl"
|
|||
SRCREV = "941560af497148588783db991e8135f52a82574d"
|
||||
SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-only"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
GNOMEBN = "libgweather"
|
||||
S = "${WORKDIR}/${GNOMEBN}-${PV}"
|
||||
S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
|
||||
|
||||
inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala features_check
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ inherit meson gobject-introspection gettext features_check pkgconfig
|
|||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main"
|
||||
SRCREV = "16ab2567257a053bd957699f89080fafd0999035"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# gobject-introspection is mandatory and cannot be configured
|
||||
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
||||
|
|
|
@ -17,7 +17,6 @@ SRC_URI = " \
|
|||
file://0001-src-Fix-declaration-errors-with-GCC-15.patch \
|
||||
"
|
||||
SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase"
|
||||
PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf"
|
||||
|
|
|
@ -8,7 +8,6 @@ DEPENDS = "gtk+3 gobject-introspection-native \
|
|||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
|
||||
PV = "3.0+git"
|
||||
|
|
|
@ -15,7 +15,6 @@ DEPENDS = " \
|
|||
libgudev \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ EXTRA_OEMESON = "-Dupdate_cache=true"
|
|||
|
||||
SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3"
|
||||
|
||||
FILES:${PN} = " \
|
||||
|
|
|
@ -17,7 +17,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
|
|||
|
||||
SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44"
|
||||
|
||||
PACKAGECONFIG ?= "wallpaper appchooser lockdown settings"
|
||||
|
|
|
@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
|||
|
||||
SRC_URI = "file://icon.xpm"
|
||||
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
do_install:prepend () {
|
||||
echo '# /boot/boot.cfg - KEXECBOOT configuration file.
|
||||
|
|
|
@ -4,7 +4,6 @@ HOMEPAGE = "https://github.com/kexecboot/kexecboot/wiki"
|
|||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
PV = "0.6+git"
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI = " \
|
||||
git://github.com/kexecboot/kexecboot.git;branch=master;protocol=https \
|
||||
file://0001-Fix-argument-errors-in-gcc-15.patch \
|
||||
|
|
|
@ -3,8 +3,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
SRC_URI = "file://init-debug.sh"
|
||||
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -m 0755 ${UNPACKDIR}/init-debug.sh ${D}/init
|
||||
|
|
|
@ -18,7 +18,6 @@ DEPENDS:append:libc-musl = " fts"
|
|||
|
||||
inherit bash-completion pkgconfig
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF = "--prefix=${prefix} \
|
||||
--libdir=${nonarch_libdir} \
|
||||
|
|
|
@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
|||
DEPENDS = "popt util-linux rpm"
|
||||
DEPENDS:append:libc-musl = " libexecinfo argp-standalone"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "c01b0d5bb182bde35b464d14996acf354a3ada2e"
|
||||
SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;;branch=main \
|
||||
file://0001-rename-grub2-editenv-to-grub-editenv.patch \
|
||||
|
|
|
@ -29,7 +29,7 @@ ARMPATCHES:arm = " \
|
|||
"
|
||||
SRC_URI[sha256sum] = "d673a294f742d59368222ff5c38462d81098c55063799de6fb8a7ba3d4af0436"
|
||||
|
||||
S = "${WORKDIR}/klibc-${PV}"
|
||||
S = "${UNPACKDIR}/klibc-${PV}"
|
||||
|
||||
OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon"
|
||||
OPTFLAGS:append = " ${DEBUG_PREFIX_MAP}"
|
||||
|
|
|
@ -19,7 +19,6 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
|
|||
file://0001-make-Add-compiler-includes-in-cflags.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "--disable-tests --without-jffs --without-ubifs"
|
||||
|
||||
|
|
|
@ -61,7 +61,6 @@ SRC_URI:append:aarch64 = " file://arm64_kexec-image-header.h-add-missing-le64toh
|
|||
|
||||
SRC_URI:append:powerpc = " file://powerpc-purgatory-Makefile-remove-unknown-flags.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "--without-zlib --without-lzma --without-xen"
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ SRCREV = "c540ce2431bdeac73359029d4592b45790e1d154"
|
|||
SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ DEPENDS = "libusb1 openssl pcsc-lite"
|
|||
SRCREV = "190d6dee96ca70f8b614932b1498332b1504632b"
|
||||
SRC_URI = "git://repo.or.cz/oscam.git;protocol=https;nobranch=1"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@ SRCREV = "cc602833684953fc3e6f1c89d4f08f6dfef179e3"
|
|||
PV = "4.3+git"
|
||||
PKGV = "4.3+git${GITPKGV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "--arch=${TARGET_ARCH} \
|
||||
--disable-hdhomerun_static \
|
||||
|
|
|
@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
|
|||
SRC_URI = "git://github.com/Matroska-Org/libebml.git;branch=v1.x;protocol=https"
|
||||
SRCREV = "1878e784321673561039a6a37076b2736f4dc98f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig cmake dos2unix
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ DEPENDS = "libebml"
|
|||
SRC_URI = "git://github.com/Matroska-Org/libmatroska.git;branch=v1.x;protocol=https"
|
||||
SRCREV = "f5315fddda2d434e47035c038549a808d8b8eac7"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig cmake
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ SRC_URI = " \
|
|||
SRC_URI[md5sum] = "d2edc7710c72cbf3ab297c414e35ebda"
|
||||
SRC_URI[sha256sum] = "916e7d152added24617efc350142438a46099efe062bd8781d36dbf10b4e6ff0"
|
||||
|
||||
S = "${WORKDIR}/alsaequal"
|
||||
S = "${UNPACKDIR}/alsaequal"
|
||||
|
||||
EXTRA_OEMAKE = " \
|
||||
Q='' \
|
||||
|
|
|
@ -9,7 +9,6 @@ SRCREV = "10aece4157eb79315da205f39e19bf6ab3ee30d0"
|
|||
SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=main;tag=v${PV} \
|
||||
file://0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ SRC_URI = "git://github.com/Arkq/bluez-alsa.git;protocol=https;branch=master \
|
|||
|
||||
SRCREV = "959573c2cccef5cf074f5b2fa7941abbd699c5f4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= "aplay cli hcitop ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
PACKAGECONFIG[a2dpconf] = "--enable-a2dpconf,--disable-a2dpconf"
|
||||
|
|
|
@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55
|
|||
|
||||
# Uppercase letters are not allowed in the recipe name, thus the recipe can not be named cdparanoia-III and
|
||||
# we need to add the path to the extracted sources explicitely:
|
||||
S = "${WORKDIR}/cdparanoia-III-${PV}"
|
||||
S = "${UNPACKDIR}/cdparanoia-III-${PV}"
|
||||
|
||||
# cdparanoia Makefile can not be used with several threads (because the static library target and the shared
|
||||
# library target use object files which are compiled in the same directory, the object files are just removed
|
||||
|
|
|
@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
|
|||
SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1"
|
||||
SRCREV = "42b2b24fb8819f1ed3643aa9cf2a62f03868e3aa"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS:append:x86 = " nasm-native"
|
||||
DEPENDS:append:x86-64 = " nasm-native"
|
||||
|
|
|
@ -8,7 +8,6 @@ SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https;branch=master \
|
|||
file://0001-define-BASELIB-make-variable.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit lib_package
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ DEPENDS = "glib-2.0 dbus dleyna-core"
|
|||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ PV .= "+git"
|
|||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https \
|
|||
file://0001-add-gupnp-1.2-API-support.patch \
|
||||
"
|
||||
SRCREV = "50fd1ec9d51328e7dea98874129dc8d6fe3ea1dd"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ RDEPENDS:${PN} = "dleyna-connector-dbus"
|
|||
PV .= "+git"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ SRC_URI = "https://www.linuxtv.org/hg/dvb-apps/archive/3d43b280298c.tar.bz2;down
|
|||
file://0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "f39e2f0ebed7e32bce83522062ad4d414f67fccd5df1b647618524497e15e057"
|
||||
S = "${WORKDIR}/${BPN}-3d43b280298c"
|
||||
S = "${UNPACKDIR}/${BPN}-3d43b280298c"
|
||||
|
||||
inherit perlnative
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875"
|
|||
SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=https;branch=master"
|
||||
SRCREV = "801f67f671929311e0c9952c5f92d6e147c7b003"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI[md5sum] = "fef453b5d6ee28ff302c600b8cded3e7"
|
||||
SRC_URI[sha256sum] = "07c2a64b098eb48b2e9d729d5e778c08f7d22f28adc8da7c3f92c58da1cbbd8e"
|
||||
|
|
|
@ -13,7 +13,6 @@ SRC_URI += "file://0001-Remove-defining-const-as-nothing.patch"
|
|||
|
||||
SRCREV = "e9e2e37c329dbe98bfeb27a1828ef9a71fa84f88"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "--enable-shared"
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ SRC_URI = " \
|
|||
"
|
||||
SRCREV = "9f2edaa3cbd456997cb420fb68b6f960faaafd12"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig lib_package
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8"
|
|||
SRC_URI = "git://github.com/gerbera/gerbera.git;protocol=https;branch=master"
|
||||
SRCREV = "870dd32d42f626dc2246d34b2224ffb6fd73e205"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "pugixml sqlite3 zlib fmt spdlog util-linux-libuuid libupnp libnsl2"
|
||||
|
||||
|
|
|
@ -15,11 +15,10 @@ SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
|
|||
SRCREV_FORMAT = "default_common"
|
||||
SRC_URI = " \
|
||||
git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH} \
|
||||
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;destsuffix=git/common;name=common \
|
||||
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/common;name=common \
|
||||
file://0001-tracers-Fix-buffer-overflow.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += " \
|
||||
--disable-graphviz \
|
||||
|
|
|
@ -11,7 +11,6 @@ SRCBRANCH ?= "master"
|
|||
SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095"
|
||||
SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \
|
||||
file://0001-gstd-Remove-redundant-rpaths.patch"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Remove the +really when upstream version is > 1.0
|
||||
PV = "1.0+really0.15.2"
|
||||
|
|
|
@ -21,7 +21,6 @@ SRC_URI = "git://github.com/WeAreROLI/JUCE.git;protocol=https;branch=${BRANCH} \
|
|||
file://0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "6.1.6"
|
||||
|
||||
JUCE_PROJUCER_BUILD_PATH = "${B}/extras/Projucer/Builds"
|
||||
|
|
|
@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c528b75b07425b5c1d2e34de98c397b5"
|
|||
|
||||
SRC_URI = "git://github.com/AOMediaCodec/libavif.git;protocol=https;branch=v1.0.x"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "d1c26facaf5a8a97919ceee06814d05d10e25622"
|
||||
|
||||
DEPENDS = "dav1d"
|
||||
|
|
|
@ -9,7 +9,6 @@ SRC_URI = "git://github.com/Avnu/libavtp.git;branch=master;protocol=https"
|
|||
SRC_URI:append:libc-musl = " file://0001-provide-64bit-host-to-network-conversion-macros.patch"
|
||||
SRCREV = "3599a5bf2d18fc3ae89b64f208d8380e6ee3a866"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ SRCREV = "35ed4b91291d9f3d08e4b51acfb51163e65df8f8"
|
|||
|
||||
PE = "1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls chrpath-native libevent libyaml"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}"
|
||||
|
|
|
@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=695b556799abb2435c97a113cdca512f"
|
|||
SRC_URI = "git://github.com/strukturag/libde265.git;branch=master;protocol=https"
|
||||
SRCREV = "17bb8d9fcea62db8cdeb0fc7ef8d15dbd19a22e4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https;branch=
|
|||
file://libdvbcsa.pc \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools lib_package pkgconfig
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ COMPATIBLE_MACHINE:powerpc64le = "null"
|
|||
|
||||
SRC_URI = "git://github.com/strukturag/libheif.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "5e9deb19fe6b3768af0bb8e9e5e8438b15171bf3"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
|
|
@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|||
|
||||
SRC_URI = "git://github.com/google/liblc3.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f"
|
||||
|
||||
inherit pkgconfig meson
|
||||
|
|
|
@ -16,7 +16,7 @@ SRC_URI = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${PV}+release
|
|||
"
|
||||
SRC_URI[sha256sum] = "093713c1c1024f4f10c4779a66ceb2af51fb7c908a9e99feb892d04019220ba1"
|
||||
|
||||
S = "${WORKDIR}/libopenmpt-${PV}+release.autotools"
|
||||
S = "${UNPACKDIR}/libopenmpt-${PV}+release.autotools"
|
||||
|
||||
inherit autotools pkgconfig ptest
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https;branch=master
|
|||
file://0001-Add-support-for-variable-libdir.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "INSTALL_DIR=${D}${prefix} LIBDIR_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
|
||||
${@bb.utils.contains('TUNE_FEATURES', 'altivec', 'USE_ALTIVEC=1', '', d)}"
|
||||
|
|
|
@ -9,6 +9,5 @@ DEPENDS = "libusb jpeg"
|
|||
SRC_URI = "git://github.com/libuvc/libuvc.git;branch=master;protocol=https"
|
||||
SRCREV = "68d07a00e11d1944e27b7295ee69673239c00b4b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
|
|
@ -27,6 +27,5 @@ SRC_URI = "git://github.com/MycroftAI/mimic1.git;branch=master;protocol=https \
|
|||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CPPFLAGS:append = " -Wno-error"
|
||||
|
|
|
@ -15,7 +15,6 @@ SRC_URI = "git://git.code.sf.net/p/minidlna/git;branch=master;module=git \
|
|||
file://0001-Add-compatibility-with-FFMPEG-7.0.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# This remove "--exclude=autopoint" option from autoreconf argument to avoid
|
||||
# configure.ac:30: error: required file './ABOUT-NLS' not found
|
||||
|
|
|
@ -12,7 +12,6 @@ SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git;branch=master;protocol
|
|||
file://0001-http-fetch-Pass-a-non-null-buffer-to-ne_set_request_.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ SRC_URI = " \
|
|||
git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https \
|
||||
"
|
||||
SRCREV = "7124a0ad4841a44db084bb785a6e7120bc8f0139"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= "tcp"
|
||||
PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false"
|
||||
|
|
|
@ -10,4 +10,3 @@ DEPENDS += "libmpdclient"
|
|||
SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https"
|
||||
SRCREV = "31c900b79b3a1cd7f2944e92f24223d12589fdaa"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -23,7 +23,6 @@ SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \
|
|||
"
|
||||
SRCREV = "063abb31a68f7ee92a246256eec4234ab8b7ed8b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMESON += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-Dsystemd=enabled -Dsystemd_system_unit_dir=${systemd_system_unitdir} -Dsystemd_user_unit_dir=${systemd_system_unitdir}', '-Dsystemd=disabled', d)} \
|
||||
-Dadplug=disabled \
|
||||
|
|
|
@ -34,4 +34,3 @@ PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false"
|
|||
|
||||
SRC_URI = "git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https"
|
||||
SRCREV = "f81f875fc5785383d24f54fb9bd3cf06efd915a4"
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -20,7 +20,6 @@ SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master;protocol=ht
|
|||
file://mycroft.service \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit systemd features_check
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ SRC_URI = " \
|
|||
file://0001-Makefile-add-clean-target.patch \
|
||||
"
|
||||
SRCREV = "1889e62e2d35ff7aa9baca2bceb14f053785e6f1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "PREFIX=${prefix} DESTDIR=${D} LIBDIR=${baselib}"
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ DEPENDS = "zlib libsndfile1"
|
|||
SRCREV = "dc7d7054a5b4f3bec1dc23a42fd616a0847af948"
|
||||
SRC_URI = "git://github.com/kcat/openal-soft.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pipewire pulseaudio', d)}"
|
||||
PACKAGECONFIG[alsa] = "-DALSOFT_BACKEND_ALSA=ON,-DALSOFT_BACKEND_ALSA=OFF,alsa-lib"
|
||||
|
|
|
@ -11,7 +11,6 @@ DEPENDS = " nasm-native"
|
|||
|
||||
inherit meson pkgconfig
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "19120fcb8f89b16126e9cfee096b2f0751554fdc"
|
||||
BRANCH = "openh264v${PV}"
|
||||
SRC_URI = "git://github.com/cisco/openh264.git;protocol=https;branch=${BRANCH} \
|
||||
|
|
|
@ -8,7 +8,7 @@ SRC_URI = "http://downloads.xiph.org/releases/opus/opus-tools-${PV}.tar.gz"
|
|||
SRC_URI[md5sum] = "ff2d0536e960cabbfb8ca7c8c1759b6c"
|
||||
SRC_URI[sha256sum] = "b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86"
|
||||
|
||||
S = "${WORKDIR}/opus-tools-${PV}"
|
||||
S = "${UNPACKDIR}/opus-tools-${PV}"
|
||||
|
||||
DEPENDS = "libopus libopusenc flac opusfile"
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user