Browse Source

libfdt: fix library version to match project version

Build the libfdt with the correct version number by pulling the version
from the top-level project.

Change as suggested from https://github.com/dgibson/dtc/pull/95#issuecomment-1546933095

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
Brandon Maier 1 year ago committed by David Gibson
parent
commit
4c68e4b16b
  1. 2
      libfdt/meson.build

2
libfdt/meson.build

@ -28,7 +28,7 @@ endif @@ -28,7 +28,7 @@ endif
link_args += version_script
libfdt = library(
'fdt', sources,
version: '1.6.0',
version: meson.project_version(),
link_args: link_args,
link_depends: 'version.lds',
install: true,

Loading…
Cancel
Save