1#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: MIT
5#
6#
7# ${PN}-bin is defined in bitbake.conf
8#
9# We need to allow the other packages to be greedy with what they
10# want out of /usr/bin and /usr/sbin before ${PN}-bin gets greedy.
11#
12PACKAGE_BEFORE_PN = "${PN}-bin"
13