diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2021-08-11 13:31:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-11 10:23:54 -0700 |
| commit | 369fd1efe918a27f6ac0dee8e5b2a305817f399f (patch) | |
| tree | bef59c93395066c49a37903ffb84284c68de47b8 /meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb | |
| parent | 02aeda00ab3769abc0bd651f7d1c4998f436ac6e (diff) | |
| download | meta-openembedded-369fd1efe918a27f6ac0dee8e5b2a305817f399f.tar.gz | |
jemalloc: fix the race during do_install
Fixes:
| TOPDIR/tmp-glibc/hosttools/install: cannot stat 'doc/jemalloc.3': No such file or directory
| make: *** [Makefile:513: install_doc_man] Error 1
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb index 39637663f6..b191f729a3 100644 --- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb +++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb | |||
| @@ -13,7 +13,9 @@ SECTION = "libs" | |||
| 13 | 13 | ||
| 14 | LIC_FILES_CHKSUM = "file://README;md5=6900e4a158982e4c4715bf16aa54fa10" | 14 | LIC_FILES_CHKSUM = "file://README;md5=6900e4a158982e4c4715bf16aa54fa10" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/jemalloc/jemalloc.git" | 16 | SRC_URI = "git://github.com/jemalloc/jemalloc.git \ |
| 17 | file://0001-Makefile.in-make-sure-doc-generated-before-install.patch \ | ||
| 18 | " | ||
| 17 | 19 | ||
| 18 | SRCREV = "ea6b3e973b477b8061e0076bb257dbd7f3faa756" | 20 | SRCREV = "ea6b3e973b477b8061e0076bb257dbd7f3faa756" |
| 19 | 21 | ||
