| Submitter | Khem Raj |
|---|---|
| Date | June 10, 2011, 12:57 a.m. |
| Message ID | <1307667467-467-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/5617/ |
| State | New, archived |
| Headers | show |
Comments
On 06/09/2011 05:57 PM, Khem Raj wrote: > Signed-off-by: Khem Raj<raj.khem@gmail.com> > --- > meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb > index 04d99d9..d5c9e49 100644 > --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb > +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb > @@ -26,8 +26,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. > file://ssh_config \ > file://init \ > " > -SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e" > -SRC_URI[sha256sum] = "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314" > +SRC_URI[md5sum] = "88a4a83b0e0e60cd545430d4e4bd7e0c" > +SRC_URI[sha256sum] = "e5a1c821dd8dc33a94c445290956d52e03b3c450f9cd448b96d92317fd4cce42" > > inherit autotools > This is strange, since we are building in other places with this, please confirm you have a good tarball, vs what's in the upstream and on the autobuilder.yoctoproject.org downloads area. Thanks Sau!
On 06/09/2011 06:18 PM, Saul Wold wrote: > On 06/09/2011 05:57 PM, Khem Raj wrote: >> Signed-off-by: Khem Raj<raj.khem@gmail.com> >> --- >> meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >> b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >> index 04d99d9..d5c9e49 100644 >> --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >> +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >> @@ -26,8 +26,8 @@ SRC_URI = >> "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. >> file://ssh_config \ >> file://init \ >> " >> -SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e" >> -SRC_URI[sha256sum] = >> "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314" >> +SRC_URI[md5sum] = "88a4a83b0e0e60cd545430d4e4bd7e0c" >> +SRC_URI[sha256sum] = >> "e5a1c821dd8dc33a94c445290956d52e03b3c450f9cd448b96d92317fd4cce42" >> >> inherit autotools >> > This is strange, since we are building in other places with this, please > confirm you have a good tarball, vs what's in the upstream and on the > autobuilder.yoctoproject.org downloads area. > have you tried bitbake -ccleanall openssh;bitbake openssh ? > Thanks > Sau!
On 06/09/2011 07:44 PM, Khem Raj wrote: > On 06/09/2011 06:18 PM, Saul Wold wrote: >> On 06/09/2011 05:57 PM, Khem Raj wrote: >>> Signed-off-by: Khem Raj<raj.khem@gmail.com> >>> --- >>> meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- >>> 1 files changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>> b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>> index 04d99d9..d5c9e49 100644 >>> --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>> +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>> @@ -26,8 +26,8 @@ SRC_URI = >>> "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. >>> file://ssh_config \ >>> file://init \ >>> " >>> -SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e" >>> -SRC_URI[sha256sum] = >>> "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314" >>> +SRC_URI[md5sum] = "88a4a83b0e0e60cd545430d4e4bd7e0c" >>> +SRC_URI[sha256sum] = >>> "e5a1c821dd8dc33a94c445290956d52e03b3c450f9cd448b96d92317fd4cce42" >>> >>> inherit autotools >>> >> This is strange, since we are building in other places with this, please >> confirm you have a good tarball, vs what's in the upstream and on the >> autobuilder.yoctoproject.org downloads area. >> > > have you tried > > bitbake -ccleanall openssh;bitbake openssh ? > Yes, twice with out MIRROR and PREMIRROR set, same result no checksum errors. Sau! >> Thanks >> Sau! > >
On 06/09/2011 09:38 PM, Saul Wold wrote: > On 06/09/2011 07:44 PM, Khem Raj wrote: >> On 06/09/2011 06:18 PM, Saul Wold wrote: >>> On 06/09/2011 05:57 PM, Khem Raj wrote: >>>> Signed-off-by: Khem Raj<raj.khem@gmail.com> >>>> --- >>>> meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- >>>> 1 files changed, 2 insertions(+), 2 deletions(-) >>>> >>>> diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>>> b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>>> index 04d99d9..d5c9e49 100644 >>>> --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>>> +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>>> @@ -26,8 +26,8 @@ SRC_URI = >>>> "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. >>>> file://ssh_config \ >>>> file://init \ >>>> " >>>> -SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e" >>>> -SRC_URI[sha256sum] = >>>> "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314" >>>> +SRC_URI[md5sum] = "88a4a83b0e0e60cd545430d4e4bd7e0c" >>>> +SRC_URI[sha256sum] = >>>> "e5a1c821dd8dc33a94c445290956d52e03b3c450f9cd448b96d92317fd4cce42" >>>> >>>> inherit autotools >>>> >>> This is strange, since we are building in other places with this, please >>> confirm you have a good tarball, vs what's in the upstream and on the >>> autobuilder.yoctoproject.org downloads area. >>> >> >> have you tried >> >> bitbake -ccleanall openssh;bitbake openssh ? >> > Yes, twice with out MIRROR and PREMIRROR set, same result no checksum > errors. > OK I think I know whats going on. In my case its getting it from slugos source mirror which is not same size as the one from ftp.openbsd.org probably the mirror needs update So drop it. > Sau! > >>> Thanks >>> Sau! >> >>
On 06/09/2011 10:36 PM, Khem Raj wrote: > On 06/09/2011 09:38 PM, Saul Wold wrote: >> On 06/09/2011 07:44 PM, Khem Raj wrote: >>> On 06/09/2011 06:18 PM, Saul Wold wrote: >>>> On 06/09/2011 05:57 PM, Khem Raj wrote: >>>>> Signed-off-by: Khem Raj<raj.khem@gmail.com> >>>>> --- >>>>> meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- >>>>> 1 files changed, 2 insertions(+), 2 deletions(-) >>>>> >>>>> diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>>>> b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>>>> index 04d99d9..d5c9e49 100644 >>>>> --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>>>> +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb >>>>> @@ -26,8 +26,8 @@ SRC_URI = >>>>> "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. >>>>> file://ssh_config \ >>>>> file://init \ >>>>> " >>>>> -SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e" >>>>> -SRC_URI[sha256sum] = >>>>> "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314" >>>>> +SRC_URI[md5sum] = "88a4a83b0e0e60cd545430d4e4bd7e0c" >>>>> +SRC_URI[sha256sum] = >>>>> "e5a1c821dd8dc33a94c445290956d52e03b3c450f9cd448b96d92317fd4cce42" >>>>> >>>>> inherit autotools >>>>> >>>> This is strange, since we are building in other places with this, >>>> please >>>> confirm you have a good tarball, vs what's in the upstream and on the >>>> autobuilder.yoctoproject.org downloads area. >>>> >>> >>> have you tried >>> >>> bitbake -ccleanall openssh;bitbake openssh ? >>> >> Yes, twice with out MIRROR and PREMIRROR set, same result no checksum >> errors. >> > > OK I think I know whats going on. In my case its getting it from slugos > source mirror which is not same size as the one from ftp.openbsd.org > probably the mirror needs update > > So drop it. Consider it dropped! Sau! >> Sau! >> >>>> Thanks >>>> Sau! >>> >>> > >
Patch
diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb index 04d99d9..d5c9e49 100644 --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb @@ -26,8 +26,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. file://ssh_config \ file://init \ " -SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e" -SRC_URI[sha256sum] = "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314" +SRC_URI[md5sum] = "88a4a83b0e0e60cd545430d4e4bd7e0c" +SRC_URI[sha256sum] = "e5a1c821dd8dc33a94c445290956d52e03b3c450f9cd448b96d92317fd4cce42" inherit autotools
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)