packagehistory: Make sure package is inherited beforehand to preserve the PACKAGEFUNCS variable

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-07-13 17:09:17 +01:00
parent fbee24dbe5
commit 5d51a7e705
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Must inherit package first before changing PACKAGEFUNCS
inherit package
PACKAGEFUNCS += "emit_pkghistory"
PKGHIST_DIR = "${TMPDIR}/pkghistory/"