]> code.ossystems Code Review - openembedded-core.git/commitdiff
lib_package.bbclass: Correct comment referring to bin directories.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 3 Jan 2013 01:07:30 +0000 (20:07 -0500)
committerSaul Wold <sgw@linux.intel.com>
Sat, 5 Jan 2013 06:12:06 +0000 (22:12 -0800)
  FILES_${PN}-bin = "${bindir}/* ${sbindir}/*"

so the comment should match that.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/lib_package.bbclass

index d5142576bde3ed5be5b3e4cc664fc09f4f2fdf7b..8849f590425a3f7beb2d7369762a2fef81099746 100644 (file)
@@ -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"