diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-19 10:11:00 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-19 10:11:30 +0200 |
commit | 2d712db59c1fe108cd4bb4fb6fcc30326308b632 (patch) | |
tree | 8f670200193be4c842afdeb10cf0bcb5c18454f7 /default.xml | |
parent | c503292b9617c7caba6bf0a7ac479f5cac4b680e (diff) |
Fix failing opencv package due to runtime package dependency
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>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 5b19d448..46dfdc97 100644 --- a/default.xml +++ b/default.xml @@ -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 --> |