mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
packagehistory.bbclass: Make package history package architecture specific
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
inherit package
|
||||
PACKAGEFUNCS += "emit_pkghistory"
|
||||
|
||||
PKGHIST_DIR = "${TMPDIR}/pkghistory/"
|
||||
PKGHIST_DIR = "${TMPDIR}/pkghistory/${BASEPKG_TARGET_SYS}/"
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user