blob: 6d110155e5ac20cd6d09c4c642613860d674439c [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001#
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"