[Crosstoolchain-logs] [device-tree-compiler] 16/22: libfdt: Add fdt_overlay_apply to the exported symbols

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:07:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/latest
in repository device-tree-compiler.

commit 5ce8634733b70c2051a2a88fd7255f1a5b1a0903
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Oct 11 10:10:32 2016 +0200

    libfdt: Add fdt_overlay_apply to the exported symbols
    
    fdt_overlay_apply was not usable in the shared library. Export it to allow
    its use.
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 libfdt/version.lds | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libfdt/version.lds b/libfdt/version.lds
index 1f4e1ea..cff0358 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -61,6 +61,7 @@ LIBFDT_1.2 {
 		fdt_size_cells;
 		fdt_stringlist_contains;
 		fdt_resize;
+		fdt_overlay_apply;
 
 	local:
 		*;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list