mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
ndctl: Remove the unnecessary dependency on virtual/kernel
This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
3e51a60a47
commit
c45a72ba35
@@ -51,12 +51,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
|||||||
phoronix-test-suite->php \
|
phoronix-test-suite->php \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Depends on ndctl (through nvdimm PACKAGECONFIG) which depends on MACHINE_ARCH kernel
|
|
||||||
# and making libblockdev MACHINE_ARCH is not an option as python3-blivet, udisks2, gvfs
|
|
||||||
# would be MACHINE_ARCH as well
|
|
||||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
|
||||||
libblockdev->ndctl \
|
|
||||||
"
|
|
||||||
# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
|
# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
|
||||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||||
terminus-font->fontconfig \
|
terminus-font->fontconfig \
|
||||||
|
|||||||
@@ -13,15 +13,12 @@ inherit autotools-brokensep pkgconfig bash-completion systemd
|
|||||||
SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32"
|
SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32"
|
||||||
SRC_URI = "git://github.com/pmem/ndctl.git"
|
SRC_URI = "git://github.com/pmem/ndctl.git"
|
||||||
|
|
||||||
DEPENDS = "virtual/kernel kmod udev json-c"
|
DEPENDS = "kmod udev json-c"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
|
EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
|
||||||
|
|
||||||
# Depends on MACHINE_ARCH kernel
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
||||||
PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
|
PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user