unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 3bfde672a840212641a6f7f2426c9d71bdc7b6ab 851 bytes (raw)
name: gnu/packages/patches/u-boot-device-tree-compiler-23-libfdt-Add-missing-functions-to-shared-library.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
From a4b093f7366fdb429ca1781144d3985fa50d0fbb Mon Sep 17 00:00:00 2001
From: Julien Grall <julien.grall@linaro.org>
Date: Tue, 17 Mar 2015 16:00:34 +0000
Subject: [PATCH] libfdt: Add missing functions to shared library

The commit 4e76ec7 "libfdt: Add fdt_next_subnode() to permit easy
subnode iteration" adds new functions (fdt_{first,next}_subnode) but
forgot to mark them as 'global' in the shared library.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
 libfdt/version.lds | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libfdt/version.lds b/libfdt/version.lds
index 80b322b..941208e 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -54,6 +54,8 @@ LIBFDT_1.2 {
 		fdt_get_property_by_offset;
 		fdt_getprop_by_offset;
 		fdt_next_property_offset;
+		fdt_first_subnode;
+		fdt_next_subnode;
 
 	local:
 		*;
-- 
2.8.1


debug log:

solving 3bfde67 ...
found 3bfde67 in https://yhetil.org/guix-devel/20160801191327.12537-1-dannym@scratchpost.org/ ||
	https://yhetil.org/guix-devel/20160801191801.13357-1-dannym@scratchpost.org/ ||
	https://yhetil.org/guix-devel/20160802071139.6664-1-dannym@scratchpost.org/ ||
	https://yhetil.org/guix-devel/20160801200535.30747-1-dannym@scratchpost.org/ ||
	https://yhetil.org/guix-devel/20160801195827.25377-1-dannym@scratchpost.org/

applying [1/1] https://yhetil.org/guix-devel/20160801191327.12537-1-dannym@scratchpost.org/
diff --git a/gnu/packages/patches/u-boot-device-tree-compiler-23-libfdt-Add-missing-functions-to-shared-library.patch b/gnu/packages/patches/u-boot-device-tree-compiler-23-libfdt-Add-missing-functions-to-shared-library.patch
new file mode 100644
index 0000000..3bfde67

1:26: space before tab in indent.
 		fdt_get_property_by_offset;
1:27: space before tab in indent.
 		fdt_getprop_by_offset;
1:28: space before tab in indent.
 		fdt_next_property_offset;
1:31: trailing whitespace.
 
1:32: space before tab in indent.
 	local:
Checking patch gnu/packages/patches/u-boot-device-tree-compiler-23-libfdt-Add-missing-functions-to-shared-library.patch...
Applied patch gnu/packages/patches/u-boot-device-tree-compiler-23-libfdt-Add-missing-functions-to-shared-library.patch cleanly.
warning: squelched 3 whitespace errors
warning: 8 lines add whitespace errors.

skipping https://yhetil.org/guix-devel/20160801191801.13357-1-dannym@scratchpost.org/ for 3bfde67
skipping https://yhetil.org/guix-devel/20160802071139.6664-1-dannym@scratchpost.org/ for 3bfde67
skipping https://yhetil.org/guix-devel/20160801200535.30747-1-dannym@scratchpost.org/ for 3bfde67
skipping https://yhetil.org/guix-devel/20160801195827.25377-1-dannym@scratchpost.org/ for 3bfde67
index at:
100644 3bfde672a840212641a6f7f2426c9d71bdc7b6ab	gnu/packages/patches/u-boot-device-tree-compiler-23-libfdt-Add-missing-functions-to-shared-library.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).