From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4634257112621079933==" MIME-Version: 1.0 From: Ricardo Neri Subject: [PATCH 6/9] chipsec: update build time and runtime dependencies Date: Fri, 10 Mar 2017 15:36:18 -0800 Message-ID: <1489188981-23886-7-git-send-email-ricardo.neri-calderon@linux.intel.com> In-Reply-To: <1489188981-23886-1-git-send-email-ricardo.neri-calderon@linux.intel.com> List-Id: To: chipsec@lists.01.org --===============4634257112621079933== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable At build time, now CHIPSEC uses python-setuptools-native to manage installation in sysroot. At runtime, CHIPSEC now uses json, mmap and resource. Add these tree as runtime dependencies. Signed-off-by: Ricardo Neri --- meta-luv/recipes-core/chipsec/chipsec_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-luv/recipes-core/chipsec/chipsec_git.bb b/meta-luv/recipe= s-core/chipsec/chipsec_git.bb index 2f7bcb6..1365da2 100644 --- a/meta-luv/recipes-core/chipsec/chipsec_git.bb +++ b/meta-luv/recipes-core/chipsec/chipsec_git.bb @@ -17,9 +17,10 @@ SRC_URI =3D "git://github.com/chipsec/chipsec.git \ SRCREV=3D"20cc5a30675548a764dadfe0dc677a283816906c" PV=3D"1.2.2" = -DEPENDS =3D "virtual/kernel python-core nasm-native" +DEPENDS =3D "virtual/kernel python-core nasm-native python-setuptools-nati= ve" RDEPENDS_${PN} =3D "python python-shell python-stringold python-xml \ - python-ctypes python-fcntl python-importlib" + python-ctypes python-fcntl python-importlib python-json python-mmap \ + python-resource" = COMPATIBLE_HOST=3D'(i.86|x86_64).*' = -- = 2.7.4 --===============4634257112621079933==--