diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-25 23:16:56 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-26 08:28:37 -0700 |
commit | 829dcb63f01651750a56e2a3d21635e53199af38 (patch) | |
tree | 8c182bfabdb96796f332edf99cadcc4083de459d /meta-oe/recipes-kernel | |
parent | e770e09e40bd9ec65412b0e1023e71694e348427 (diff) | |
download | meta-openembedded-829dcb63f01651750a56e2a3d21635e53199af38.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb b/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb index daf084f39..c85bfc13a 100644 --- a/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb +++ b/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb | |||
@@ -43,4 +43,5 @@ PACKAGECONFIG[standalone] = "--enable-standalone, --enable-standalone=no" | |||
43 | CFLAGS += "-I${STAGING_INCDIR}" | 43 | CFLAGS += "-I${STAGING_INCDIR}" |
44 | LDFLAGS += "-L${STAGING_LIBDIR}" | 44 | LDFLAGS += "-L${STAGING_LIBDIR}" |
45 | 45 | ||
46 | EXTRA_OECONF += "--enable-useflags" | ||
46 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | 47 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' |