aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/lib_package.bbclass2
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 @@
# ${PN}-bin is defined in bitbake.conf
#
# We need to allow the other packages to be greedy with what they
-# want out of /bin and /usr/bin before ${PN}-bin gets greedy.
+# want out of /usr/bin and /usr/sbin before ${PN}-bin gets greedy.
#
PACKAGE_BEFORE_PN = "${PN}-bin"