]> code.ossystems Code Review - openembedded-core.git/commitdiff
connman-gnome/matchbox-desktop: Remove file:// globbing
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2020 13:45:06 +0000 (14:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Aug 2020 08:03:59 +0000 (09:03 +0100)
A directory can be specified in SRC_URI, there is no need to use
globbing. This means that the files are checksummed correctly and
the recipe rebuilds when the files change as globbing breaks that.

We're about to remove the use of globbing in SRC_URI so improve these.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/connman/connman-gnome_0.7.bb
meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb

index 778bf5019184cb9b6f01f495b30240891b23566e..af986c4eab342c02c958028df96678c884ec6b9b 100644 (file)
@@ -13,7 +13,7 @@ SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
 SRC_URI = "git://github.com/connectivity/connman-gnome.git \
            file://0001-Removed-icon-from-connman-gnome-about-applet.patch \
            file://null_check_for_ipv4_config.patch \
-           file://images/* \
+           file://images/ \
            file://connman-gnome-fix-dbus-interface-name.patch \
            file://0001-Port-to-Gtk3.patch \
           "
index 5c23e852021770e74618e98a2980fa1617c9b788..e7d8a284bb6f0263de26e88ab51a543cc5423e51 100644 (file)
@@ -13,7 +13,7 @@ SECTION = "x11/wm"
 # SRCREV tagged 2.2
 SRCREV = "6bc67d09da4147e5552fe30011a05a2c59d2f777"
 SRC_URI = "git://git.yoctoproject.org/${BPN}-2 \
-           file://vfolders/* \
+           file://vfolders/ \
            "
 
 EXTRA_OECONF = "--enable-startup-notification --with-dbus"