mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 22:05:25 +00:00
packagehistory.bbclass: Make package history package architecture specific
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
10a989f4af
commit
9e9663ac06
@ -2,7 +2,7 @@
|
||||
inherit package
|
||||
PACKAGEFUNCS += "emit_pkghistory"
|
||||
|
||||
PKGHIST_DIR = "${TMPDIR}/pkghistory/"
|
||||
PKGHIST_DIR = "${TMPDIR}/pkghistory/${BASEPKG_TARGET_SYS}/"
|
||||
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user