diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-31 06:15:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:40:22 +0100 |
commit | 8eb5bd93614db57654d9d3fcc2edcf6f26f148a6 (patch) | |
tree | 3644040e5b751d10772011176bba589bfa06b2da /meta/recipes-bsp/hostap/hostap-utils.inc | |
parent | dc26472661bdc0ed4248d7ab462a296f3c86c421 (diff) | |
download | openembedded-core-8eb5bd93614db57654d9d3fcc2edcf6f26f148a6.tar.gz openembedded-core-8eb5bd93614db57654d9d3fcc2edcf6f26f148a6.tar.bz2 openembedded-core-8eb5bd93614db57654d9d3fcc2edcf6f26f148a6.zip |
hostap-utils: Use C99 stddefs in defining local typedefs
The code is creating more abstract types which is nice however it should
be using standard defines from stdint.h and not random defines to base
its own type system
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/hostap/hostap-utils.inc')
-rw-r--r-- | meta/recipes-bsp/hostap/hostap-utils.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-bsp/hostap/hostap-utils.inc b/meta/recipes-bsp/hostap/hostap-utils.inc index 89d977a65e..140321d0c2 100644 --- a/meta/recipes-bsp/hostap/hostap-utils.inc +++ b/meta/recipes-bsp/hostap/hostap-utils.inc @@ -10,7 +10,9 @@ SECTION = "kernel/userland" PR = "r4" SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ - file://hostap-fw-load.patch" + file://hostap-fw-load.patch \ + file://0001-Define-_u32-__s32-__u16-__s16-__u8-in-terms-of-c99-t.patch \ +" S = "${WORKDIR}/hostap-utils-${PV}" BINARIES = "hostap_crypt_conf hostap_diag hostap_fw_load hostap_io_debug \ |