[OE-core] [PATCH] debian.bbclass: inherit package

Ross Burton ross.burton at intel.com
Wed Jul 23 22:35:42 UTC 2014


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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/debian.bbclass |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass
index d7ea151..1ddb56f 100644
--- a/meta/classes/debian.bbclass
+++ b/meta/classes/debian.bbclass
@@ -8,6 +8,9 @@
 #
 # Better expressed as ensure all RDEPENDS package before we package
 # This means we can't have circular RDEPENDS/RRECOMMENDS
+
+inherit package
+
 DEBIANRDEP = "do_packagedata"
 do_package_write_ipk[rdeptask] = "${DEBIANRDEP}"
 do_package_write_deb[rdeptask] = "${DEBIANRDEP}"
-- 
1.7.10.4




More information about the Openembedded-core mailing list