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 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
inherit package
PACKAGEFUNCS += "emit_pkghistory"
PKGHIST_DIR = "${TMPDIR}/pkghistory/"
PKGHIST_DIR = "${TMPDIR}/pkghistory/${BASEPKG_TARGET_SYS}/"
#