mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
package_manager: fix install_glob to use morty sdk pkgdir
(From OE-Core rev: c8ffc0a4456065479240de18e6080e90a7ee85c1) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05696923f6
commit
2861ecf224
@@ -569,7 +569,7 @@ class PackageManager(object, metaclass=ABCMeta):
|
|||||||
# TODO don't have sdk here but have a property on the superclass
|
# TODO don't have sdk here but have a property on the superclass
|
||||||
# (and respect in install_complementary)
|
# (and respect in install_complementary)
|
||||||
if sdk:
|
if sdk:
|
||||||
pkgdatadir = self.d.expand("${TMPDIR}/pkgdata/${SDK_SYS}")
|
pkgdatadir = self.d.expand("${STAGING_DIR}/${SDK_ARCH}-${SDKPKGSUFFIX}${SDK_VENDOR}-${SDK_OS}/pkgdata")
|
||||||
else:
|
else:
|
||||||
pkgdatadir = self.d.getVar("PKGDATA_DIR", True)
|
pkgdatadir = self.d.getVar("PKGDATA_DIR", True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user