16 lines
642 B
Plaintext
16 lines
642 B
Plaintext
# Copyright (C) 2014 Digi International
|
|
|
|
# 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 wayland', 'matchbox-terminal', '', d)}"
|
|
|
|
RDEPENDS_${PN}-base_remove = "${matchbox-base}"
|
|
RDEPENDS_${PN}-apps_remove = "${matchbox-apps} \
|
|
gst-player-bin \
|
|
"
|