All of lore.kernel.org
 help / color / mirror / Atom feed
* Proposal to change the SRC_URI source reference of neard package.
@ 2022-03-27  5:21 Rahul Chauhan
  2022-03-27 10:24 ` [OE-core] " Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Rahul Chauhan @ 2022-03-27  5:21 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

Hi Team,

I am building neard recipe. And neard recipe fetching source code from " https://cdn.kernel.org/pub/linux/network/nfc ".
https://cdn.kernel.org/pub/linux/network/nfc/neard-0.16.tar.gz

In this tar file few plugins (eg. tizen) and tests scripts (eg. Test-channel,test-see,neard-ui.py,ndef-agent etc) are missing.

I observed that,all missing files are present in below tar file.
https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot/neard-0.16.tar.gz

Is there any specific reason to fetch the neard source from https://cdn.kernel.org/pub/linux/network/nfc/neard-0.16.tar.gz insteed of "https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot/neard-0.16.tar.gz"

If community is okay then i can propose the patch by modifying the SRC-URI in neard recipe.

Thanks in advane
Rahul Kumar

[-- Attachment #2: Type: text/html, Size: 1384 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OE-core] Proposal to change the SRC_URI source reference of neard package.
  2022-03-27  5:21 Proposal to change the SRC_URI source reference of neard package Rahul Chauhan
@ 2022-03-27 10:24 ` Ross Burton
  2022-03-27 18:57   ` Rahul Chauhan
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2022-03-27 10:24 UTC (permalink / raw)
  To: Rahul Chauhan; +Cc: openembedded-core

On Sun, 27 Mar 2022 at 06:21, Rahul Chauhan <rahulchauhankitps@gmail.com> wrote:
> I am building neard recipe. And neard recipe fetching source code from "https://cdn.kernel.org/pub/linux/network/nfc".
> https://cdn.kernel.org/pub/linux/network/nfc/neard-0.16.tar.gz
>
> In this tar file few plugins (eg. tizen) and tests scripts (eg. Test-channel,test-see,neard-ui.py,ndef-agent etc) are missing.
>
> I observed that,all missing files are present in below tar file.
> https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot/neard-0.16.tar.gz
>
> Is there any specific reason to fetch the neard source from https://cdn.kernel.org/pub/linux/network/nfc/neard-0.16.tar.gz insteed of "https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot/neard-0.16.tar.gz"

The /snapshot/ tarball is dynamically generated so checksums can and
will change over time.  If the tarball is incomplete then start by
telling upstream that they are missing files in the tarball, and
switch the recipe until the tarball is fixed to doing a proper git
clone.

Ross


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Proposal to change the SRC_URI source reference of neard package.
  2022-03-27 10:24 ` [OE-core] " Ross Burton
@ 2022-03-27 18:57   ` Rahul Chauhan
  2022-03-27 19:37     ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Rahul Chauhan @ 2022-03-27 18:57 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

Dear Ross,

Thanks For your Quick response.

As per your Recommendation, I have sent a mail to "linux-nfc@lists.01.org" and inform that below tarball is incomplete.
https://cdn.kernel.org/pub/linux/network/nfc/neard-0.16.tar.gz

and request, to upload the correct tarball or is there any specific reason of the missing files.

If you are okay, I will release a patch to do a proper git clone instead of fetching tarball until tarball is fixed.

Please confirm!

Thanks & Regards
Rahul Kumar

[-- Attachment #2: Type: text/html, Size: 566 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OE-core] Proposal to change the SRC_URI source reference of neard package.
  2022-03-27 18:57   ` Rahul Chauhan
@ 2022-03-27 19:37     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2022-03-27 19:37 UTC (permalink / raw)
  To: Rahul Chauhan; +Cc: Patches and discussions about the oe-core layer

On Sun, Mar 27, 2022 at 11:57 AM Rahul Chauhan
<rahulchauhankitps@gmail.com> wrote:
>
> Dear Ross,
>
> Thanks For your Quick response.
>
> As per your Recommendation, I have sent a mail to "linux-nfc@lists.01.org" and inform that below tarball is incomplete.
> https://cdn.kernel.org/pub/linux/network/nfc/neard-0.16.tar.gz
>
> and request, to upload the correct tarball or is there any specific reason of the missing files.
>
> If you are okay, I will release a patch to do a proper git clone instead of fetching tarball until tarball is fixed.
>

If beard is doesnot release tarballs then switching to git clone is ok.

> Please confirm!
>
> Thanks & Regards
> Rahul Kumar
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#163679): https://lists.openembedded.org/g/openembedded-core/message/163679
> Mute This Topic: https://lists.openembedded.org/mt/90058043/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-27 19:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27  5:21 Proposal to change the SRC_URI source reference of neard package Rahul Chauhan
2022-03-27 10:24 ` [OE-core] " Ross Burton
2022-03-27 18:57   ` Rahul Chauhan
2022-03-27 19:37     ` [OE-core] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.