[gnome-build-meta/jjardon/usb.ids] Use remote locations instead local copy



commit fb28a42a87c35ff6a31b5046a5a4c2d4def70447
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Apr 9 18:00:45 2020 +0100

    Use remote locations instead local copy
    
    BuildStream have now a "remote" plugin for this

 elements/core-deps/libosinfo.bst |     8 +-
 files/libosinfo/pci.ids          | 30193 -------------------------------------
 files/libosinfo/usb.ids          | 21179 --------------------------
 3 files changed, 4 insertions(+), 51376 deletions(-)
---
diff --git a/elements/core-deps/libosinfo.bst b/elements/core-deps/libosinfo.bst
index f8ae145c..0fe64f12 100644
--- a/elements/core-deps/libosinfo.bst
+++ b/elements/core-deps/libosinfo.bst
@@ -2,10 +2,10 @@ kind: meson
 sources:
 - kind: tar
   url: https://releases.pagure.org/libosinfo/libosinfo-1.7.1.tar.xz
-- kind: local
-  path: files/libosinfo/pci.ids
-- kind: local
-  path: files/libosinfo/usb.ids
+- kind: remote
+  url: http://www.linux-usb.org/usb.ids
+- kind: remote
+  url: http://pci-ids.ucw.cz/v2.2/pci.ids
 build-depends:
 - sdk/gtk-doc.bst
 - freedesktop-sdk.bst:components/perl-xml-parser.bst


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]