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:
parent
b06c81b277
commit
edb44f9948
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
# Copyright (C) 2013-2018 Digi International.
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2016, 2017 Digi International
|
||||
# Copyright (C) 2016-2018 Digi International
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BP}:"
|
||||
|
||||
|
|
@ -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
|
||||
REDUNDANT_BINS ?= ""
|
||||
|
|
@ -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
|
||||
REDUNDANT_BINS ?= ""
|
||||
|
|
@ -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,"
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue