debian.bbclass: inherit package
authorRoss Burton <ross.burton@intel.com>
Wed, 23 Jul 2014 22:35:42 +0000 (23:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jul 2014 14:33:59 +0000 (15:33 +0100)
commit8ecf5d127cb69604f9f7cc60fff5314646f1fe70
tree1a69190ca258abd5f6034b4e903cc2bdcfe46473
parentc059f01ec3e895ebfb3ba2c33916bfe9f598f2c8
debian.bbclass: inherit package

This class defines a package_name_hook implementation but as EXPORT_FUNCTIONS is
order-dependent it needs to inherit package.bbclass first to ensure that the
"base" definition in there is defined first, otherwise with a suitable inherit
order of debian and then a packaging class can result in the stub
package_name_hook being incorrectly used.

(From OE-Core rev: 3aa52f85e774bf82e8470a8fd849bd6953930720)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/debian.bbclass