Files
meta-openembedded/meta-oe/recipes-connectivity
Changqing Li 05c1003c45 linuxptp: fix do_compile error
with make 4.4, linuxptp do_compile will failed with error:
In file included from clock.c:35:
missing.h:61:9: error: redeclaration of enumerator 'HWTSTAMP_TX_ONESTEP_P2P'
   61 |         HWTSTAMP_TX_ONESTEP_P2P = 3,
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from clock.c:21:
/buildarea2/WRLCD_Regression/Rerun/build_dir/11201532-build_scp_world_Feature_Test/qemux86-64-standard-std-OE/build/tmp-glibc/work/core2-64-wrs-linux/linuxptp/3.1.1-r0/recipe-sysroot/usr/include/linux/net_tstamp.h:128:9: note: previous definition of 'HWTSTAMP_TX_ONESTEP_P2P' with type 'enum hwtstamp_tx_types'
  128 |         HWTSTAMP_TX_ONESTEP_P2P,
      |

Following change of make 4.4 changes behavior of shell function:
* WARNING: Backward-incompatibility!
  Previously makefile variables marked as export were not exported to commands
  started by the $(shell ...) function.  Now, all exported variables are
  exported to $(shell ...).

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-23 08:25:30 -08:00
..
2021-08-03 10:21:25 -07:00
2022-01-25 10:56:04 -08:00
2022-07-19 18:38:44 -07:00
2022-09-20 18:55:26 -07:00
2021-09-10 06:57:43 -07:00
2022-05-09 08:59:46 -07:00
2022-09-30 15:09:50 -07:00
2022-07-07 08:24:26 -07:00
2022-03-03 23:07:50 -08:00
2022-07-18 09:11:22 -07:00
2022-11-23 08:25:30 -08:00
2022-11-07 08:40:48 -08:00
2022-11-14 11:55:59 -08:00
2022-09-27 10:04:35 -07:00
2022-08-27 07:37:45 -07:00
2022-11-09 10:17:15 -08:00
2022-10-18 08:23:44 -07:00