All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] freeradius: don't download LTS content by default
@ 2020-03-26  8:20 Changqing Li
  2020-03-26  9:30 ` [oe] " Paul Barker
  0 siblings, 1 reply; 2+ messages in thread
From: Changqing Li @ 2020-03-26  8:20 UTC (permalink / raw)
  To: openembedded-devel

From: Changqing Li <changqing.li@windriver.com>

fix error:
Fetcher failure: Repository
git://github.com/FreeRADIUS/freeradius-server.git has LFS content,
install git-lfs on host to download (or set lfs=0 to ignore it)

upstream has file .lfsconfig to make it not download lfs files by
default, so we also don't download it by default

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb
index a9c2fad..005ca47 100644
--- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb
+++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb
@@ -13,7 +13,7 @@ LICENSE = "GPLv2 & LGPLv2+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
 DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc"
 
-SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x; \
+SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0; \
     file://freeradius \
     file://volatiles.58_radiusd \
     file://freeradius-enble-user-in-conf.patch \
-- 
2.7.4


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

* Re: [oe] [meta-networking][PATCH] freeradius: don't download LTS content by default
  2020-03-26  8:20 [meta-networking][PATCH] freeradius: don't download LTS content by default Changqing Li
@ 2020-03-26  9:30 ` Paul Barker
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Barker @ 2020-03-26  9:30 UTC (permalink / raw)
  To: Changqing Li; +Cc: openembedded-devel

On Thu, 26 Mar 2020 at 08:20, Changqing Li <changqing.li@windriver.com> wrote:
>
> From: Changqing Li <changqing.li@windriver.com>
>
> fix error:
> Fetcher failure: Repository
> git://github.com/FreeRADIUS/freeradius-server.git has LFS content,
> install git-lfs on host to download (or set lfs=0 to ignore it)
>
> upstream has file .lfsconfig to make it not download lfs files by
> default, so we also don't download it by default
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb
> index a9c2fad..005ca47 100644
> --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb
> +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb
> @@ -13,7 +13,7 @@ LICENSE = "GPLv2 & LGPLv2+"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
>  DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc"
>
> -SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x; \
> +SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0; \
>      file://freeradius \
>      file://volatiles.58_radiusd \
>      file://freeradius-enble-user-in-conf.patch \
> --
> 2.7.4

s/LTS/LFS/ in the subject.

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

end of thread, other threads:[~2020-03-26  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  8:20 [meta-networking][PATCH] freeradius: don't download LTS content by default Changqing Li
2020-03-26  9:30 ` [oe] " Paul Barker

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.