[oe-commits] [openembedded-core] 35/38: package_manager: fix install_glob to use morty sdk pkgdir

git at git.openembedded.org git at git.openembedded.org
Thu Apr 5 14:14:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit c8ffc0a4456065479240de18e6080e90a7ee85c1
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Wed Apr 4 10:10:09 2018 -0700

    package_manager: fix install_glob to use morty sdk pkgdir
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/lib/oe/package_manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py
index ad63fa3..13717a7 100644
--- a/meta/lib/oe/package_manager.py
+++ b/meta/lib/oe/package_manager.py
@@ -569,7 +569,7 @@ class PackageManager(object, metaclass=ABCMeta):
         # TODO don't have sdk here but have a property on the superclass
         # (and respect in install_complementary)
         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:
             pkgdatadir = self.d.getVar("PKGDATA_DIR", True)
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list