mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 01:56:31 +00:00
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:
parent
fbee24dbe5
commit
5d51a7e705
@ -1,3 +1,5 @@
|
||||
# Must inherit package first before changing PACKAGEFUNCS
|
||||
inherit package
|
||||
PACKAGEFUNCS += "emit_pkghistory"
|
||||
|
||||
PKGHIST_DIR = "${TMPDIR}/pkghistory/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user