From 9996acf0917d43b3a04b8a877de67ab7370783b9 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 5 Dec 2014 11:00:15 +0100 Subject: [PATCH] dde_linux: check tools needed for libnl --- repos/dde_linux/ports/dde_linux.hash | 2 +- repos/dde_linux/ports/dde_linux.port | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/repos/dde_linux/ports/dde_linux.hash b/repos/dde_linux/ports/dde_linux.hash index cc4e675c3..3bfa77e48 100644 --- a/repos/dde_linux/ports/dde_linux.hash +++ b/repos/dde_linux/ports/dde_linux.hash @@ -1 +1 @@ -7f4e92802b6293f4816c0f366111b554109eec99 +aafe49e012e64e25f60c47fd53f4b58e8eb70f3e diff --git a/repos/dde_linux/ports/dde_linux.port b/repos/dde_linux/ports/dde_linux.port index 5b5bbfb79..e37ad83c8 100644 --- a/repos/dde_linux/ports/dde_linux.port +++ b/repos/dde_linux/ports/dde_linux.port @@ -6,8 +6,11 @@ DOWNLOADS := dwc_otg.git usb.archive lxip.archive wifi.archive \ # # Tools # -FLEX ?= flex -YACC ?= bison +$(call check_tool,flex) +$(call check_tool,bison) + +FLEX = flex +YACC = bison # # The git checkout checks for the existence of SRC_DIR, which is created by the