summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tree
diff options
context:
space:
mode:
authorBenjamin Szőke <egyszeregy@freemail.hu>2024-06-23 19:03:11 +0200
committerKhem Raj <raj.khem@gmail.com>2024-06-23 10:19:29 -0700
commit0c4079fc28cc36cb2dbfe48093f2cf64106f8b5d (patch)
tree524728f6264a1e6f86570ae3eabb0428fe08df07 /meta-oe/recipes-support/tree
parentd1b8ebc2a5ff5993e118048f2ca31a893f13cd38 (diff)
downloadmeta-openembedded-0c4079fc28cc36cb2dbfe48093f2cf64106f8b5d.tar.gz
tree: fix broken links
New tarball location is: http://oldmanprogrammer.net/tar/tree/ Homepage is: http://oldmanprogrammer.net/source.php?dir=projects/tree Signed-off-by: Benjamin Szőke <egyszeregy@freemail.hu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/tree')
-rw-r--r--meta-oe/recipes-support/tree/tree_2.1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/tree/tree_2.1.1.bb b/meta-oe/recipes-support/tree/tree_2.1.1.bb
index 0b61149609..1eaea6a22b 100644
--- a/meta-oe/recipes-support/tree/tree_2.1.1.bb
+++ b/meta-oe/recipes-support/tree/tree_2.1.1.bb
@@ -1,10 +1,10 @@
1SUMMARY = "A recursive directory listing command" 1SUMMARY = "A recursive directory listing command"
2HOMEPAGE = "http://mama.indstate.edu/users/ice/tree/" 2HOMEPAGE = "https://oldmanprogrammer.net/source.php?dir=projects/tree"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
6 6
7SRC_URI = "http://mama.indstate.edu/users/ice/tree/src/${BP}.tgz" 7SRC_URI = "https://oldmanprogrammer.net/tar/tree/${BP}.tgz"
8SRC_URI[sha256sum] = "d3c3d55f403af7c76556546325aa1eca90b918cbaaf6d3ab60a49d8367ab90d5" 8SRC_URI[sha256sum] = "d3c3d55f403af7c76556546325aa1eca90b918cbaaf6d3ab60a49d8367ab90d5"
9 9
10# tree's default CFLAGS for Linux 10# tree's default CFLAGS for Linux