diff mbox series

[meta-darwin] libtapi-native: use nobranch=1

Message ID 20230918125805.1246947-1-ecordonnier@snap.com
State New
Headers show
Series [meta-darwin] libtapi-native: use nobranch=1 | expand

Commit Message

Etienne Cordonnier Sept. 18, 2023, 12:58 p.m. UTC
From: Etienne Cordonnier <ecordonnier@snap.com>

The master branch was deleted upstream and the commit is now in the branch
"1300.6.5". The safest way to fix this is to use "nobranch=1".

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
---
 recipes-devtools/libtapi/libtapi-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-devtools/libtapi/libtapi-native_git.bb b/recipes-devtools/libtapi/libtapi-native_git.bb
index ee569ec..3c09387 100644
--- a/recipes-devtools/libtapi/libtapi-native_git.bb
+++ b/recipes-devtools/libtapi/libtapi-native_git.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE.APPLE-LIBTAPI.txt;md5=ecd05d65
 SECTION = "devel"
 
 SRCREV = "b7b5bdbfda9e8062d405b48da3b811afad98ae76"
-SRC_URI = "git://github.com/tpoechtrager/apple-libtapi.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/tpoechtrager/apple-libtapi.git;nobranch=1;protocol=https"
 
 PACKAGES = "${PN}-dbg ${PN} ${PN}-dev"