summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-15 17:02:27 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-15 16:36:15 -0700
commit9f411032713650e74cac196f945928acdc9be8ed (patch)
tree214e11b4114c2b515a41996248d8e290beb0cdce /meta-oe
parent5c016c4c5b5a521206b6a86314e70a9270e2c073 (diff)
downloadmeta-openembedded-9f411032713650e74cac196f945928acdc9be8ed.tar.gz
tree: upgrade 2.1.1 -> 2.1.3
Changelog: ========== - Mostly a brown-paper bag release to fix the below regression and add a feature I forgot to add. - Fix regression in search() function that broke --fromfile - Allow the -L option to accept its parameter immediately (with no space) instead of requiring it be the next option word. - Fix issue where --gitignore does not think a pattern with a singular terminal '/' (indicating it matches only directories,) is a relative path. - Don't emit the error 'recursive, not followed' if when using -L, the depth would prevent descending anyway. This also fixes up a JSON output error (missing comma) when this happens. - Don't prematurely sort files/directories with --from*file. - Various seg-faults fixed (Hanqin Guan (The OSLab of Peking University)): - Make doubly sure that there is actually a previous path entry when reading from a tabbed file. - Make sure there is actually a file entity when applying the link info to it when reading fromfile using --fflinks. - Increase space for the path a little in listdir(), just to be sure. - Make sure that there is no topsort (--dirsfirst / --filesfirst) if there is no basesort (-U). - Make sure gittrim() function can handle a null string. - Update email address to steve.baker.llc@gmail.com from ice@mama.indstate.edu which has been permanently disabled. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/tree/tree_2.1.3.bb (renamed from meta-oe/recipes-support/tree/tree_2.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tree/tree_2.1.1.bb b/meta-oe/recipes-support/tree/tree_2.1.3.bb
index 1eaea6a22b..79e0d5e10b 100644
--- a/meta-oe/recipes-support/tree/tree_2.1.1.bb
+++ b/meta-oe/recipes-support/tree/tree_2.1.3.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
6 6
7SRC_URI = "https://oldmanprogrammer.net/tar/tree/${BP}.tgz" 7SRC_URI = "https://oldmanprogrammer.net/tar/tree/${BP}.tgz"
8SRC_URI[sha256sum] = "d3c3d55f403af7c76556546325aa1eca90b918cbaaf6d3ab60a49d8367ab90d5" 8SRC_URI[sha256sum] = "c24c9bfbbb3bd31a43b16898f74fd338cfcf348e914de81438ddfcf052076ff4"
9 9
10# tree's default CFLAGS for Linux 10# tree's default CFLAGS for Linux
11CFLAGS += "-Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" 11CFLAGS += "-Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"