Fix failing opencv package due to runtime package dependency 77/11377/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 19 Oct 2017 08:11:00 +0000 (10:11 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 19 Oct 2017 08:11:30 +0000 (10:11 +0200)
meta-openembedded merged http://cgit.openembedded.org/meta-openembedded/commit/?h=pyro&id=38b82e7794a90641beef4b6ee648317d058572f8
which led to the creation of an empty package but the runtime-requirement ended up in the rpm.
This broke image creation due to a unavailable runtime dependency on libopencv-ts (which is empty).
Temporarily pin meta-openembedded until fixed upstream.

Bug-AGL: SPEC-971

Change-Id: Idd5234719e0d52833ae86ead0e053621f6a52ea7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
default.xml

index 5b19d44..46dfdc9 100644 (file)
@@ -33,7 +33,7 @@
 
   <!-- Yocto/OpenEmbedded things. -->
   <project name="poky" path="poky" remote="yocto" revision="pyro" />
-  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="pyro" />
+  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="b2ce52334cf88e07f703cf25ced92302edd5b0e9" upstream="pyro" />
   <project name="meta-virtualization" path="meta-virtualization" remote="yocto" revision="pyro" />
 
   <!-- Qt things -->