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



commit 9dac523d3052eb316622675c2d68f91fbd291b31
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 |    10 +-
 files/libosinfo/pci.ids          | 30193 -------------------------------------
 files/libosinfo/usb.ids          | 21179 --------------------------
 3 files changed, 6 insertions(+), 51376 deletions(-)
---
diff --git a/elements/core-deps/libosinfo.bst b/elements/core-deps/libosinfo.bst
index f8ae145c..23ab46f6 100644
--- a/elements/core-deps/libosinfo.bst
+++ b/elements/core-deps/libosinfo.bst
@@ -2,10 +2,12 @@ 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: git_tag
+  url: https://github.com/pciutils/pciids.git
+  ref: 769867fb689170061c2cdaa910201ff5017cd9ab
+- kind: git_tag
+  url: https://github.com/usbids/usbids.git
+  ref: d41c7bcdcb8da54687d66e254d879517f00d9d21
 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]