mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 13:14:45 +02:00
meta: remove consecutive blank lines
Some of them were introduced by mass-removal of S = WORKDIR/git assignments; rather than try to fix up (or redo) just these, I've run this sed command over the whole tree: sed -i -z -E 's/([ \t\f\v\r]*\n){3,}/\n\n/g' `find . -name *.bb -o -name *.inc` The rationale is that more than one empty line is wasting vertical screen space, and does nothing for readability. (From OE-Core rev: cedc4ff7c9bcfb22a20e43e47f9759f4007a4f1a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0ad5fb3431
commit
dc9faa3cdc
|
@ -18,7 +18,6 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
|
||||||
file://0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch \
|
file://0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
# xattr support creates an additional compile-time dependency on acl because
|
# xattr support creates an additional compile-time dependency on acl because
|
||||||
# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
|
# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
|
||||||
# regardless whether acl is enabled or disabled in the distro should be okay.
|
# regardless whether acl is enabled or disabled in the distro should be okay.
|
||||||
|
|
|
@ -12,7 +12,6 @@ SRC_URI = "git://git.yoctoproject.org/guessing-game.git;protocol=https;branch=ma
|
||||||
PV = "0.1.0"
|
PV = "0.1.0"
|
||||||
SRCREV = "469c9e2230ca4fa9e391c94be6e697733e769500"
|
SRCREV = "469c9e2230ca4fa9e391c94be6e697733e769500"
|
||||||
|
|
||||||
|
|
||||||
inherit python_maturin cargo-update-recipe-crates
|
inherit python_maturin cargo-update-recipe-crates
|
||||||
|
|
||||||
require ${BPN}-crates.inc
|
require ${BPN}-crates.inc
|
||||||
|
|
|
@ -12,7 +12,6 @@ SRC_URI = "git://git.yoctoproject.org/guessing-game.git;protocol=https;branch=ma
|
||||||
PV = "0.2.0"
|
PV = "0.2.0"
|
||||||
SRCREV = "40cf004c2772ffa20ea803fa3be1528a75be3e98"
|
SRCREV = "40cf004c2772ffa20ea803fa3be1528a75be3e98"
|
||||||
|
|
||||||
|
|
||||||
inherit python_maturin cargo-update-recipe-crates
|
inherit python_maturin cargo-update-recipe-crates
|
||||||
|
|
||||||
require ${BPN}-crates.inc
|
require ${BPN}-crates.inc
|
||||||
|
|
|
@ -32,7 +32,6 @@ SRCREV_falco = "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9"
|
||||||
|
|
||||||
SRCREV_FORMAT = "sysdig_falco"
|
SRCREV_FORMAT = "sysdig_falco"
|
||||||
|
|
||||||
|
|
||||||
EXTRA_OECMAKE = "\
|
EXTRA_OECMAKE = "\
|
||||||
-DBUILD_DRIVER=OFF \
|
-DBUILD_DRIVER=OFF \
|
||||||
-DMINIMAL_BUILD=ON \
|
-DMINIMAL_BUILD=ON \
|
||||||
|
|
|
@ -15,7 +15,6 @@ SRC_URI = "git://git.yoctoproject.org/dbus-wait;branch=master"
|
||||||
UPSTREAM_CHECK_COMMITS = "1"
|
UPSTREAM_CHECK_COMMITS = "1"
|
||||||
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
||||||
|
|
||||||
|
|
||||||
EXCLUDE_FROM_WORLD = "1"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
|
@ -14,7 +14,6 @@ SRC_URI = "git://git.yoctoproject.org/dbus-wait;branch=master"
|
||||||
UPSTREAM_CHECK_COMMITS = "1"
|
UPSTREAM_CHECK_COMMITS = "1"
|
||||||
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
||||||
|
|
||||||
|
|
||||||
EXCLUDE_FROM_WORLD = "1"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
|
@ -10,7 +10,6 @@ UPSTREAM_VERSION_UNKNOWN = "1"
|
||||||
SRC_URI = "gitsm://git.yoctoproject.org/git-submodule-test;branch=master"
|
SRC_URI = "gitsm://git.yoctoproject.org/git-submodule-test;branch=master"
|
||||||
SRCREV = "a2885dd7d25380d23627e7544b7bbb55014b16ee"
|
SRCREV = "a2885dd7d25380d23627e7544b7bbb55014b16ee"
|
||||||
|
|
||||||
|
|
||||||
do_test_git_as_user() {
|
do_test_git_as_user() {
|
||||||
cd ${S}
|
cd ${S}
|
||||||
git status
|
git status
|
||||||
|
|
|
@ -37,4 +37,3 @@ TOOLCHAIN_NEED_CONFIGSITE_CACHE:remove = "zlib ncurses"
|
||||||
SECURITY_CFLAGS:libc-picolibc:qemuriscv32 = "${SECURITY_NOPIE_CFLAGS}"
|
SECURITY_CFLAGS:libc-picolibc:qemuriscv32 = "${SECURITY_NOPIE_CFLAGS}"
|
||||||
SECURITY_CFLAGS:libc-picolibc:qemuriscv64 = "${SECURITY_NOPIE_CFLAGS}"
|
SECURITY_CFLAGS:libc-picolibc:qemuriscv64 = "${SECURITY_NOPIE_CFLAGS}"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,11 @@ MIPSPKGSFX_MIPS16E ??= ""
|
||||||
require conf/machine/include/mips/tune-mips32r2.inc
|
require conf/machine/include/mips/tune-mips32r2.inc
|
||||||
require conf/machine/include/mips/feature-mips-mips16e.inc
|
require conf/machine/include/mips/feature-mips-mips16e.inc
|
||||||
|
|
||||||
|
|
||||||
TUNEVALID[24kc] = "Enable MIPS 24Kc processor optimizations"
|
TUNEVALID[24kc] = "Enable MIPS 24Kc processor optimizations"
|
||||||
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "24kc", " -mtune=24kc", "", d)}"
|
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "24kc", " -mtune=24kc", "", d)}"
|
||||||
TUNEVALID[24kec] = "Enable MIPS 24KEc processor optimizations, including DSP"
|
TUNEVALID[24kec] = "Enable MIPS 24KEc processor optimizations, including DSP"
|
||||||
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "24kec", " -mtune=24kec -mdsp", "", d)}"
|
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "24kec", " -mtune=24kec -mdsp", "", d)}"
|
||||||
|
|
||||||
|
|
||||||
AVAILTUNES += "mips32r2-24kc mips32r2-24kec mips32r2-24kec-m16"
|
AVAILTUNES += "mips32r2-24kc mips32r2-24kec mips32r2-24kec-m16"
|
||||||
AVAILTUNES += "mips32r2el-24kc mips32r2el-24kec mips32r2el-24kec-m16"
|
AVAILTUNES += "mips32r2el-24kc mips32r2el-24kec mips32r2el-24kec-m16"
|
||||||
|
|
||||||
|
@ -32,7 +30,6 @@ MIPSPKGSFX_VARIANT:tune-mips32r2-24kec-m16 = "mips32r2-24kec${MIPSPKGSFX_MIPS16E
|
||||||
PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec-m16 = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec} mips32r2-24kec-m16-nf"
|
PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec-m16 = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec} mips32r2-24kec-m16-nf"
|
||||||
QEMU_EXTRAOPTIONS:tune-mips32r2-24kec-m16-nf = " -cpu 24KEc"
|
QEMU_EXTRAOPTIONS:tune-mips32r2-24kec-m16-nf = " -cpu 24KEc"
|
||||||
|
|
||||||
|
|
||||||
# little endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16
|
# little endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16
|
||||||
TUNE_FEATURES:tune-mips32r2el-24kc = "${TUNE_FEATURES:tune-mips32r2el-nf} 24kc"
|
TUNE_FEATURES:tune-mips32r2el-24kc = "${TUNE_FEATURES:tune-mips32r2el-nf} 24kc"
|
||||||
TUNE_FEATURES:tune-mips32r2el-24kec = "${TUNE_FEATURES:tune-mips32r2el-nf} 24kec"
|
TUNE_FEATURES:tune-mips32r2el-24kec = "${TUNE_FEATURES:tune-mips32r2el-nf} 24kec"
|
||||||
|
|
|
@ -5,7 +5,6 @@ MIPSPKGSFX_MIPS16E ??= ""
|
||||||
require conf/machine/include/mips/tune-mips32r2.inc
|
require conf/machine/include/mips/tune-mips32r2.inc
|
||||||
require conf/machine/include/mips/feature-mips-mips16e.inc
|
require conf/machine/include/mips/feature-mips-mips16e.inc
|
||||||
|
|
||||||
|
|
||||||
TUNEVALID[74kc] = "Enable MIPS 74K with DSPr2 processor optimizations"
|
TUNEVALID[74kc] = "Enable MIPS 74K with DSPr2 processor optimizations"
|
||||||
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "74kc", " -mtune=74kc", "", d)}"
|
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "74kc", " -mtune=74kc", "", d)}"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@ BASE_LIB:tune-octeon2_64 = "lib64"
|
||||||
MIPSPKGSFX_VARIANT:tune-octeon2_64 = "octeon2_64"
|
MIPSPKGSFX_VARIANT:tune-octeon2_64 = "octeon2_64"
|
||||||
PACKAGE_EXTRA_ARCHS:tune-octeon2_64 = "mips64 octeon2_64"
|
PACKAGE_EXTRA_ARCHS:tune-octeon2_64 = "mips64 octeon2_64"
|
||||||
|
|
||||||
|
|
||||||
TUNEVALID[octeon3] = "Enable optimization related to octeon3 support"
|
TUNEVALID[octeon3] = "Enable optimization related to octeon3 support"
|
||||||
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon3', ' -march=octeon3 ', '',d)}"
|
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon3', ' -march=octeon3 ', '',d)}"
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||||
SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https;branch=main"
|
||||||
SRCREV = "c3f9f0534e32158f62c43564036878b93b9e0fd6"
|
SRCREV = "c3f9f0534e32158f62c43564036878b93b9e0fd6"
|
||||||
|
|
||||||
|
|
||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
# The directory under the ESP that the default bootloader is found in. When
|
# The directory under the ESP that the default bootloader is found in. When
|
||||||
|
|
|
@ -12,7 +12,6 @@ SRC_URI = "git://github.com/rhinstaller/efivar.git;branch=main;protocol=https \
|
||||||
"
|
"
|
||||||
SRCREV = "c47820c37ac26286559ec004de07d48d05f3308c"
|
SRCREV = "c47820c37ac26286559ec004de07d48d05f3308c"
|
||||||
|
|
||||||
|
|
||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
export CCLD_FOR_BUILD = "${BUILD_CCLD}"
|
export CCLD_FOR_BUILD = "${BUILD_CCLD}"
|
||||||
|
|
|
@ -20,7 +20,6 @@ SRC_URI = "git://github.com/ncroxon/gnu-efi;protocol=https;branch=master \
|
||||||
"
|
"
|
||||||
SRCREV = "00cdfa66e923ab2f6683bb52cab0d0d1a9083b16"
|
SRCREV = "00cdfa66e923ab2f6683bb52cab0d0d1a9083b16"
|
||||||
|
|
||||||
|
|
||||||
# llvm-objcopy fails
|
# llvm-objcopy fails
|
||||||
# arm-poky-linux-gnueabi-llvm-objcopy: error: 't8.so': section '.dynstr' cannot be removed because it is referenced by the section '.dynamic'
|
# arm-poky-linux-gnueabi-llvm-objcopy: error: 't8.so': section '.dynstr' cannot be removed because it is referenced by the section '.dynamic'
|
||||||
OBJCOPY:toolchain-clang = "${HOST_PREFIX}objcopy"
|
OBJCOPY:toolchain-clang = "${HOST_PREFIX}objcopy"
|
||||||
|
|
|
@ -6,7 +6,6 @@ LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||||
file://src/pm-pmu.c;beginline=1;endline=22;md5=3c1ddbc54e735fb4a0386e14c78a3147"
|
file://src/pm-pmu.c;beginline=1;endline=22;md5=3c1ddbc54e735fb4a0386e14c78a3147"
|
||||||
|
|
||||||
|
|
||||||
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
|
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b"
|
SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b"
|
||||||
|
|
|
@ -13,7 +13,6 @@ SECTION = "libs"
|
||||||
SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master"
|
SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master"
|
||||||
SRCREV = "5507339628b5caf244e1ff9d58cb3fa534b16beb"
|
SRCREV = "5507339628b5caf244e1ff9d58cb3fa534b16beb"
|
||||||
|
|
||||||
|
|
||||||
inherit cmake lib_package
|
inherit cmake lib_package
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
|
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
|
||||||
|
|
|
@ -309,7 +309,6 @@ do_deploy () {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ -n "${SPL_BINARY}" ]
|
if [ -n "${SPL_BINARY}" ]
|
||||||
then
|
then
|
||||||
if [ -n "${UBOOT_CONFIG}" ]
|
if [ -n "${UBOOT_CONFIG}" ]
|
||||||
|
|
|
@ -13,7 +13,6 @@ SRC_URI = "git://github.com/lathiat/nss-mdns;branch=master;protocol=https \
|
||||||
|
|
||||||
SRCREV = "4b3cfe818bf72d99a02b8ca8b8813cb2d6b40633"
|
SRCREV = "4b3cfe818bf72d99a02b8ca8b8813cb2d6b40633"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
COMPATIBLE_HOST:libc-musl = 'null'
|
COMPATIBLE_HOST:libc-musl = 'null'
|
||||||
|
|
|
@ -4,7 +4,6 @@ network interface inside qemu machines."
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||||
|
|
||||||
|
|
||||||
SRC_URI = "file://main.conf \
|
SRC_URI = "file://main.conf \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ SRC_URI = "git://github.com/connectivity/connman-gnome.git;branch=master;protoco
|
||||||
file://0001-Port-to-Gtk3.patch \
|
file://0001-Port-to-Gtk3.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools-brokensep gtk-icon-cache pkgconfig features_check
|
inherit autotools-brokensep gtk-icon-cache pkgconfig features_check
|
||||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||||
|
|
||||||
|
|
|
@ -165,7 +165,6 @@ ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping"
|
||||||
ALTERNATIVE:${PN}-ping6 = "${@bb.utils.filter('PACKAGECONFIG', 'ping6', d)}"
|
ALTERNATIVE:${PN}-ping6 = "${@bb.utils.filter('PACKAGECONFIG', 'ping6', d)}"
|
||||||
ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6"
|
ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6"
|
||||||
|
|
||||||
|
|
||||||
FILES:${PN}-dbg += "${base_bindir}/.debug ${base_sbindir}/.debug ${bindir}/.debug ${sbindir}/.debug"
|
FILES:${PN}-dbg += "${base_bindir}/.debug ${base_sbindir}/.debug ${bindir}/.debug ${sbindir}/.debug"
|
||||||
FILES:${PN}-ping = "${base_bindir}/ping.${BPN}"
|
FILES:${PN}-ping = "${base_bindir}/ping.${BPN}"
|
||||||
FILES:${PN}-ping6 = "${base_bindir}/ping6.${BPN}"
|
FILES:${PN}-ping6 = "${base_bindir}/ping6.${BPN}"
|
||||||
|
|
|
@ -10,7 +10,6 @@ SRCREV = "5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b"
|
||||||
SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https;tag=v${PV}"
|
SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https;tag=v${PV}"
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
|
@ -17,7 +17,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=https;bra
|
||||||
|
|
||||||
SRCREV = "a1dc8a75cba999728e154a0f811ab9dd50c809f7"
|
SRCREV = "a1dc8a75cba999728e154a0f811ab9dd50c809f7"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools pkgconfig systemd update-rc.d
|
inherit autotools pkgconfig systemd update-rc.d
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||||
|
|
|
@ -17,7 +17,6 @@ SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=un
|
||||||
|
|
||||||
SRCREV = "ab766fa31f7939f6d879123236b4275320b7ff64"
|
SRCREV = "ab766fa31f7939f6d879123236b4275320b7ff64"
|
||||||
|
|
||||||
|
|
||||||
# the package is taken from snapshots.debian.org; that source is static and goes stale
|
# the package is taken from snapshots.debian.org; that source is static and goes stale
|
||||||
# so we check the latest upstream from a directory that does get updated
|
# so we check the latest upstream from a directory that does get updated
|
||||||
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/"
|
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/"
|
||||||
|
|
|
@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
|
SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
|
||||||
SRCREV = "9c744e1e52aa0d9646ed91d789d588696292c21e"
|
SRCREV = "9c744e1e52aa0d9646ed91d789d588696292c21e"
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "glib-2.0"
|
DEPENDS = "glib-2.0"
|
||||||
|
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig
|
||||||
|
|
|
@ -48,7 +48,6 @@ EOF
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# SERIAL_CONSOLES is generally defined by the MACHINE .conf.
|
# SERIAL_CONSOLES is generally defined by the MACHINE .conf.
|
||||||
# Set PACKAGE_ARCH appropriately.
|
# Set PACKAGE_ARCH appropriately.
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
|
@ -13,5 +13,4 @@ PV = "0.1+git"
|
||||||
SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https"
|
SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https"
|
||||||
UPSTREAM_CHECK_COMMITS = "1"
|
UPSTREAM_CHECK_COMMITS = "1"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
|
@ -148,7 +148,6 @@ do_install:append:class-target() {
|
||||||
ln -fs ../dbus.service ${D}${systemd_system_unitdir}/multi-user.target.wants/dbus.service
|
ln -fs ../dbus.service ${D}${systemd_system_unitdir}/multi-user.target.wants/dbus.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
mkdir -p ${D}${localstatedir}/lib/dbus
|
mkdir -p ${D}${localstatedir}/lib/dbus
|
||||||
|
|
||||||
chown messagebus:messagebus ${D}${localstatedir}/lib/dbus
|
chown messagebus:messagebus ${D}${localstatedir}/lib/dbus
|
||||||
|
|
|
@ -12,7 +12,6 @@ SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master;protocol=https"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
#
|
#
|
||||||
# We will skip parsing for non-musl systems
|
# We will skip parsing for non-musl systems
|
||||||
|
|
|
@ -13,7 +13,6 @@ LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'libxml', '',
|
||||||
# without glib in PACKAGECONFIG vendor copy of the lib will be used
|
# without glib in PACKAGECONFIG vendor copy of the lib will be used
|
||||||
LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'glib', '', 'file://libtextstyle/lib/glib/ghash.c;md5=e3159f5ac38dfe77af5cc0ee104dab2d;beginline=10;endline=27', d)}"
|
LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'glib', '', 'file://libtextstyle/lib/glib/ghash.c;md5=e3159f5ac38dfe77af5cc0ee104dab2d;beginline=10;endline=27', d)}"
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "gettext-native virtual/libiconv"
|
DEPENDS = "gettext-native virtual/libiconv"
|
||||||
DEPENDS:class-native = "gettext-minimal-native"
|
DEPENDS:class-native = "gettext-minimal-native"
|
||||||
PROVIDES = "virtual/libintl virtual/gettext"
|
PROVIDES = "virtual/libintl virtual/gettext"
|
||||||
|
|
|
@ -37,7 +37,6 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
|
||||||
#
|
#
|
||||||
SRCREV_FORMAT = "glibc_localedef"
|
SRCREV_FORMAT = "glibc_localedef"
|
||||||
|
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-glibc=${S}"
|
EXTRA_OECONF = "--with-glibc=${S}"
|
||||||
|
|
||||||
# We do not need bash to run tzselect script, the default is to use
|
# We do not need bash to run tzselect script, the default is to use
|
||||||
|
|
|
@ -19,7 +19,6 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
|
||||||
file://ldconfig-handle-.dynstr-located-in-separate-segment.patch \
|
file://ldconfig-handle-.dynstr-located-in-separate-segment.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/${P}:"
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/${P}:"
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
|
@ -18,8 +18,6 @@ SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https;branch=mast
|
||||||
"
|
"
|
||||||
SRCREV = "7d44f9ce6717a4a496fd46f28c52e12dbf5bafdd"
|
SRCREV = "7d44f9ce6717a4a496fd46f28c52e12dbf5bafdd"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inherit ptest update-alternatives
|
inherit ptest update-alternatives
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
|
|
|
@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
|
||||||
RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_base-utils}"
|
RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_base-utils}"
|
||||||
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||||
|
|
||||||
|
|
||||||
inherit allarch
|
inherit allarch
|
||||||
|
|
||||||
SRC_URI = "file://init \
|
SRC_URI = "file://init \
|
||||||
|
|
|
@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
|
||||||
RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||||
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||||
|
|
||||||
|
|
||||||
SRC_URI = "file://init-install-efi.sh"
|
SRC_URI = "file://init-install-efi.sh"
|
||||||
|
|
||||||
S = "${UNPACKDIR}"
|
S = "${UNPACKDIR}"
|
||||||
|
|
|
@ -9,7 +9,6 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'
|
||||||
COMPATIBLE_HOST:armv7a = 'null'
|
COMPATIBLE_HOST:armv7a = 'null'
|
||||||
COMPATIBLE_HOST:armv7ve = 'null'
|
COMPATIBLE_HOST:armv7ve = 'null'
|
||||||
|
|
||||||
|
|
||||||
SRC_URI = "file://init-install.sh"
|
SRC_URI = "file://init-install.sh"
|
||||||
|
|
||||||
S = "${UNPACKDIR}"
|
S = "${UNPACKDIR}"
|
||||||
|
|
|
@ -3,7 +3,6 @@ LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
RDEPENDS:${PN} = "initramfs-framework-base udev-extraconf"
|
RDEPENDS:${PN} = "initramfs-framework-base udev-extraconf"
|
||||||
|
|
||||||
|
|
||||||
inherit allarch
|
inherit allarch
|
||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/initramfs-framework:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/initramfs-framework:"
|
||||||
|
|
|
@ -20,7 +20,6 @@ SRCREV = "78486a4a2a305170b66ce4d907bedadbaed10daf"
|
||||||
SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master"
|
SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master"
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))(?!_exp)"
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))(?!_exp)"
|
||||||
|
|
||||||
|
|
||||||
do_configure[noexec] = "1"
|
do_configure[noexec] = "1"
|
||||||
do_compile[noexec] = "1"
|
do_compile[noexec] = "1"
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ SRCBRANCH ?= "master"
|
||||||
|
|
||||||
PROVIDES = "virtual/crypt"
|
PROVIDES = "virtual/crypt"
|
||||||
|
|
||||||
|
|
||||||
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
|
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
|
||||||
TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error"
|
TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error"
|
||||||
CPPFLAGS:append:class-nativesdk = " -Wno-error"
|
CPPFLAGS:append:class-nativesdk = " -Wno-error"
|
||||||
|
|
|
@ -393,7 +393,6 @@ def update_db_fkie(conn, jsondata):
|
||||||
for node in config["nodes"]:
|
for node in config["nodes"]:
|
||||||
parse_node_and_insert(conn, node, cveId, False)
|
parse_node_and_insert(conn, node, cveId, False)
|
||||||
|
|
||||||
|
|
||||||
def update_db(d, conn, jsondata):
|
def update_db(d, conn, jsondata):
|
||||||
if (d.getVar("NVD_DB_VERSION") == "FKIE"):
|
if (d.getVar("NVD_DB_VERSION") == "FKIE"):
|
||||||
return update_db_fkie(conn, jsondata)
|
return update_db_fkie(conn, jsondata)
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
SUMMARY = "Meta package for building a installable toolchain"
|
SUMMARY = "Meta package for building a installable toolchain"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
|
||||||
inherit populate_sdk
|
inherit populate_sdk
|
||||||
|
|
|
@ -41,7 +41,6 @@ DUMMYPROVIDES = "\
|
||||||
/usr/bin/perl \
|
/usr/bin/perl \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
require dummy-sdk-package.inc
|
require dummy-sdk-package.inc
|
||||||
|
|
||||||
inherit nativesdk
|
inherit nativesdk
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
SUMMARY = "Makes public keys of the signing keys available"
|
SUMMARY = "Makes public keys of the signing keys available"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
|
||||||
inherit allarch deploy
|
inherit allarch deploy
|
||||||
|
|
||||||
EXCLUDE_FROM_WORLD = "1"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
|
@ -51,7 +51,6 @@ fakeroot create_sdk_files() {
|
||||||
sed -i -e "s:##DEFAULT_INSTALL_DIR##:$escaped_sdkpath:" ${SDK_OUTPUT}/${SDKPATH}/relocate_sdk.py
|
sed -i -e "s:##DEFAULT_INSTALL_DIR##:$escaped_sdkpath:" ${SDK_OUTPUT}/${SDKPATH}/relocate_sdk.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fakeroot archive_sdk() {
|
fakeroot archive_sdk() {
|
||||||
cd ${SDK_OUTPUT}/${SDKPATH}
|
cd ${SDK_OUTPUT}/${SDKPATH}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ SRC_URI:append:powerpc = "\
|
||||||
PV = "1.1.0"
|
PV = "1.1.0"
|
||||||
SRCREV = "b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6"
|
SRCREV = "b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6"
|
||||||
|
|
||||||
|
|
||||||
inherit pkgconfig linuxloader siteinfo
|
inherit pkgconfig linuxloader siteinfo
|
||||||
|
|
||||||
DEPENDS += "musl-obstack"
|
DEPENDS += "musl-obstack"
|
||||||
|
|
|
@ -18,7 +18,6 @@ SRC_URI = " \
|
||||||
|
|
||||||
PV = "0+git"
|
PV = "0+git"
|
||||||
|
|
||||||
|
|
||||||
# libc-test 'make' or 'make run' command is designed to build and run tests. It
|
# libc-test 'make' or 'make run' command is designed to build and run tests. It
|
||||||
# reports both build and test failures. The commands should be run on target.
|
# reports both build and test failures. The commands should be run on target.
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|
|
@ -12,7 +12,6 @@ SRCREV = "a0323579ac50b9a9d4033754d089f1fed0f59a00"
|
||||||
SRC_URI = "git://github.com/kaniini/libucontext;branch=master;protocol=https \
|
SRC_URI = "git://github.com/kaniini/libucontext;branch=master;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
COMPATIBLE_HOST = ".*-musl.*"
|
COMPATIBLE_HOST = ".*-musl.*"
|
||||||
|
|
||||||
valid_archs = " \
|
valid_archs = " \
|
||||||
|
|
|
@ -12,7 +12,6 @@ SRC_URI = "git://git.adelielinux.org/adelie/musl-locales;protocol=https;branch=m
|
||||||
PV = "1.0+git"
|
PV = "1.0+git"
|
||||||
SRCREV = "5663f5bfd30bf9e1e0ba3fc5fe2da6725969f30e"
|
SRCREV = "5663f5bfd30bf9e1e0ba3fc5fe2da6725969f30e"
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "virtual/libintl gettext-native"
|
DEPENDS = "virtual/libintl gettext-native"
|
||||||
|
|
||||||
PROVIDES = "virtual/libc-locale"
|
PROVIDES = "virtual/libc-locale"
|
||||||
|
|
|
@ -16,6 +16,5 @@ UPSTREAM_CHECK_COMMITS = "1"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|
||||||
COMPATIBLE_HOST = ".*-musl.*"
|
COMPATIBLE_HOST = ".*-musl.*"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@ UPSTREAM_CHECK_COMMITS = "1"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-iconv"
|
PACKAGES =+ "${PN}-iconv"
|
||||||
|
|
||||||
FILES:${PN}-iconv = "${bindir}/iconv"
|
FILES:${PN}-iconv = "${bindir}/iconv"
|
||||||
|
|
|
@ -16,7 +16,6 @@ SRC_URI = "git://git.musl-libc.org/musl;branch=master \
|
||||||
file://0001-Update-syscalls-for-r32-rv64-from-kernel-6.4-through.patch \
|
file://0001-Update-syscalls-for-r32-rv64-from-kernel-6.4-through.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt"
|
PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt"
|
||||||
|
|
||||||
DEPENDS = "virtual/cross-binutils \
|
DEPENDS = "virtual/cross-binutils \
|
||||||
|
|
|
@ -175,7 +175,6 @@ do_install() {
|
||||||
oe_runmake -C narrowc ${_install_cfgs} \
|
oe_runmake -C narrowc ${_install_cfgs} \
|
||||||
install.data
|
install.data
|
||||||
|
|
||||||
|
|
||||||
! ${ENABLE_WIDEC} || \
|
! ${ENABLE_WIDEC} || \
|
||||||
oe_runmake -C widec ${_install_cfgs} ${_install_opts}
|
oe_runmake -C widec ${_install_cfgs} ${_install_opts}
|
||||||
|
|
||||||
|
@ -263,7 +262,6 @@ python populate_packages:prepend () {
|
||||||
do_split_packages(d, base_libdir, r'^lib(.*)\.so\..*', pnbase, 'ncurses %s library', prepend=True, extra_depends = '', allow_links=True)
|
do_split_packages(d, base_libdir, r'^lib(.*)\.so\..*', pnbase, 'ncurses %s library', prepend=True, extra_depends = '', allow_links=True)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inherit update-alternatives
|
inherit update-alternatives
|
||||||
|
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|
|
@ -34,7 +34,6 @@ TARGET_CC_ARCH:append = " -nostdlib"
|
||||||
# Keep RISC-V 32 using -mcmodel=medlow (symbols lie between -2GB:2GB)
|
# Keep RISC-V 32 using -mcmodel=medlow (symbols lie between -2GB:2GB)
|
||||||
TARGET_CFLAGS:append:qemuriscv64 = " -mcmodel=medany"
|
TARGET_CFLAGS:append:qemuriscv64 = " -mcmodel=medany"
|
||||||
|
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--build=${BUILD_SYS} \
|
--build=${BUILD_SYS} \
|
||||||
--target=${TARGET_SYS} \
|
--target=${TARGET_SYS} \
|
||||||
|
|
|
@ -16,7 +16,6 @@ PACKAGECONFIG[debug] = ",,,"
|
||||||
PACKAGECONFIG[secureboot] = ",,,"
|
PACKAGECONFIG[secureboot] = ",,,"
|
||||||
PACKAGECONFIG[tpm] = "-D TPM_ENABLE=TRUE,-D TPM_ENABLE=FALSE,,"
|
PACKAGECONFIG[tpm] = "-D TPM_ENABLE=TRUE,-D TPM_ENABLE=FALSE,,"
|
||||||
|
|
||||||
|
|
||||||
# GCC12 trips on it
|
# GCC12 trips on it
|
||||||
#see https://src.fedoraproject.org/rpms/edk2/blob/rawhide/f/0032-Basetools-turn-off-gcc12-warning.patch
|
#see https://src.fedoraproject.org/rpms/edk2/blob/rawhide/f/0032-Basetools-turn-off-gcc12-warning.patch
|
||||||
BUILD_CFLAGS += "-Wno-error=stringop-overflow"
|
BUILD_CFLAGS += "-Wno-error=stringop-overflow"
|
||||||
|
@ -55,7 +54,6 @@ inherit deploy
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "nasm-native acpica-native ovmf-native util-linux-native"
|
DEPENDS = "nasm-native acpica-native ovmf-native util-linux-native"
|
||||||
|
|
||||||
EDK_TOOLS_DIR = "edk2_basetools"
|
EDK_TOOLS_DIR = "edk2_basetools"
|
||||||
|
|
|
@ -72,7 +72,6 @@ RDEPENDS:packagegroup-base = "\
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf', '',d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf', '',d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
RRECOMMENDS:packagegroup-base = "\
|
RRECOMMENDS:packagegroup-base = "\
|
||||||
kernel-module-nls-utf8 \
|
kernel-module-nls-utf8 \
|
||||||
kernel-module-input \
|
kernel-module-input \
|
||||||
|
|
|
@ -8,7 +8,6 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
|
|
||||||
MTRACE = ""
|
MTRACE = ""
|
||||||
MTRACE:libc-glibc = "libc-mtrace"
|
MTRACE:libc-glibc = "libc-mtrace"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
SUMMARY = "Profiling tools"
|
SUMMARY = "Profiling tools"
|
||||||
|
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
SUMMARY = "Testing tools/applications"
|
SUMMARY = "Testing tools/applications"
|
||||||
|
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
|
@ -107,7 +107,6 @@ RDEPENDS:packagegroup-self-hosted-debug = " \
|
||||||
${STRACE} \
|
${STRACE} \
|
||||||
tcf-agent"
|
tcf-agent"
|
||||||
|
|
||||||
|
|
||||||
RDEPENDS:packagegroup-self-hosted-extended = "\
|
RDEPENDS:packagegroup-self-hosted-extended = "\
|
||||||
bzip2 \
|
bzip2 \
|
||||||
chrpath \
|
chrpath \
|
||||||
|
@ -178,7 +177,6 @@ RDEPENDS:packagegroup-self-hosted-extended = "\
|
||||||
zstd \
|
zstd \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
RDEPENDS:packagegroup-self-hosted-graphics = "\
|
RDEPENDS:packagegroup-self-hosted-graphics = "\
|
||||||
adwaita-icon-theme \
|
adwaita-icon-theme \
|
||||||
builder \
|
builder \
|
||||||
|
|
|
@ -28,7 +28,6 @@ PACKAGECONFIG ??= " specsdir"
|
||||||
# Install GCC specs on libdir
|
# Install GCC specs on libdir
|
||||||
PACKAGECONFIG[specsdir] = "-Dspecsdir=${libdir},-Dspecsdir=none"
|
PACKAGECONFIG[specsdir] = "-Dspecsdir=${libdir},-Dspecsdir=none"
|
||||||
|
|
||||||
|
|
||||||
FILES:${PN}-dev:append = " ${libdir}/*.specs ${libdir}/*.ld"
|
FILES:${PN}-dev:append = " ${libdir}/*.specs ${libdir}/*.ld"
|
||||||
|
|
||||||
# No rpm package is actually created but -dev depends on it, avoid dnf error
|
# No rpm package is actually created but -dev depends on it, avoid dnf error
|
||||||
|
|
|
@ -62,7 +62,6 @@ python __anonymous() {
|
||||||
d.appendVar("RDEPENDS:%s" % pn, " %s" % ep)
|
d.appendVar("RDEPENDS:%s" % pn, " %s" % ep)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inherit autotools pkgconfig update-rc.d update-alternatives systemd
|
inherit autotools pkgconfig update-rc.d update-alternatives systemd
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} progress-bar fullscreen"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} progress-bar fullscreen"
|
||||||
|
|
|
@ -15,7 +15,6 @@ SRC_URI = "git://github.com/linux-ras/sysfsutils.git;protocol=https;branch=maste
|
||||||
|
|
||||||
SRCREV = "da2f1f8500c0af6663a56ce2bff07f67e60a92e0"
|
SRCREV = "da2f1f8500c0af6663a56ce2bff07f67e60a92e0"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
PACKAGES =+ "libsysfs"
|
PACKAGES =+ "libsysfs"
|
||||||
|
|
|
@ -2,7 +2,6 @@ SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts"
|
||||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
|
||||||
PACKAGE_WRITE_DEPS += "systemd-systemctl-native"
|
PACKAGE_WRITE_DEPS += "systemd-systemctl-native"
|
||||||
|
|
||||||
S = "${UNPACKDIR}"
|
S = "${UNPACKDIR}"
|
||||||
|
|
|
@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
|
||||||
inherit systemd features_check
|
inherit systemd features_check
|
||||||
REQUIRED_DISTRO_FEATURES += "usrmerge"
|
REQUIRED_DISTRO_FEATURES += "usrmerge"
|
||||||
SYSTEMD_SERVICE:${PN} = ""
|
SYSTEMD_SERVICE:${PN} = ""
|
||||||
|
|
|
@ -19,5 +19,4 @@ SRCREV = "00a12c234e2506f5cab683460199575f13c454db"
|
||||||
SRCBRANCH = "v257-stable"
|
SRCBRANCH = "v257-stable"
|
||||||
SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH};tag=v${PV}"
|
SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH};tag=v${PV}"
|
||||||
|
|
||||||
|
|
||||||
CVE_PRODUCT = "systemd"
|
CVE_PRODUCT = "systemd"
|
||||||
|
|
|
@ -519,7 +519,6 @@ RRECOMMENDS:${PN}-binfmt = "${@bb.utils.contains('PACKAGECONFIG', 'binfmt', 'ker
|
||||||
|
|
||||||
RDEPENDS:${PN}-vconsole-setup = "${@bb.utils.contains('PACKAGECONFIG', 'vconsole', 'kbd kbd-consolefonts kbd-keymaps', '', d)}"
|
RDEPENDS:${PN}-vconsole-setup = "${@bb.utils.contains('PACKAGECONFIG', 'vconsole', 'kbd kbd-consolefonts kbd-keymaps', '', d)}"
|
||||||
|
|
||||||
|
|
||||||
FILES:${PN}-journal-gatewayd = "${nonarch_libdir}/systemd/systemd-journal-gatewayd \
|
FILES:${PN}-journal-gatewayd = "${nonarch_libdir}/systemd/systemd-journal-gatewayd \
|
||||||
${systemd_system_unitdir}/systemd-journal-gatewayd.service \
|
${systemd_system_unitdir}/systemd-journal-gatewayd.service \
|
||||||
${systemd_system_unitdir}/systemd-journal-gatewayd.socket \
|
${systemd_system_unitdir}/systemd-journal-gatewayd.socket \
|
||||||
|
@ -542,7 +541,6 @@ FILES:${PN}-journal-remote = "${nonarch_libdir}/systemd/systemd-journal-remote \
|
||||||
"
|
"
|
||||||
SYSTEMD_SERVICE:${PN}-journal-remote = "systemd-journal-remote.socket"
|
SYSTEMD_SERVICE:${PN}-journal-remote = "systemd-journal-remote.socket"
|
||||||
|
|
||||||
|
|
||||||
FILES:${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \
|
FILES:${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \
|
||||||
${sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf \
|
${sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf \
|
||||||
${sysconfdir}/systemd/system/multi-user.target.wants/machines.target \
|
${sysconfdir}/systemd/system/multi-user.target.wants/machines.target \
|
||||||
|
|
|
@ -2,7 +2,6 @@ SUMMARY = "Inittab configuration for SysVinit"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||||
|
|
||||||
|
|
||||||
SRC_URI = "file://inittab \
|
SRC_URI = "file://inittab \
|
||||||
file://start_getty"
|
file://start_getty"
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ SRCREV = "793c037ded98cd001075cdb55a9c58e122380256"
|
||||||
|
|
||||||
CVE_PRODUCT = "s390-tools"
|
CVE_PRODUCT = "s390-tools"
|
||||||
|
|
||||||
|
|
||||||
EXTRA_OEMAKE = "\
|
EXTRA_OEMAKE = "\
|
||||||
V=1 \
|
V=1 \
|
||||||
CC="${CC}" \
|
CC="${CC}" \
|
||||||
|
|
|
@ -12,7 +12,6 @@ PV .= "+git"
|
||||||
|
|
||||||
UPSTREAM_CHECK_COMMITS = "1"
|
UPSTREAM_CHECK_COMMITS = "1"
|
||||||
|
|
||||||
|
|
||||||
inherit allarch
|
inherit allarch
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|
|
@ -100,7 +100,6 @@ SRC_URI = "git://github.com/xrmx/bootchart.git;branch=master;protocol=https \
|
||||||
|
|
||||||
SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
|
SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
|
||||||
|
|
||||||
|
|
||||||
inherit systemd update-rc.d python3native update-alternatives
|
inherit systemd update-rc.d python3native update-alternatives
|
||||||
|
|
||||||
ALTERNATIVE:${PN} = "bootchartd"
|
ALTERNATIVE:${PN} = "bootchartd"
|
||||||
|
|
|
@ -59,7 +59,6 @@ do_configure:prepend() {
|
||||||
cp -f $(automake --print-libdir)/install-sh ${S}/config/
|
cp -f $(automake --print-libdir)/install-sh ${S}/config/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then
|
if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then
|
||||||
oe_runmake 'DESTDIR=${D}' 'PYTHON_SITEPACKAGES_DIR=${PYTHON_SITEPACKAGES_DIR}' install_python
|
oe_runmake 'DESTDIR=${D}' 'PYTHON_SITEPACKAGES_DIR=${PYTHON_SITEPACKAGES_DIR}' install_python
|
||||||
|
|
|
@ -316,7 +316,6 @@ PROVIDES:append:class-nativesdk = " nativesdk-llvm nativesdk-libclc"
|
||||||
PACKAGES =+ "${PN}-libllvm ${PN}-lldb-python ${PN}-libclang-python ${PN}-libclang-cpp ${PN}-tidy ${PN}-format ${PN}-tools ${PN}-clc \
|
PACKAGES =+ "${PN}-libllvm ${PN}-lldb-python ${PN}-libclang-python ${PN}-libclang-cpp ${PN}-tidy ${PN}-format ${PN}-tools ${PN}-clc \
|
||||||
libclang lldb lldb-server liblldb llvm-linker-tools"
|
libclang lldb lldb-server liblldb llvm-linker-tools"
|
||||||
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
RDEPENDS:lldb += "${PN}-lldb-python lldb-server"
|
RDEPENDS:lldb += "${PN}-lldb-python lldb-server"
|
||||||
|
|
|
@ -16,7 +16,6 @@ BPN = "compiler-rt"
|
||||||
|
|
||||||
inherit cmake pkgconfig python3native
|
inherit cmake pkgconfig python3native
|
||||||
|
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a"
|
LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a"
|
||||||
|
|
||||||
LIBCPLUSPLUS = ""
|
LIBCPLUSPLUS = ""
|
||||||
|
|
|
@ -66,7 +66,6 @@ python do_preconfigure() {
|
||||||
cmd = d.expand("sed -i 's#//CLANG_EXTRA_OE_VENDORS_CASES#%s#g' -i ${S}/llvm/lib/TargetParser/Triple.cpp" % (case))
|
cmd = d.expand("sed -i 's#//CLANG_EXTRA_OE_VENDORS_CASES#%s#g' -i ${S}/llvm/lib/TargetParser/Triple.cpp" % (case))
|
||||||
subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
|
subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
|
||||||
|
|
||||||
|
|
||||||
case = ""
|
case = ""
|
||||||
triple = ""
|
triple = ""
|
||||||
name = ""
|
name = ""
|
||||||
|
|
|
@ -11,7 +11,6 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p
|
||||||
|
|
||||||
SRCREV = "8c6e6f88df86d1e34ca26d3835d77a2816326414"
|
SRCREV = "8c6e6f88df86d1e34ca26d3835d77a2816326414"
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm"
|
DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm"
|
||||||
DEPENDS:append:class-native = " file-replacement-native"
|
DEPENDS:append:class-native = " file-replacement-native"
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch
|
||||||
SRCREV = "da9a7066be8e1628d9453428d33685225cd9c90d"
|
SRCREV = "da9a7066be8e1628d9453428d33685225cd9c90d"
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
||||||
|
|
||||||
inherit cmake gettext bash-completion setuptools3-base systemd
|
inherit cmake gettext bash-completion setuptools3-base systemd
|
||||||
|
|
||||||
DEPENDS += "libdnf librepo libcomps"
|
DEPENDS += "libdnf librepo libcomps"
|
||||||
|
|
|
@ -33,7 +33,6 @@ EXTRA_OECONF:append:class-nativesdk = " --disable-update-alternatives DEB_HOST_A
|
||||||
PACKAGECONFIG = "liblzma"
|
PACKAGECONFIG = "liblzma"
|
||||||
PACKAGECONFIG[liblzma] = "--with-liblzma,--without-liblzma, xz"
|
PACKAGECONFIG[liblzma] = "--with-liblzma,--without-liblzma, xz"
|
||||||
|
|
||||||
|
|
||||||
#autotools.bbclass default AUTOTOOLS_AUXDIR is ${S}, we need to under ${S}/build-aux
|
#autotools.bbclass default AUTOTOOLS_AUXDIR is ${S}, we need to under ${S}/build-aux
|
||||||
AUTOTOOLS_AUXDIR = "${S}/build-aux"
|
AUTOTOOLS_AUXDIR = "${S}/build-aux"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;b
|
||||||
|
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "util-linux-libuuid"
|
DEPENDS = "util-linux-libuuid"
|
||||||
|
|
||||||
inherit pkgconfig autotools
|
inherit pkgconfig autotools
|
||||||
|
|
|
@ -8,7 +8,6 @@ SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https;tag=${PV}\
|
||||||
file://0001-Workaround-an-ABI-issue-in-spdlog.patch"
|
file://0001-Workaround-an-ABI-issue-in-spdlog.patch"
|
||||||
SRCREV = "40626af88bd7df9a5fb80be7b25ac85b122d6c21"
|
SRCREV = "40626af88bd7df9a5fb80be7b25ac85b122d6c21"
|
||||||
|
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|
||||||
|
|
|
@ -116,6 +116,5 @@ do_configure () {
|
||||||
export CXXFLAGS_FOR_TARGET="${TARGET_CXXFLAGS}"
|
export CXXFLAGS_FOR_TARGET="${TARGET_CXXFLAGS}"
|
||||||
export LDFLAGS_FOR_TARGET="${TARGET_LDFLAGS}"
|
export LDFLAGS_FOR_TARGET="${TARGET_LDFLAGS}"
|
||||||
|
|
||||||
|
|
||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||||
require gcc-cross-canadian.inc
|
require gcc-cross-canadian.inc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,6 @@ EXTRA_OECONF_PATHS = "\
|
||||||
|
|
||||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
|
||||||
|
|
||||||
|
|
||||||
do_configure:prepend () {
|
do_configure:prepend () {
|
||||||
install -d ${RECIPE_SYSROOT}${target_includedir}
|
install -d ${RECIPE_SYSROOT}${target_includedir}
|
||||||
touch ${RECIPE_SYSROOT}${target_includedir}/limits.h
|
touch ${RECIPE_SYSROOT}${target_includedir}/limits.h
|
||||||
|
|
|
@ -59,7 +59,6 @@ python gcc_multilib_setup() {
|
||||||
if ('%sgcc' % mlprefix) != pn and (not pn.startswith('gcc-cross-canadian')) and pn != "nativesdk-gcc":
|
if ('%sgcc' % mlprefix) != pn and (not pn.startswith('gcc-cross-canadian')) and pn != "nativesdk-gcc":
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
def write_config(root, files, options, dirnames, osdirnames):
|
def write_config(root, files, options, dirnames, osdirnames):
|
||||||
for ml_conf_file in files:
|
for ml_conf_file in files:
|
||||||
with open(root + '/' + ml_conf_file, 'r') as f:
|
with open(root + '/' + ml_conf_file, 'r') as f:
|
||||||
|
@ -142,7 +141,6 @@ python gcc_multilib_setup() {
|
||||||
with open(root + '/' + ml_conf_file, 'w') as f:
|
with open(root + '/' + ml_conf_file, 'w') as f:
|
||||||
f.write(''.join(filelines))
|
f.write(''.join(filelines))
|
||||||
|
|
||||||
|
|
||||||
gcc_target_config_files = {
|
gcc_target_config_files = {
|
||||||
'x86_64' : ['gcc/config/i386/t-linux64'],
|
'x86_64' : ['gcc/config/i386/t-linux64'],
|
||||||
'i586' : ['gcc/config/i386/t-linux64'],
|
'i586' : ['gcc/config/i386/t-linux64'],
|
||||||
|
@ -176,7 +174,6 @@ python gcc_multilib_setup() {
|
||||||
libdirx32 = 'SYSTEMLIBS_DIR'
|
libdirx32 = 'SYSTEMLIBS_DIR'
|
||||||
libdirn32 = 'SYSTEMLIBS_DIR'
|
libdirn32 = 'SYSTEMLIBS_DIR'
|
||||||
|
|
||||||
|
|
||||||
target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL') if mlprefix
|
target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL') if mlprefix
|
||||||
else d.getVar('TARGET_ARCH'))
|
else d.getVar('TARGET_ARCH'))
|
||||||
if pn == "nativesdk-gcc":
|
if pn == "nativesdk-gcc":
|
||||||
|
|
|
@ -104,7 +104,6 @@ fakeroot python do_multilib_install() {
|
||||||
os.symlink(src, dest)
|
os.symlink(src, dest)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
for ml in multilibs.split():
|
for ml in multilibs.split():
|
||||||
tune = d.getVar('DEFAULTTUNE:virtclass-multilib-' + ml)
|
tune = d.getVar('DEFAULTTUNE:virtclass-multilib-' + ml)
|
||||||
if not tune:
|
if not tune:
|
||||||
|
|
|
@ -36,7 +36,6 @@ LICENSE:${PN} = "GPL-3.0-with-GCC-exception"
|
||||||
LICENSE:${PN}-dev = "GPL-3.0-with-GCC-exception"
|
LICENSE:${PN}-dev = "GPL-3.0-with-GCC-exception"
|
||||||
LICENSE:${PN}-dbg = "GPL-3.0-with-GCC-exception"
|
LICENSE:${PN}-dbg = "GPL-3.0-with-GCC-exception"
|
||||||
|
|
||||||
|
|
||||||
FILES:${PN}-dev = "\
|
FILES:${PN}-dev = "\
|
||||||
${base_libdir}/libgcc*.so \
|
${base_libdir}/libgcc*.so \
|
||||||
${@oe.utils.conditional('BASETARGET_SYS', '${TARGET_SYS}', '', '${libdir}/${BASETARGET_SYS}', d)} \
|
${@oe.utils.conditional('BASETARGET_SYS', '${TARGET_SYS}', '', '${libdir}/${BASETARGET_SYS}', d)} \
|
||||||
|
|
|
@ -29,7 +29,6 @@ do_compile() {
|
||||||
}
|
}
|
||||||
do_compile[cleandirs] += "${GOTMPDIR} ${B}/bin ${B}/pkg"
|
do_compile[cleandirs] += "${GOTMPDIR} ${B}/bin ${B}/pkg"
|
||||||
|
|
||||||
|
|
||||||
make_wrapper() {
|
make_wrapper() {
|
||||||
rm -f ${D}${bindir}/$2
|
rm -f ${D}${bindir}/$2
|
||||||
cat <<END >${D}${bindir}/$2
|
cat <<END >${D}${bindir}/$2
|
||||||
|
|
|
@ -10,7 +10,6 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master;p
|
||||||
|
|
||||||
SRCREV = "2e973ce22698dd64f472180e3a689755268fb06b"
|
SRCREV = "2e973ce22698dd64f472180e3a689755268fb06b"
|
||||||
|
|
||||||
|
|
||||||
inherit cmake setuptools3-base
|
inherit cmake setuptools3-base
|
||||||
|
|
||||||
DEPENDS = "expat libxml2 zlib"
|
DEPENDS = "expat libxml2 zlib"
|
||||||
|
|
|
@ -16,7 +16,6 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p
|
||||||
SRCREV = "91a0bf9aada36a722855051526f012e0b5ab1af9"
|
SRCREV = "91a0bf9aada36a722855051526f012e0b5ab1af9"
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 libsolv libcheck librepo rpm gtk-doc libmodulemd json-c swig-native util-linux"
|
DEPENDS = "glib-2.0 libsolv libcheck librepo rpm gtk-doc libmodulemd json-c swig-native util-linux"
|
||||||
|
|
||||||
inherit gtk-doc gobject-introspection cmake pkgconfig setuptools3-base
|
inherit gtk-doc gobject-introspection cmake pkgconfig setuptools3-base
|
||||||
|
|
|
@ -8,7 +8,6 @@ SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=
|
||||||
|
|
||||||
SRCREV = "e7f179eeeb6eee1403f090fc43a3c80bb08b5bfd"
|
SRCREV = "e7f179eeeb6eee1403f090fc43a3c80bb08b5bfd"
|
||||||
|
|
||||||
|
|
||||||
inherit meson gobject-introspection pkgconfig manpages
|
inherit meson gobject-introspection pkgconfig manpages
|
||||||
|
|
||||||
EXTRA_OEMESON = "-Dwith_py3=false -Dwith_docs=false -Drpmio=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides"
|
EXTRA_OEMESON = "-Dwith_py3=false -Dwith_docs=false -Drpmio=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides"
|
||||||
|
|
|
@ -12,7 +12,6 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;pr
|
||||||
|
|
||||||
SRCREV = "7955987e33ba98dddb3fc2c63bb6dc892e3505fa"
|
SRCREV = "7955987e33ba98dddb3fc2c63bb6dc892e3505fa"
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"
|
DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"
|
||||||
|
|
||||||
inherit cmake setuptools3-base pkgconfig
|
inherit cmake setuptools3-base pkgconfig
|
||||||
|
|
|
@ -15,7 +15,6 @@ UPSTREAM_CHECK_COMMITS = "1"
|
||||||
DEPENDS = "python3-sphinx-native"
|
DEPENDS = "python3-sphinx-native"
|
||||||
EXTRA_OEMAKE = "C="
|
EXTRA_OEMAKE = "C="
|
||||||
|
|
||||||
|
|
||||||
CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__"
|
CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__"
|
||||||
CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__"
|
CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__"
|
||||||
CFLAGS:append:mipsarchn32 = " -D__SANE_USERSPACE_TYPES__"
|
CFLAGS:append:mipsarchn32 = " -D__SANE_USERSPACE_TYPES__"
|
||||||
|
|
|
@ -19,7 +19,6 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
|
||||||
file://0004-ubifs-utils-extract_files-Include-linux-limits.h.patch \
|
file://0004-ubifs-utils-extract_files-Include-linux-limits.h.patch \
|
||||||
file://0001-Improve-check-for-GCC-compiler-version.patch"
|
file://0001-Improve-check-for-GCC-compiler-version.patch"
|
||||||
|
|
||||||
|
|
||||||
# xattr support creates an additional compile-time dependency on acl because
|
# xattr support creates an additional compile-time dependency on acl because
|
||||||
# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
|
# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
|
||||||
# regardless whether acl is enabled or disabled in the distro should be okay.
|
# regardless whether acl is enabled or disabled in the distro should be okay.
|
||||||
|
|
|
@ -11,7 +11,6 @@ SRCREV = "2daa09ba270b0a43e1929d29b073348aa985dfaa"
|
||||||
SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release;protocol=https"
|
SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release;protocol=https"
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
|
||||||
|
|
||||||
|
|
||||||
do_configure[noexec] = "1"
|
do_configure[noexec] = "1"
|
||||||
|
|
||||||
do_compile:class-native() {
|
do_compile:class-native() {
|
||||||
|
|
|
@ -12,7 +12,6 @@ SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=https;branch=master \
|
||||||
"
|
"
|
||||||
SRCREV = "68a969f0e867ace0d94faf8ebe7c7bb67f59d386"
|
SRCREV = "68a969f0e867ace0d94faf8ebe7c7bb67f59d386"
|
||||||
|
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "bash"
|
RDEPENDS:${PN} += "bash"
|
||||||
|
|
|
@ -19,7 +19,6 @@ do_compile() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${sysconfdir}/opkg
|
install -d ${D}${sysconfdir}/opkg
|
||||||
install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/
|
install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/
|
||||||
|
|
|
@ -68,7 +68,6 @@ def qa_check_solver_deprecation (pn, d):
|
||||||
if "libsolv" not in pkgconfig:
|
if "libsolv" not in pkgconfig:
|
||||||
oe.qa.handle_error("internal-solver-deprecation", "The opkg internal solver will be deprecated in future opkg releases. Consider enabling \"libsolv\" in PACKAGECONFIG.", d)
|
oe.qa.handle_error("internal-solver-deprecation", "The opkg internal solver will be deprecated in future opkg releases. Consider enabling \"libsolv\" in PACKAGECONFIG.", d)
|
||||||
|
|
||||||
|
|
||||||
RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive"
|
RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive"
|
||||||
RDEPENDS:${PN}:class-native = ""
|
RDEPENDS:${PN}:class-native = ""
|
||||||
RDEPENDS:${PN}:class-nativesdk = ""
|
RDEPENDS:${PN}:class-nativesdk = ""
|
||||||
|
|
|
@ -11,7 +11,6 @@ SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
|
||||||
"
|
"
|
||||||
SRCREV = "99c24238981b7b1084313aca8f5c493bb46f302c"
|
SRCREV = "99c24238981b7b1084313aca8f5c493bb46f302c"
|
||||||
|
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
|
@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
|
||||||
file://Artistic;md5=71a4d5d9acc18c0952a6df2218bb68da \
|
file://Artistic;md5=71a4d5d9acc18c0952a6df2218bb68da \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
|
SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
|
||||||
file://perl-rdepends.txt \
|
file://perl-rdepends.txt \
|
||||||
file://0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch \
|
file://0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch \
|
||||||
|
|
|
@ -18,7 +18,6 @@ SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;
|
||||||
file://0001-Do-not-use-bool-as-a-field-name.patch \
|
file://0001-Do-not-use-bool-as-a-field-name.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
# Because of a faulty test, the current auto mode always evaluates to no,
|
# Because of a faulty test, the current auto mode always evaluates to no,
|
||||||
|
|
|
@ -124,7 +124,6 @@ do_compile:append:class-native () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
oe_runmake 'DESTDIR=${D}' ${MAKEOPTS} 'LIB=lib/pseudo/lib$(MARK64)' install
|
oe_runmake 'DESTDIR=${D}' ${MAKEOPTS} 'LIB=lib/pseudo/lib$(MARK64)' install
|
||||||
}
|
}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user