diff options
Diffstat (limited to 'recipes-devtools/ion/libion_git.bb')
-rw-r--r-- | recipes-devtools/ion/libion_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-devtools/ion/libion_git.bb b/recipes-devtools/ion/libion_git.bb index 4cf03afa..f5ca8e82 100644 --- a/recipes-devtools/ion/libion_git.bb +++ b/recipes-devtools/ion/libion_git.bb | |||
@@ -6,10 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
6 | PV = "1.0.0" | 6 | PV = "1.0.0" |
7 | 7 | ||
8 | BRANCH = "master" | 8 | BRANCH = "master" |
9 | SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH} \ | 9 | SRC_URI = "git://github.com/glneo/libion.git;protocol=https;branch=${BRANCH}" |
10 | file://0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch \ | 10 | SRCREV = "7e138fc31febbb67734792c1a911439bfd6d23eb" |
11 | " | ||
12 | SRCREV = "813bd63e2f2118e17cb1c5d38505a1e572a2381c" | ||
13 | 11 | ||
14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
15 | 13 | ||