16 lines
645 B
Plaintext
16 lines
645 B
Plaintext
# Copyright (C) 2014-2021, Digi International Inc.
|
|
|
|
# Disable network manager
|
|
NETWORK_MANAGER = ""
|
|
|
|
RDEPENDS:${PN}-apps:remove:ccimx6ul = "gst-player"
|
|
|
|
matchbox-base = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', ' \
|
|
matchbox-desktop matchbox-session-sato matchbox-keyboard matchbox-keyboard-applet matchbox-keyboard-im matchbox-config-gtk', '', d)}"
|
|
matchbox-apps = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'matchbox-terminal', '', d)}"
|
|
|
|
RDEPENDS:${PN}-base:remove = "${matchbox-base}"
|
|
RDEPENDS:${PN}-apps:remove = "${matchbox-apps} \
|
|
gst-player-bin \
|
|
"
|