mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
make: upgrade 4.4 -> 4.4.1
(From OE-Core rev: 076815f41740fc480e3fb6b3087840ece1b9e3ce) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5cb5839975
commit
e0edfe32eb
@@ -11,3 +11,8 @@ SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.gz \
|
||||
inherit autotools gettext pkgconfig texinfo
|
||||
|
||||
PROVIDES = "virtual/make"
|
||||
|
||||
# Otherwise $CXX leaks into /usr/bin/make
|
||||
do_configure:prepend() {
|
||||
unset CXX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user