diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-06-30 09:26:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-30 07:58:38 -0700 |
| commit | 1fa024ef8966e264457f0747a061994460fdaf43 (patch) | |
| tree | b497e23f22bbaff6a01396c499bdf9f7a572df15 /meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | |
| parent | 20ea67b09a018cc5ee4df80acd09adddbd645335 (diff) | |
| download | meta-openembedded-1fa024ef8966e264457f0747a061994460fdaf43.tar.gz | |
docopt.cpp: upgrade 0.6.2 -> 0.6.3
-docopt.cpp/0001-Set-library-VERSION-and-SOVERSION.patch
Removed since this is included in 0.6.3.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb index aa55ebf84d..7a6b0bf95d 100644 --- a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb +++ b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | |||
| @@ -14,12 +14,11 @@ LIC_FILES_CHKSUM = "\ | |||
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | DEPENDS = "boost" | 16 | DEPENDS = "boost" |
| 17 | SRCREV = "3dd23e3280f213bacefdf5fcb04857bf52e90917" | 17 | SRCREV = "42ebcec9dc2c99a1b3a4542787572045763ad196" |
| 18 | PV = "0.6.2+git${SRCPV}" | 18 | PV = "0.6.3+git${SRCPV}" |
| 19 | 19 | ||
| 20 | SRC_URI = "\ | 20 | SRC_URI = "\ |
| 21 | git://github.com/docopt/docopt.cpp.git;protocol=https \ | 21 | git://github.com/docopt/docopt.cpp.git;protocol=https \ |
| 22 | file://0001-Set-library-VERSION-and-SOVERSION.patch \ | ||
| 23 | " | 22 | " |
| 24 | 23 | ||
| 25 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
