| Submitter | Eric BENARD |
|---|---|
| Date | Jan. 10, 2011, 9:33 p.m. |
| Message ID | <1294695225-16321-2-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/224/ |
| State | Accepted |
| Headers | show |
Comments
On 1/10/2011 1:33 PM, Eric Bénard wrote: > * 5243db505b109df3001f doesn't exist so fetch is failing. > error: pathspec '5243db505b109df3001f' did not match any file(s) known to git. > > Signed-off-by: Eric Bénard<eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> > --- > recipes/tslib/tslib_git.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/tslib/tslib_git.bb b/recipes/tslib/tslib_git.bb > index 9b177d7..7c37395 100644 > --- a/recipes/tslib/tslib_git.bb > +++ b/recipes/tslib/tslib_git.bb > @@ -1,8 +1,8 @@ > SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git" > S = "${WORKDIR}/git" > -SRCREV = "5243db505b109df3001f" > +SRCREV = "860d69cadedef0dec8ba6259ab5850691d3402e7" > PV = "1.0+gitr${SRCPV}" > -PR = "${INC_PR}.3" > +PR = "${INC_PR}.4" > > DEFAULT_PREFERENCE = "-1" >
Patch
diff --git a/recipes/tslib/tslib_git.bb b/recipes/tslib/tslib_git.bb index 9b177d7..7c37395 100644 --- a/recipes/tslib/tslib_git.bb +++ b/recipes/tslib/tslib_git.bb @@ -1,8 +1,8 @@ SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git" S = "${WORKDIR}/git" -SRCREV = "5243db505b109df3001f" +SRCREV = "860d69cadedef0dec8ba6259ab5850691d3402e7" PV = "1.0+gitr${SRCPV}" -PR = "${INC_PR}.3" +PR = "${INC_PR}.4" DEFAULT_PREFERENCE = "-1"
* 5243db505b109df3001f doesn't exist so fetch is failing. error: pathspec '5243db505b109df3001f' did not match any file(s) known to git. Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/tslib/tslib_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)