Selaa lähdekoodia

recipes: be explict about the git branch used

Follow OE-core (convert-srcuri.py) and update SRC_URI to be explict
about the git branch used to avoid issues when switching default from
master to main.

Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0])

[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py

Signed-off-by: Pierre-Jean Texier <pierre-jean.texier@lafon.fr>
Pierre-Jean Texier 4 vuotta sitten
vanhempi
commit
9659220cee

+ 1 - 1
recipes-lua/luafilesystem/luafilesystem_git.bb

@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d9b7e441d51a96b17511ee3be5a75857"
 DEPENDS = "lua"
 
 
-SRC_URI = "git://github.com/keplerproject/luafilesystem;protocol=https \
+SRC_URI = "git://github.com/keplerproject/luafilesystem;protocol=https;branch=master \
 	file://0001-Fix-for-OE.patch"
 
 # Modify these as desired

+ 1 - 1
recipes-lua/luasocket/luasocket_git.bb

@@ -5,7 +5,7 @@ DEPENDS = "lua"
 
 RDEPENDS_${PN} += "lua"
 
-SRC_URI = "git://github.com/diegonehab/luasocket;protocol=https \
+SRC_URI = "git://github.com/diegonehab/luasocket;protocol=https;branch=master \
 	file://0001-fix-for-OE.patch \
 "
 

+ 1 - 1
recipes-support/rescuegui/rescuegui_git.bb

@@ -10,7 +10,7 @@ inherit update-rc.d
 DEPENDS += "swupdate lua luafilesystem"
 RDEPENDS_${PN} += "swupdate-tools swupdate-lua"
 
-SRC_URI = "git://github.com/sbabic/SWUpdateGUI.git;protocol=https \
+SRC_URI = "git://github.com/sbabic/SWUpdateGUI.git;protocol=https;branch=master \
      	   file://rescuegui \
 	   file://config.lua \
 	"

+ 1 - 1
recipes-support/swupdate/swupdate.inc

@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
 inherit cml1 update-rc.d systemd pkgconfig
 
-SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=https \
+SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=https;branch=master \
     file://defconfig \
     file://swupdate \
     file://swupdate.sh \