From 49ad0c565acd16a66d96c4b8d19333eae7855735 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 25 Apr 2016 13:41:43 +0200 Subject: tools: fix make_ext4fs build with recent glibc Update to latest make_ext4fs Git HEAD to fix build with recent glibc version which does not implicitely includes sysmacros.h anymore. Signed-off-by: Jo-Philipp Wich --- target/linux/uml/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/uml') diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index be27179151..430450ca0b 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -18,6 +18,7 @@ ARCH:=$(shell uname -m | sed \ -e 's/sh[234]/sh/' \ -e 's/armeb/arm/' \ ) +ARCH_PACKAGES:=uml BOARD:=uml BOARDNAME:=User Mode Linux FEATURES:=ext4 audio -- cgit v1.2.3