From d2a0c91d9fe0836113700daf28390588d2ddc9a8 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 31 Oct 2014 13:08:56 +0100 Subject: tegrarcm: add include path to sysroot libcryptopp The include path to libcryptopp is hardcoded to the buildhosts /usr/include/... --- recipes-bsp/tegrarcm/tegrarcm.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/tegrarcm/tegrarcm.bb b/recipes-bsp/tegrarcm/tegrarcm.bb index a89fc68..0180a36 100644 --- a/recipes-bsp/tegrarcm/tegrarcm.bb +++ b/recipes-bsp/tegrarcm/tegrarcm.bb @@ -15,7 +15,11 @@ PV = "1.6" EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' +do_compile () { + oe_runmake CPPFLAGS=-I${includedir}/cryptopp || die "make failed" +} + S = "${WORKDIR}/git" -inherit autotools +inherit autotools native -- cgit v1.2.3