diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-13 17:09:17 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-13 17:09:17 +0100 |
commit | 5d51a7e7054fac9cdf9877e35415317c295f58ba (patch) | |
tree | 33dfe9eb7a070364bc5a7133ac69081dfe9e21a6 | |
parent | fbee24dbe54479881c20e9b9f3a45e49dd5f0a45 (diff) | |
download | poky-5d51a7e7054fac9cdf9877e35415317c295f58ba.tar.gz |
packagehistory: Make sure package is inherited beforehand to preserve the PACKAGEFUNCS variable
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/classes/packagehistory.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/packagehistory.bbclass b/meta/classes/packagehistory.bbclass index c48deb3e57..fdc47cb9b4 100644 --- a/meta/classes/packagehistory.bbclass +++ b/meta/classes/packagehistory.bbclass | |||
@@ -1,3 +1,5 @@ | |||
1 | # Must inherit package first before changing PACKAGEFUNCS | ||
2 | inherit package | ||
1 | PACKAGEFUNCS += "emit_pkghistory" | 3 | PACKAGEFUNCS += "emit_pkghistory" |
2 | 4 | ||
3 | PKGHIST_DIR = "${TMPDIR}/pkghistory/" | 5 | PKGHIST_DIR = "${TMPDIR}/pkghistory/" |