rocko migration: update recipes

All this recipes only need to be renamed to the new version:
* cherokee
* curl
* imx-codec
* imx-gst1.0-plugin
* imx-parser

https://jira.digi.com/browse/DEL-5518

Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
Jose Diaz de Grenu 2018-01-05 14:58:29 +01:00
parent b06c81b277
commit edb44f9948
7 changed files with 9 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2013 Digi International. # Copyright (C) 2013-2018 Digi International.
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"

View File

@ -1,4 +1,4 @@
# Copyright (C) 2016, 2017 Digi International # Copyright (C) 2016-2018 Digi International
FILESEXTRAPATHS_prepend := "${THISDIR}/${BP}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${BP}:"

View File

@ -1,4 +1,4 @@
# Copyright (C) 2017 Digi International Inc. # Copyright (C) 2017, 2018 Digi International Inc.
# Empirically detected binaries that are not needed for a given platform # Empirically detected binaries that are not needed for a given platform
REDUNDANT_BINS ?= "" REDUNDANT_BINS ?= ""

View File

@ -1,4 +1,4 @@
# Copyright (C) 2017 Digi International Inc. # Copyright (C) 2017, 2018 Digi International Inc.
# Empirically detected binaries that are not needed for a given platform # Empirically detected binaries that are not needed for a given platform
REDUNDANT_BINS ?= "" REDUNDANT_BINS ?= ""

View File

@ -1,6 +0,0 @@
# Copyright (C) 2017 Digi International Inc.
# 'ares' and 'threaded-resolver' are mutually exclusive
PACKAGECONFIG_append_class-target = " ares"
PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares"
PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,"

View File

@ -0,0 +1,5 @@
# Copyright (C) 2017, 2018 Digi International Inc.
# 'ares' and 'threaded-resolver' are mutually exclusive
PACKAGECONFIG_remove_class-target = "threaded-resolver"
PACKAGECONFIG_append_class-target = " ares"