Browse Source

ipmiutil: Pass --enable-useflags

This ensures CFLAGS and LDFLAGS from environment are passed to build

Fixes
File /usr/sbin/.debug/iseltime in package ipmiutil-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 2 years ago
parent
commit
829dcb63f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb

+ 1 - 0
meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb

@@ -43,4 +43,5 @@ PACKAGECONFIG[standalone] = "--enable-standalone, --enable-standalone=no"
 CFLAGS += "-I${STAGING_INCDIR}"
 LDFLAGS += "-L${STAGING_LIBDIR}"
 
+EXTRA_OECONF += "--enable-useflags"
 COMPATIBLE_HOST = '(x86_64|i.86).*-linux'