diff options
-rw-r--r-- | meta/classes/lib_package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/lib_package.bbclass b/meta/classes/lib_package.bbclass index d5142576bd..8849f59042 100644 --- a/meta/classes/lib_package.bbclass +++ b/meta/classes/lib_package.bbclass | |||
@@ -2,6 +2,6 @@ | |||
2 | # ${PN}-bin is defined in bitbake.conf | 2 | # ${PN}-bin is defined in bitbake.conf |
3 | # | 3 | # |
4 | # We need to allow the other packages to be greedy with what they | 4 | # We need to allow the other packages to be greedy with what they |
5 | # want out of /bin and /usr/bin before ${PN}-bin gets greedy. | 5 | # want out of /usr/bin and /usr/sbin before ${PN}-bin gets greedy. |
6 | # | 6 | # |
7 | PACKAGE_BEFORE_PN = "${PN}-bin" | 7 | PACKAGE_BEFORE_PN = "${PN}-bin" |