diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-06-24 14:05:09 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-23 23:20:35 -0700 |
| commit | 8f844f14c7a67f0d1bd82dca66425d58cfd93fa5 (patch) | |
| tree | a41d0d09ef759a146566e82267957113ea20309b /meta-oe/recipes-support/function2/function2_4.1.0.bb | |
| parent | 50d1ae321fee2e82469eb6b97673a0acf4f46c52 (diff) | |
| download | meta-openembedded-8f844f14c7a67f0d1bd82dca66425d58cfd93fa5.tar.gz | |
function2: upgrade 4.1.0 -> 4.2.0
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/function2/function2_4.1.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/function2/function2_4.1.0.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-oe/recipes-support/function2/function2_4.1.0.bb b/meta-oe/recipes-support/function2/function2_4.1.0.bb deleted file mode 100644 index 56dc30acdc..0000000000 --- a/meta-oe/recipes-support/function2/function2_4.1.0.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "Improved drop-in replacement for std::function" | ||
| 2 | DESCRIPTION = "Provides improved implementations of std::function." | ||
| 3 | HOMEPAGE = "https://naios.github.io/function2" | ||
| 4 | LICENSE = "BSL-1.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | ||
| 6 | SRCREV = "3a0746bf5f601dfed05330aefcb6854354fce07d" | ||
| 7 | PV .= "+git${SRCPV}" | ||
| 8 | |||
| 9 | SRC_URI += "gitsm://github.com/Naios/function2" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit cmake | ||
| 14 | inherit ptest | ||
| 15 | |||
| 16 | # Installs some data to incorrect top-level /usr directory | ||
| 17 | do_install_append() { | ||
| 18 | mkdir -p ${D}/${datadir}/function2 | ||
| 19 | mv ${D}/${prefix}/Readme.md ${D}/${datadir}/function2/ | ||
| 20 | mv ${D}/${prefix}/LICENSE.txt ${D}/${datadir}/function2/ | ||
| 21 | } | ||
