[PATCH] Fix format of sprintf
https://buildd.debian.org/status/fetch.php?pkg=target-factory&arch=armel&ver=1.4-2&stamp=
1635640153&raw=0
```
<<PKGBUILDDIR>>/src/create_target_DPUCVDX8G_ISA1.cpp: In function ‘const vitis::ai::Target vitis::ai::create_target_DPUCVDX8G_ISA1(uint64_t)’:
/<<PKGBUILDDIR>>/src/create_target_DPUCVDX8G_ISA1.cpp:61:29: error: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘long long unsigned int’ [-Werror=format=]
61 | sprintf(finger_hex, "%016lX", fingerprint);
| ~~~~~^ ~~~~~~~~~~~
| | |
| | long long unsigned int
| long unsigned int
| %016llX
```
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Gbp-Pq: Name 0004-Fix-format-of-sprintf.patch