]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagehistory: Make sure package is inherited beforehand to preserve the PACKAGEFUNC...
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 13 Jul 2009 16:09:17 +0000 (17:09 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 13 Jul 2009 16:09:17 +0000 (17:09 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/classes/packagehistory.bbclass

index c48deb3e57a940fe01bfba60ea885af50677514a..fdc47cb9b432adf896019a1a412a173030313e58 100644 (file)
@@ -1,3 +1,5 @@
+# Must inherit package first before changing PACKAGEFUNCS
+inherit package
 PACKAGEFUNCS += "emit_pkghistory"
 
 PKGHIST_DIR = "${TMPDIR}/pkghistory/"