diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2016-04-18 22:57:52 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-07 10:07:46 -0300 |
commit | 83dad325b1736c503122f31f1c16a7da73d86820 (patch) | |
tree | f04a9794217195bd1345b7dd0211a831530b416d /dynamic-layers/browser-layer | |
parent | 3cce0abb45ab07bda65e03d31805f002e2af831b (diff) | |
download | meta-freescale-83dad325b1736c503122f31f1c16a7da73d86820.tar.gz |
chromium-imx: Update dependency name of vpuwrap
libfslvpuwrap has been renamed to imx-vpuwrap, need to
do update.
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers/browser-layer')
-rw-r--r-- | dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc index f63807d5..db9580a2 100644 --- a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc +++ b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DEPENDS_append_mx6q = " libfslvpuwrap" | 1 | DEPENDS_append_mx6q = " imx-vpuwrap" |
2 | DEPENDS_append_mx6dl = " libfslvpuwrap" | 2 | DEPENDS_append_mx6dl = " imx-vpuwrap" |
3 | 3 | ||
4 | # Additional imx code and patches are included in the chromium-imx git repository. | 4 | # Additional imx code and patches are included in the chromium-imx git repository. |
5 | # The code below fetches this repository, copies the extra source over to the main | 5 | # The code below fetches this repository, copies the extra source over to the main |