| Submitter | Bruce Ashfield |
|---|---|
| Date | Aug. 25, 2011, 4:36 a.m. |
| Message ID | <cover.1314246387.git.bruce.ashfield@windriver.com> |
| Download | mbox |
| Permalink | /patch/10519/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib zedd/kernel-oeComments
It looks like the bitbake support 'hg' fetcher, but when building custom package, it said need "mercurial-native", but there is no "mercurial" package in recipes-devtools, of cause, I installed mercurial on host pc. Does anyone can confirm this problem???
On Thu, 2011-08-25 at 15:28 +0800, Ni Qingliang wrote: > It looks like the bitbake support 'hg' fetcher, but when building custom > package, it said need "mercurial-native", but there is no "mercurial" > package in recipes-devtools, of cause, I installed mercurial on host pc. > > Does anyone can confirm this problem??? You can add: ASSUME_PROVIDED += "mercurial-native" to local.conf to show you have installed mercurial and that bitbake should use it. Cheers, Richard