diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2022-01-15 09:32:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-18 09:01:51 -0800 |
commit | 1b5bc95008195ef16aee5adef8e998ba6bb49b75 (patch) | |
tree | a426e0ba0ed413ec69d16e29fe8dd43e0e3fa740 | |
parent | 2a935801692a27b152041bd996ecc1b789a2f6ad (diff) | |
download | meta-openembedded-1b5bc95008195ef16aee5adef8e998ba6bb49b75.tar.gz |
tree: upgrade 2.0.0 -> 2.0.1
Version 2.0.1 (01/03/2022)
- Simplify Makefile and the following changes: prefix -> PREFIX,
BINDIR -> DESTDIR, -O4 -> -O3, mode 644 for man page installation
(Michal Vasilek)
- Make patterns ending in '/' match directories (but not files) for -I / -P
(Michiel Beijen) should also fix issues with --gitignore as well
(Taylor Faubion)
- Fix --gitignore not matching files relative to the path of the .gitignore
(Taylor Faubion) I did say it was hacked together.
- Refactored color.c a bit to simplify the code as a prelude to meta coloring.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/tree/tree_2.0.1.bb (renamed from meta-oe/recipes-support/tree/tree_2.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tree/tree_2.0.0.bb b/meta-oe/recipes-support/tree/tree_2.0.1.bb index 257adfb426..9e1e787f10 100644 --- a/meta-oe/recipes-support/tree/tree_2.0.0.bb +++ b/meta-oe/recipes-support/tree/tree_2.0.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" |
6 | 6 | ||
7 | SRC_URI = "http://mama.indstate.edu/users/ice/tree/src/${BP}.tgz" | 7 | SRC_URI = "http://mama.indstate.edu/users/ice/tree/src/${BP}.tgz" |
8 | SRC_URI[sha256sum] = "782cd73179f65cfca7f29326f1511306e49e9b11d5b861daa57e13fd7262889f" | 8 | SRC_URI[sha256sum] = "e3339c5a194cf6b4080f15ec59faa3679f02d5a793b2147912fbfcfb4cdf2239" |
9 | 9 | ||
10 | # tree's default CFLAGS for Linux | 10 | # tree's default CFLAGS for Linux |
11 | CFLAGS += "-Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" | 11 | CFLAGS += "-Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" |