diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-02 11:01:05 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
commit | 59d36c9832702989bfcca8a5af29fb2dff01efcc (patch) | |
tree | b2b07d98cb22bc5241cde7403b6a15d99821318e /dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-imx.inc | |
parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
download | meta-freescale-59d36c9832702989bfcca8a5af29fb2dff01efcc.tar.gz |
layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-imx.inc')
-rw-r--r-- | dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-imx.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-imx.inc b/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-imx.inc index cdd0f08f..7d8065f9 100644 --- a/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-imx.inc +++ b/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-imx.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DEPENDS_append_imxvpu = " imx-vpuwrap" | 1 | DEPENDS:append:imxvpu = " imx-vpuwrap" |
2 | 2 | ||
3 | # Additional imx code and patches are included in the chromium-imx git repository. | 3 | # Additional imx code and patches are included in the chromium-imx git repository. |
4 | # The code below fetches this repository, copies the extra source over to the main | 4 | # The code below fetches this repository, copies the extra source over to the main |
@@ -26,7 +26,7 @@ do_patch[prefuncs] =+ "add_chromium_imx_patches" | |||
26 | # * Lost context problems are not known to happen with Vivante GPUs, | 26 | # * Lost context problems are not known to happen with Vivante GPUs, |
27 | # so it is safe to use ignore-lost-context | 27 | # so it is safe to use ignore-lost-context |
28 | # * Proprietary codecs need to be enabled for h.264 and MP4 support | 28 | # * Proprietary codecs need to be enabled for h.264 and MP4 support |
29 | PACKAGECONFIG_append = " ignore-lost-context proprietary-codecs" | 29 | PACKAGECONFIG:append = " ignore-lost-context proprietary-codecs" |
30 | 30 | ||
31 | copy_chromium_imx_files() { | 31 | copy_chromium_imx_files() { |
32 | # sources in src/ are already organized in a manner | 32 | # sources in src/ are already organized in a manner |