diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-28 20:03:36 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-28 20:03:36 +0100 |
commit | 9e9663ac061b87a4336697bef338bae42a926a42 (patch) | |
tree | ad54a6a047b0c75fbee799fdbec52913c92780dd /meta/classes/packagehistory.bbclass | |
parent | 10a989f4af797c0daf58792c526fa7939a49b322 (diff) | |
download | poky-9e9663ac061b87a4336697bef338bae42a926a42.tar.gz |
packagehistory.bbclass: Make package history package architecture specific
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/packagehistory.bbclass')
-rw-r--r-- | meta/classes/packagehistory.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packagehistory.bbclass b/meta/classes/packagehistory.bbclass index fdc47cb9b4..185ab545ff 100644 --- a/meta/classes/packagehistory.bbclass +++ b/meta/classes/packagehistory.bbclass | |||
@@ -2,7 +2,7 @@ | |||
2 | inherit package | 2 | inherit package |
3 | PACKAGEFUNCS += "emit_pkghistory" | 3 | PACKAGEFUNCS += "emit_pkghistory" |
4 | 4 | ||
5 | PKGHIST_DIR = "${TMPDIR}/pkghistory/" | 5 | PKGHIST_DIR = "${TMPDIR}/pkghistory/${BASEPKG_TARGET_SYS}/" |
6 | 6 | ||
7 | 7 | ||
8 | # | 8 | # |