mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +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:
committed by
Richard Purdie
parent
0ad5fb3431
commit
dc9faa3cdc
@@ -100,7 +100,6 @@ SRC_URI = "git://github.com/xrmx/bootchart.git;branch=master;protocol=https \
|
||||
|
||||
SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
|
||||
|
||||
|
||||
inherit systemd update-rc.d python3native update-alternatives
|
||||
|
||||
ALTERNATIVE:${PN} = "bootchartd"
|
||||
|
||||
@@ -59,7 +59,6 @@ do_configure:prepend() {
|
||||
cp -f $(automake --print-libdir)/install-sh ${S}/config/
|
||||
}
|
||||
|
||||
|
||||
do_install:append() {
|
||||
if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then
|
||||
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 \
|
||||
libclang lldb lldb-server liblldb llvm-linker-tools"
|
||||
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:lldb += "${PN}-lldb-python lldb-server"
|
||||
|
||||
@@ -16,7 +16,6 @@ BPN = "compiler-rt"
|
||||
|
||||
inherit cmake pkgconfig python3native
|
||||
|
||||
|
||||
LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a"
|
||||
|
||||
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))
|
||||
subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
|
||||
|
||||
|
||||
case = ""
|
||||
triple = ""
|
||||
name = ""
|
||||
|
||||
@@ -11,7 +11,6 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p
|
||||
|
||||
SRCREV = "8c6e6f88df86d1e34ca26d3835d77a2816326414"
|
||||
|
||||
|
||||
DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm"
|
||||
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"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
|
||||
inherit cmake gettext bash-completion setuptools3-base systemd
|
||||
|
||||
DEPENDS += "libdnf librepo libcomps"
|
||||
|
||||
@@ -33,7 +33,6 @@ EXTRA_OECONF:append:class-nativesdk = " --disable-update-alternatives DEB_HOST_A
|
||||
PACKAGECONFIG = "liblzma"
|
||||
PACKAGECONFIG[liblzma] = "--with-liblzma,--without-liblzma, xz"
|
||||
|
||||
|
||||
#autotools.bbclass default AUTOTOOLS_AUXDIR is ${S}, we need to under ${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+)+))"
|
||||
|
||||
|
||||
DEPENDS = "util-linux-libuuid"
|
||||
|
||||
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"
|
||||
SRCREV = "40626af88bd7df9a5fb80be7b25ac85b122d6c21"
|
||||
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|
||||
|
||||
@@ -116,6 +116,5 @@ do_configure () {
|
||||
export CXXFLAGS_FOR_TARGET="${TARGET_CXXFLAGS}"
|
||||
export LDFLAGS_FOR_TARGET="${TARGET_LDFLAGS}"
|
||||
|
||||
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require gcc-cross-canadian.inc
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@ EXTRA_OECONF_PATHS = "\
|
||||
|
||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
|
||||
|
||||
|
||||
do_configure:prepend () {
|
||||
install -d ${RECIPE_SYSROOT}${target_includedir}
|
||||
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":
|
||||
return
|
||||
|
||||
|
||||
def write_config(root, files, options, dirnames, osdirnames):
|
||||
for ml_conf_file in files:
|
||||
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:
|
||||
f.write(''.join(filelines))
|
||||
|
||||
|
||||
gcc_target_config_files = {
|
||||
'x86_64' : ['gcc/config/i386/t-linux64'],
|
||||
'i586' : ['gcc/config/i386/t-linux64'],
|
||||
@@ -176,7 +174,6 @@ python gcc_multilib_setup() {
|
||||
libdirx32 = 'SYSTEMLIBS_DIR'
|
||||
libdirn32 = 'SYSTEMLIBS_DIR'
|
||||
|
||||
|
||||
target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL') if mlprefix
|
||||
else d.getVar('TARGET_ARCH'))
|
||||
if pn == "nativesdk-gcc":
|
||||
|
||||
@@ -104,7 +104,6 @@ fakeroot python do_multilib_install() {
|
||||
os.symlink(src, dest)
|
||||
return
|
||||
|
||||
|
||||
for ml in multilibs.split():
|
||||
tune = d.getVar('DEFAULTTUNE:virtclass-multilib-' + ml)
|
||||
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}-dbg = "GPL-3.0-with-GCC-exception"
|
||||
|
||||
|
||||
FILES:${PN}-dev = "\
|
||||
${base_libdir}/libgcc*.so \
|
||||
${@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"
|
||||
|
||||
|
||||
make_wrapper() {
|
||||
rm -f ${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"
|
||||
|
||||
|
||||
inherit cmake setuptools3-base
|
||||
|
||||
DEPENDS = "expat libxml2 zlib"
|
||||
|
||||
@@ -16,7 +16,6 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p
|
||||
SRCREV = "91a0bf9aada36a722855051526f012e0b5ab1af9"
|
||||
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"
|
||||
|
||||
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"
|
||||
|
||||
|
||||
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"
|
||||
|
||||
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;pr
|
||||
|
||||
SRCREV = "7955987e33ba98dddb3fc2c63bb6dc892e3505fa"
|
||||
|
||||
|
||||
DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"
|
||||
|
||||
inherit cmake setuptools3-base pkgconfig
|
||||
|
||||
@@ -15,7 +15,6 @@ UPSTREAM_CHECK_COMMITS = "1"
|
||||
DEPENDS = "python3-sphinx-native"
|
||||
EXTRA_OEMAKE = "C="
|
||||
|
||||
|
||||
CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__"
|
||||
CFLAGS:append:mipsarchn64 = " -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://0001-Improve-check-for-GCC-compiler-version.patch"
|
||||
|
||||
|
||||
# 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
|
||||
# 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"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
|
||||
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
|
||||
do_compile:class-native() {
|
||||
|
||||
@@ -12,7 +12,6 @@ SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=https;branch=master \
|
||||
"
|
||||
SRCREV = "68a969f0e867ace0d94faf8ebe7c7bb67f59d386"
|
||||
|
||||
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
RDEPENDS:${PN} += "bash"
|
||||
|
||||
@@ -19,7 +19,6 @@ do_compile() {
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
do_install () {
|
||||
install -d ${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:
|
||||
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}:class-native = ""
|
||||
RDEPENDS:${PN}:class-nativesdk = ""
|
||||
|
||||
@@ -11,7 +11,6 @@ SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
|
||||
"
|
||||
SRCREV = "99c24238981b7b1084313aca8f5c493bb46f302c"
|
||||
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
inherit autotools
|
||||
|
||||
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
|
||||
file://Artistic;md5=71a4d5d9acc18c0952a6df2218bb68da \
|
||||
"
|
||||
|
||||
|
||||
SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
|
||||
file://perl-rdepends.txt \
|
||||
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 \
|
||||
"
|
||||
|
||||
|
||||
inherit autotools
|
||||
|
||||
# Because of a faulty test, the current auto mode always evaluates to no,
|
||||
|
||||
@@ -124,7 +124,6 @@ do_compile:append:class-native () {
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
do_install () {
|
||||
oe_runmake 'DESTDIR=${D}' ${MAKEOPTS} 'LIB=lib/pseudo/lib$(MARK64)' install
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ SRCREV = "3b74bdce35f2814eb2b65db39a133d5c849ddea7"
|
||||
|
||||
inherit python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pretend \
|
||||
"
|
||||
|
||||
@@ -15,7 +15,6 @@ LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c9
|
||||
|
||||
SRCREV = "2d10aa2afe35527728db30b35ec491ecb6959e5c"
|
||||
|
||||
|
||||
PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl"
|
||||
|
||||
inherit setuptools3 pkgconfig
|
||||
|
||||
@@ -8,8 +8,6 @@ PYPI_PACKAGE = "mako"
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
|
||||
|
||||
SRC_URI[sha256sum] = "99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28"
|
||||
|
||||
RDEPENDS:${PN} = "python3-html \
|
||||
|
||||
@@ -14,7 +14,6 @@ FILES:${PN}-tests += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \
|
||||
"
|
||||
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-shell \
|
||||
python3-threading \
|
||||
|
||||
@@ -8,7 +8,6 @@ SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=
|
||||
|
||||
SRCREV = "aebdfb188e368c690ea55cf6c9c9ffa1a52def65"
|
||||
|
||||
|
||||
inherit python_flit_core
|
||||
|
||||
RDEPENDS:${PN} += "python3-unittest"
|
||||
|
||||
@@ -65,7 +65,6 @@ ALTERNATIVE:${PN}-dev = "python3-config"
|
||||
ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config"
|
||||
ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}"
|
||||
|
||||
|
||||
DEPENDS = "\
|
||||
autoconf-archive-native \
|
||||
bzip2 \
|
||||
|
||||
@@ -4,10 +4,8 @@ RDEPENDS:${PN} = "nativesdk-qemu nativesdk-unfs3 nativesdk-pseudo \
|
||||
nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \
|
||||
"
|
||||
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/scripts/runqemu;beginline=5;endline=10;md5=ac2b489a58739c7628a2604698db5e7f"
|
||||
|
||||
|
||||
SRC_URI = "file://${COREBASE}/scripts/runqemu \
|
||||
file://${COREBASE}/scripts/runqemu-addptable2image \
|
||||
file://${COREBASE}/scripts/runqemu-gen-tapdevs \
|
||||
|
||||
@@ -92,7 +92,6 @@ do_install_ptest() {
|
||||
# QEMU_TARGETS is overridable variable
|
||||
QEMU_TARGETS ?= "arm aarch64 i386 loongarch64 mips mipsel mips64 mips64el ppc ppc64 ppc64le riscv32 riscv64 sh4 x86_64"
|
||||
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--prefix=${prefix} \
|
||||
--bindir=${bindir} \
|
||||
|
||||
@@ -26,7 +26,6 @@ if [ ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False',
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
$qemu_binary $qemu_options "\$@"
|
||||
EOF
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ SRCREV = "b262d0e4619c406a2708856ed312091d21c5bf39"
|
||||
|
||||
MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
|
||||
|
||||
|
||||
do_configure:prepend() {
|
||||
sed -Ei "s/REPO_REV\s*=\s*('|\")stable('|\")/REPO_REV = '${SRCREV}'/g" ${S}/repo
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@ SRC_URI = " \
|
||||
SRCREV = "032b418a6db842f0eab330eb5909e4604e888728"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
|
||||
do_compile () {
|
||||
# Remove most policy variants, leave DEFAULT.pol
|
||||
# It speeds up the build and we only need DEFAULT/rpm-sequoia.
|
||||
|
||||
@@ -16,10 +16,8 @@ SRC_URI = "git://github.com/rpm-software-management/rpm-sequoia.git;protocol=htt
|
||||
file://0001-Use-optional-env-vars-to-force-runtime-paths-in-test.patch \
|
||||
"
|
||||
|
||||
|
||||
SRCREV = "0667e04ae7fb8cf0490919978d69883d16400e41"
|
||||
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
CARGO_BUILD_FLAGS += "--no-default-features --features crypto-openssl"
|
||||
|
||||
@@ -44,7 +44,6 @@ SRC_URI = "git://github.com/rpm-software-management/rpm;branch=rpm-4.20.x;protoc
|
||||
PE = "1"
|
||||
SRCREV = "c8dc5ea575a2e9c1488036d12f4b75f6a5a49120"
|
||||
|
||||
|
||||
DEPENDS = "lua libgcrypt file popt xz bzip2 elfutils python3 sqlite3 zstd"
|
||||
DEPENDS:append:class-native = " file-replacement-native bzip2-replacement-native"
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@ addtask cargo_setup_snapshot after do_unpack before do_configure
|
||||
do_cargo_setup_snapshot[dirs] += "${WORKDIR}/${CARGO_SNAPSHOT}"
|
||||
do_cargo_setup_snapshot[vardepsexclude] += "UNINATIVE_LOADER"
|
||||
|
||||
|
||||
do_compile:prepend () {
|
||||
export RUSTC_BOOTSTRAP="1"
|
||||
}
|
||||
|
||||
@@ -12,7 +12,6 @@ SRCREV = "2e87d42ed089dc31990d83eeb07437b9d085d6d1"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
|
||||
|
||||
|
||||
EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
PACKAGECONFIG ??= "gzip lz4 xz zstd xattr"
|
||||
|
||||
@@ -17,7 +17,6 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
|
||||
"
|
||||
SRC_URI[sha256sum] = "8552dfab08abc22a0f2048c98fd9541fd4d71b6882507952780dab7c7c512f51"
|
||||
|
||||
|
||||
inherit autotools github-releases ptest
|
||||
|
||||
# Not yet ported to rv32
|
||||
|
||||
@@ -21,10 +21,8 @@ SRC_URI:append:libc-musl = " \
|
||||
file://0001-Define-portable-basename-function.patch \
|
||||
"
|
||||
|
||||
|
||||
SRCREV = "8ab9680a1bd5eb8fe7a7dcc44897af7ee41e56e7"
|
||||
|
||||
|
||||
DEPENDS = "systemd libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native intltool"
|
||||
|
||||
inherit pkgconfig autotools systemd features_check
|
||||
|
||||
@@ -37,7 +37,6 @@ LCL_STOP_SERVICES = "-DSERVICE_RunControl=0 -DSERVICE_Breakpoints=0 \
|
||||
-DSERVICE_Memory=0 -DSERVICE_Registers=0 -DSERVICE_MemoryMap=0 \
|
||||
-DSERVICE_StackTrace=0 -DSERVICE_Expressions=0"
|
||||
|
||||
|
||||
# These features don't compile for several cases.
|
||||
#
|
||||
CFLAGS:append:arc = " ${LCL_STOP_SERVICES}"
|
||||
|
||||
Reference in New Issue
Block a user