1
0
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:
Richard Purdie
2009-07-28 20:03:36 +01:00
parent 10a989f4af
commit 9e9663ac06
+1 -1
View File
@@ -2,7 +2,7 @@
inherit package
PACKAGEFUNCS += "emit_pkghistory"
PKGHIST_DIR = "${TMPDIR}/pkghistory/"
PKGHIST_DIR = "${TMPDIR}/pkghistory/${BASEPKG_TARGET_SYS}/"
#