diff options
Diffstat (limited to 'meta/classes-recipe/lib_package.bbclass')
| -rw-r--r-- | meta/classes-recipe/lib_package.bbclass | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/classes-recipe/lib_package.bbclass b/meta/classes-recipe/lib_package.bbclass new file mode 100644 index 0000000000..6d110155e5 --- /dev/null +++ b/meta/classes-recipe/lib_package.bbclass | |||
| @@ -0,0 +1,12 @@ | |||
| 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 | # | ||
| 12 | PACKAGE_BEFORE_PN = "${PN}-bin" | ||
