mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
@@ -13,7 +13,9 @@ SECTION = "libs"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README;md5=6900e4a158982e4c4715bf16aa54fa10"
|
||||
|
||||
SRC_URI = "git://github.com/jemalloc/jemalloc.git"
|
||||
SRC_URI = "git://github.com/jemalloc/jemalloc.git \
|
||||
file://0001-Makefile.in-make-sure-doc-generated-before-install.patch \
|
||||
"
|
||||
|
||||
SRCREV = "ea6b3e973b477b8061e0076bb257dbd7f3faa756"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user