cross.bbclass: Set BASEPKG_HOST_SYS to a sane value

Signed-off-by: Richard Purdie <richard@rex.(none)>
This commit is contained in:
Richard Purdie 2010-01-14 17:19:02 +00:00
parent 2debb77ab2
commit feed2e22f4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ PACKAGE_ARCH = "${OLD_PACKAGE_ARCH}"
# Also save BASE_PACKAGE_ARCH since HOST_ARCH can influence it
OLD_BASE_PACKAGE_ARCH := "${BASE_PACKAGE_ARCH}"
BASE_PACKAGE_ARCH = "${OLD_BASE_PACKAGE_ARCH}"
BASEPKG_HOST_SYS = "${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}"
PACKAGES = ""