Error with bitbake fsl-image-core for t2080rdb-64b: error: tclap-dev-1.2.1-r0 requires tclap = 1.2.1-r0

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Error with bitbake fsl-image-core for t2080rdb-64b: error: tclap-dev-1.2.1-r0 requires tclap = 1.2.1-r0

1,167 次查看
kevindankwardt
Contributor I

I get the error:

Error with bitbake fsl-image-core for t2080rdb-64b: error: tclap-dev-1.2.1-r0 requires tclap = 1.2.1-r0

When I try: bitbake fsl-image-core

The log file has:

Computing transaction...warning: Can't install fmc-dev-git-r2@t2080rdb_64b: Can't install tclap-dev-1.2.1-r0@ppc64e6500: no package provides tclap = 1.2.1-r0

What do I need to do to fix this so I can complete the build?

thanks,

Kevin

标签 (1)
0 项奖励
2 回复数

899 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Kevin Dankwardt,


I am not sure which version Linux SDK you are using.

Please check whether the file  meta-oe/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb exists in you workspace.

If not, please put the attached recipe file in the above path, and the source tar ball "git2_git.code.sf.net.p.tclap.code.tar.gz" in sources folder, and continue your current build.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励

899 次查看
kevindankwardt
Contributor I

what fixed it was Adding ALLOW_EMPTY_${PN} = “1” in tclap recipe.

thanks.

0 项奖励