diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-05 12:19:57 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-05 12:13:23 +0000 |
commit | d3f784c835065d93c24702d2cc2515b346181090 (patch) | |
tree | fa5e554de9d64ea21b656c10e366ea20facea518 /recipes-sdl/packagegroups/packagegroup-agl-smartdevicelink.bb | |
parent | b5928ac455dc4b3be334d6d450ed37175524704d (diff) |
Porter cannot include sdl as the gstreamer version is too old
Thus let porter not pull-in sdl-core as a short-term fix.
This fixes a FTBS.
Change-Id: I36ec3aa74673be3ee6d25b3a721c3650703375d7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-sdl/packagegroups/packagegroup-agl-smartdevicelink.bb')
-rw-r--r-- | recipes-sdl/packagegroups/packagegroup-agl-smartdevicelink.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-sdl/packagegroups/packagegroup-agl-smartdevicelink.bb b/recipes-sdl/packagegroups/packagegroup-agl-smartdevicelink.bb index 108e9b7d7..7d135356a 100644 --- a/recipes-sdl/packagegroups/packagegroup-agl-smartdevicelink.bb +++ b/recipes-sdl/packagegroups/packagegroup-agl-smartdevicelink.bb @@ -12,3 +12,6 @@ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ sdl-core \ " + +# Porter does not have the required gstreamer version +RDEPENDS_${PN}_porter := "" |