]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION
authorDorinda <dorindabassey@gmail.com>
Thu, 25 Feb 2021 00:39:01 +0000 (01:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 15:19:28 +0000 (15:19 +0000)
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
53 files changed:
meta/recipes-devtools/apt/apt_1.8.2.2.bb
meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb
meta/recipes-devtools/devel-config/distcc-config.bb
meta/recipes-devtools/distcc/distcc_3.3.5.bb
meta/recipes-devtools/dmidecode/dmidecode_3.3.bb
meta/recipes-devtools/dnf/dnf_4.5.2.bb
meta/recipes-devtools/dpkg/dpkg.inc
meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb
meta/recipes-devtools/elfutils/elfutils_0.182.bb
meta/recipes-devtools/fdisk/gptfdisk_1.0.6.bb
meta/recipes-devtools/gcc/gcc-common.inc
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-devtools/git/git.inc
meta/recipes-devtools/glide/glide_0.13.3.bb
meta/recipes-devtools/gnu-config/gnu-config_git.bb
meta/recipes-devtools/help2man/help2man_1.48.1.bb
meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb
meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb
meta/recipes-devtools/intltool/intltool_0.51.0.bb
meta/recipes-devtools/jquery/jquery_3.5.1.bb
meta/recipes-devtools/libcomps/libcomps_0.1.15.bb
meta/recipes-devtools/libdnf/libdnf_0.55.2.bb
meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
meta/recipes-devtools/librepo/librepo_1.12.1.bb
meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb
meta/recipes-devtools/makedevs/makedevs_1.0.1.bb
meta/recipes-devtools/mmc/mmc-utils_git.bb
meta/recipes-devtools/mtd/mtd-utils_git.bb
meta/recipes-devtools/nasm/nasm_2.15.05.bb
meta/recipes-devtools/ninja/ninja_1.10.2.bb
meta/recipes-devtools/opkg/opkg_0.4.4.bb
meta/recipes-devtools/orc/orc_0.4.32.bb
meta/recipes-devtools/patchelf/patchelf_0.12.bb
meta/recipes-devtools/perl/perl_5.32.0.bb
meta/recipes-devtools/pseudo/pseudo.inc
meta/recipes-devtools/python-numpy/python3-numpy_1.20.1.bb
meta/recipes-devtools/python/python3_3.9.2.bb
meta/recipes-devtools/rsync/rsync_3.2.3.bb
meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb
meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
meta/recipes-devtools/strace/strace_5.10.bb
meta/recipes-devtools/subversion/subversion_1.14.1.bb
meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb
meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
meta/recipes-devtools/tcltk/tcl_8.6.11.bb
meta/recipes-devtools/unfs3/unfs3_git.bb
meta/recipes-devtools/unifdef/unifdef_2.12.bb
meta/recipes-devtools/vala/vala.inc
meta/recipes-devtools/valgrind/valgrind_3.16.1.bb
meta/recipes-devtools/xmlto/xmlto_0.0.28.bb

index 6c5633c91fd50c6beeed048fb372c36920d521a4..6cda61a7d882a853591f2cacc37f1ded9e78defa 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Advanced front-end for dpkg"
+DESCRIPTION = "APT is the Advanced Package Tool, an advanced interface to the Debian packaging system which provides the apt-get program."
+HOMEPAGE = "https://packages.debian.org/jessie/apt"
 LICENSE = "GPLv2.0+"
 SECTION = "base"
 
index c08da6cdcaed80bc0b3a364ec5af887c68feb801..cd2ca8dbe990b02fab72681eab42a01485d1dd0f 100644 (file)
@@ -3,6 +3,7 @@
 # Released under the MIT license (see packages/COPYING)
 SUMMARY = "A set of tools for CD recording, including cdrecord"
 HOMEPAGE = "http://sourceforge.net/projects/cdrtools/"
+DESCRIPTION = "cdrecord tool is Highly portable CD/DVD/BluRay command line recording software."
 SECTION = "console/utils"
 LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
index 10220ebc917de1c829480f97faf80e8d3da4d215..0a007bb2cd4717152d2d757b489bbb54b25e13b3 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
 DESCRIPTION = "DejaGnu is a framework for testing other programs. Its purpose \
 is to provide a single front end for all tests."
+HOMEPAGE = "https://www.gnu.org/software/dejagnu/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SECTION = "devel"
index 90c265aed9c4725f4f14b50ea6e606a8eca93b2b..3487666b924a0dcc2e0ddee60126112db9b55997 100644 (file)
@@ -1,6 +1,7 @@
-SECTION = "console/utils"
 SUMMARY = "Command line utilities for working with *.desktop files"
+DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop entries"
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
+SECTION = "console/utils"
 LICENSE = "GPLv2+"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
index 3cd661d543436fb149d84c0f0ae0e905fe24ad4d..db9e8bbcc9f22994c38b99e66fdacf320ec705db 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Sets up distcc for compilation on the target device"
+DESCRIPTION = "${SUMMARY}"
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
index d2ea9c8a6ae20a24da8c65ed52a1b71dbdb38479..5c2644199e15fa6d285f6e56897f2e344f451fea 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "A parallel build system"
 DESCRIPTION = "distcc is a parallel build system that distributes \
 compilation of C/C++/ObjC code across machines on a network."
+HOMEPAGE = "https://github.com/distcc/distcc"
 SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
index 3fc2b20f225306e520bdb6851e71c9b720b64cd1..2fe742b7dc2014f6a1961c5dc8924b80953be087 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "DMI (Desktop Management Interface) table related utilities"
 HOMEPAGE = "http://www.nongnu.org/dmidecode/"
+DESCRIPTION = "Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard (see a sample output)."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
index e1b0e1a1326b86568f6fe3f16204a02bb3276d9e..c746dc30db53490da8c80f2e55d9123f3d15fd7d 100644 (file)
@@ -2,6 +2,7 @@ SUMMARY = "Package manager forked from Yum, using libsolv as a dependency resolv
 DESCRIPTION = "Software package manager that installs, updates, and removes \
 packages on RPM-based Linux distributions. It automatically computes \
 dependencies and determines the actions required to install packages."
+HOMEPAGE = "https://github.com/rpm-software-management/dnf"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://PACKAGE-LICENSING;md5=4a0548e303dbc77f067335b4d688e745 \
index 3419aa56bfa674acc57f5fd06652093929866de7..7acfb4161d1b9f605233493fd6a4a430452433c6 100644 (file)
@@ -1,5 +1,7 @@
 SUMMARY = "Package maintenance system from Debian"
 LICENSE = "GPLv2.0+"
+HOMEPAGE = "https://salsa.debian.org/dpkg-team/dpkg"
+DESCRIPTION = "The primary interface for the dpkg suite is the dselect program. A more low-level and less user-friendly interface is available in the form of the dpkg command."
 SECTION = "base"
 
 DEPENDS = "zlib bzip2 perl ncurses"
index 2c843a9342b9dc6065788b8e3ccab8d776090bae..56b52d6a478ac1c76d064eeb02ac09ee4578bb84 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "A small utility for printing debug source file locations embedded in binaries"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://../dwarfsrcfiles.c;md5=31483894e453a77acbb67847565f1b5c;beginline=1;endline=8"
 
index 8ce8ed6788dc407380c505bd23a3c9f05c5f973f..1123a34bfe1a0f1383ff2affcf9eeee19ad16a64 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Utilities and libraries for handling compiled object files"
 HOMEPAGE = "https://sourceware.org/elfutils"
+DESCRIPTION = "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux."
 SECTION = "base"
 LICENSE = "GPLv2 & GPLv2+ & LGPLv3+ & GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
index 3f331e2dc5d2b7868dfd74ae7094326d2acc7002..5112debf89bdaafa7faaa8de550db4dcd7b60876 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Utility for modifying GPT disk partitioning"
 DESCRIPTION = "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Record (MBR) disks."
+HOMEPAGE = "https://sourceforge.net/projects/gptfdisk/"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
index 3dcfdf835fb50698a3714b2fed519bfdc2261d4b..629fa26dfe50fcdec40e5ce27e2815dffbbd961e 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "GNU cc and gcc C compilers"
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
+DESCRIPTION = "The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D, as well as libraries for these languages (libstdc++,...). GCC was originally written as the compiler for the GNU operating system."
 SECTION = "devel"
 LICENSE = "GPL"
 
index ccc911592cd3a3f15f8c3b69dac19e5004894e1e..6e04552034a897eb5383ab88b351f1cd4e7b3254 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "GNU debugger"
 HOMEPAGE = "http://www.gnu.org/software/gdb/"
+DESCRIPTION = "GDB, the GNU Project debugger, allows you to see what is going on inside another program while it executes -- or what another program was doing at the moment it crashed."
 SECTION = "devel"
 DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
 
index 586a305b2780ea29f0a7d0da4c58b83288cefbcb..0cc40b9378803bcfdb1800a8f44728df846cbd36 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Distributed version control system"
 HOMEPAGE = "http://git-scm.com"
+DESCRIPTION = "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency."
 SECTION = "console/utils"
 LICENSE = "GPLv2"
 DEPENDS = "openssl curl zlib expat"
index 31295edf90784a28225b4f773aeb397c7206ac77..6eb87df7c37dba914b4146dc83f9a5838cf62edf 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Vendor Package Management for Golang"
-HOMEPAGE = "https://glide.sh"
+HOMEPAGE = "https://github.com/Masterminds/glide"
+DESCRIPTION = "Glide is a Vendor Package Management for Golang"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=54905cf894f8cc416a92f4fc350c35b2"
 
index b4e71418acdfb2536d4b9e73c9c0b90c7743542b..c41177c72b9f4fa491527f57d894afa1c80bf282 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "gnu-configize"
 DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree"
+HOMEPAGE = "https://git.savannah.gnu.org/cgit/config.git"
 SECTION = "devel"
 LICENSE = "GPL-3.0-with-autoconf-exception"
 LIC_FILES_CHKSUM = "file://config.guess;beginline=7;endline=27;md5=b75d42f59f706ea56d6a8e00216fca6a"
index 8341f2ba393aa417ed9fe351c6f4362b8c4b7cd5..bdea59d964bf880ace9e0863145f5125c942b3e3 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Program for creating simple man pages"
+HOMEPAGE = "https://www.gnu.org/software/help2man/"
+DESCRIPTION = "help2man is a tool for automatically generating simple manual pages from program output."
 SECTION = "devel"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
index 7a53151d0ee20ae6e69f0da2a1d0ffec7d138645..9842d1f135d448a15fd571e550d159ce94a2ddd9 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Set of i2c tools for linux"
 HOMEPAGE = "https://i2c.wiki.kernel.org/index.php/I2C_Tools"
+DESCRIPTION = "The i2c-tools package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers, EEPROM decoding scripts, EEPROM programming tools, and a python module for SMBus access. All versions of Linux are supported, as long as I2C support is included in the kernel."
 SECTION = "base"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
index 304ad7fec0ea20535cef33f4ad4a3ccdbc7bc2b3..ce4d73caf6272a676eddace85c33a11a816f6163 100644 (file)
@@ -1,6 +1,7 @@
 # Copyright (c) 2018 Joshua Watt, Garmin International,Inc.
 # Released under the MIT license (see COPYING.MIT for the terms)
 SUMMARY = "Generates Icecream toolchain for SDK"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/icecc-env.sh;beginline=2;endline=20;md5=dd6b68c1efed8a9fb04e409b3b287d47"
 
index ecff2faf253314cd0c4a0b5791671813833c7a06..592dbb92e2776a508b56615c77abd015fa46811d 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Utility scripts for internationalizing XML"
+HOMEPAGE = "https://launchpad.net/intltool"
+DESCRIPTION = "Utility scripts for internationalizing XML. This tool automatically extracts translatable strings from oaf, glade, bonobo ui, nautilus theme and other XML files into the po files."
 SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
index 62f0dfb0c5b0fa2e93bd4a0086c85424d9487d90..cfc32952cddf39809650c7f95ae853c393aa9e12 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "jQuery is a fast, small, and feature-rich JavaScript library"
 HOMEPAGE = "https://jquery.com/"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "MIT"
 SECTION = "devel"
 LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=8;endline=10;md5=ebd7bc5d23ab165188e526a0c65d24bb"
index 98c55dca85794e4988b518beb8d7934c661b5acc..58d2dee897c4655e37dafc1b2273ed3d7c684a94 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Libcomps is alternative for yum.comps library (which is for managing rpm package groups)."
+HOMEPAGE = "https://github.com/rpm-software-management/libcomps"
+DESCRIPTION = "Libcomps is alternative for yum.comps library. It's written in pure C as library and there's bindings for python2 and python3."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
index e22255f83114bf1382ebec917730a55dcdfbdc5f..b34bb5de017b09d8b8d380db945809dbbab9184d 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Library providing simplified C and Python API to libsolv"
+HOMEPAGE = "https://github.com/rpm-software-management/libdnf"
+DESCRIPTION = "This library provides a high level package-manager. It's core library of dnf, PackageKit and rpm-ostree. It's replacement for deprecated hawkey library which it contains inside and uses librepo under the hood."
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
index fd49399cb8396f755dc95c34fb87f8be3aad8cfd..2f60ce8e028e5e1099e75555298eb589d6f337f7 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "C Library for manipulating module metadata files"
+HOMEPAGE = "https://github.com/fedora-modularity/libmodulemd"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb"
 
index 0597351052a9548b7748b54139c3e52d7e7d44aa..e90928d2ed551a5c9b4583bb0ddc0e58148fc6a7 100644 (file)
@@ -1,5 +1,7 @@
 SUMMARY = "A library providing C and Python (libcURL like) API \
            for downloading linux repository metadata and packages."
+HOMEPAGE = "https://github.com/rpm-software-management/librepo"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
index 967ac7623a34954ee60fa55040558b242afad495..a4c202f07690738f95ca3bb31d527751bbe29e7a 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "log4cplus provides a simple C++ logging API for log management"
 SECTION = "libs"
 HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
+DESCRIPTION = "log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API."
 BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
 
 LICENSE = "Apache-2.0 & BSD-2-Clause"
index 92d5870f42a8bc8e7c9ac8f7566b59a8f3c1e800..5910f4bc707c7dbb6c98555b48da48183e66b6b3 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Tool for creating device nodes"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 SECTION = "base"
index 5fd1c5c0cd25131f465840970234c97b12b0e81f..8fe606915e3e98c31ddbb8a2e936794acd973680 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Userspace tools for MMC/SD devices"
 HOMEPAGE = "http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d"
 
index ff422195137ee2810ca73425150250511210b07e..105a68dad8f1c93ea5be43c19d441640cf8a248e 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Tools for managing memory technology devices"
 HOMEPAGE = "http://www.linux-mtd.infradead.org/"
+DESCRIPTION = "mtd-utils tool is a generic Linux subsystem for memory devices, especially Flash devices."
 SECTION = "base"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
index 6a1294c34f3bae7c293d75097b74b6ed7bb23a6a..43088baf71bdab03d06ce243f2ad58756be5f52e 100644 (file)
@@ -1,5 +1,7 @@
 SUMMARY = "General-purpose x86 assembler"
 SECTION = "devel"
+HOMEPAGE = "http://www.nasm.us/"
+DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture."
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
 
index 88ff843409548c62df9ff9b588b84ec654ed76d4..2a39b2d21616479e10f116aba6355ff5967533fe 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Ninja is a small build system with a focus on speed."
 HOMEPAGE = "https://ninja-build.org/"
+DESCRIPTION = "Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
 
index 548e81962d7fa527cff187e305bd4f6372d4c798..9eca61be2aa581ecdb1bb38a6af858899c31203e 100644 (file)
@@ -2,6 +2,7 @@ SUMMARY = "Open Package Manager"
 SUMMARY_libopkg = "Open Package Manager library"
 SECTION = "base"
 HOMEPAGE = "http://code.google.com/p/opkg/"
+DESCRIPTION = "Opkg is a lightweight package management system based on Ipkg."
 BUGTRACKER = "http://code.google.com/p/opkg/issues/list"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
index a55b43b8ef57ffb15d04cebe67e330348825c499..0b63716f994933141a895e55a6851e12755ed3f5 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Optimised Inner Loop Runtime Compiler"
 HOMEPAGE = "http://gstreamer.freedesktop.org/modules/orc.html"
+DESCRIPTION = "Optimised Inner Loop Runtime Compiler is a Library and set of tools for compiling and executing SIMD assembly language-like programs that operate on arrays of data."
 LICENSE = "BSD-2-Clause & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
 
index 43de90877c94d451c645480e2ea2d44ce0856b7a..95886c6d3a91a9791689741dda6a89c46c83ee97 100644 (file)
@@ -1,10 +1,12 @@
-SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \
-           file://handle-read-only-files.patch \
-           "
+SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
+DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries."
+HOMEPAGE = "https://github.com/NixOS/patchelf"
 
 LICENSE = "GPLv3"
-SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
 
+SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \
+           file://handle-read-only-files.patch \
+           "
 SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264"
 
 S = "${WORKDIR}/git"
index 3815dd44b16134ba93b6127c3375dcbe552bc3a1..7d88c653227a0ac247c5f7471db6cabbd4882001 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Perl scripting language"
 HOMEPAGE = "http://www.perl.org/"
+DESCRIPTION = "Perl is a highly capable, feature-rich programming language"
 SECTION = "devel"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
index 50e30064bdeb0b557963f9d410658c5e546bd91b..65d6e5068db7a40fedba7747faef210dab9d830c 100644 (file)
@@ -4,6 +4,7 @@
 
 SUMMARY = "Pseudo gives fake root capabilities to a normal user"
 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/pseudo"
+DESCRIPTION = "The pseudo utility offers a way to run commands in a virtualized root environment."
 LIC_FILES_CHKSUM = "file://COPYING;md5=a1d8023a6f953ac6ea4af765ff62d574"
 SECTION = "base"
 LICENSE = "LGPL2.1"
index 2d721524647d817bf376324078fa49af45269644..6c3b8867826c39f58a86c52ad7824c787a005995 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "A sophisticated Numeric Processing Package for Python"
+HOMEPAGE = "https://numpy.org/"
+DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python."
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=aa1ecaef18152f75bfae546b29c49d3c"
index 9c87d9d2ebb2647c098bdb811ca8a374749689b6..af1843a180e5de9a769416ac0973653283b45078 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "The Python Programming Language"
 HOMEPAGE = "http://www.python.org"
+DESCRIPTION = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
 LICENSE = "PSFv2"
 SECTION = "devel/python"
 
index eebd15ec8f53afb26eb36da939daa23482570739..8b36a8ebde727159709b80eb1c4764d364093786 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "File synchronization tool"
 HOMEPAGE = "http://rsync.samba.org/"
+DESCRIPTION = "rsync is an open source utility that provides fast incremental file transfer."
 BUGTRACKER = "http://rsync.samba.org/bugzilla.html"
 SECTION = "console/network"
 # GPLv2+ (<< 3.0.0), GPLv3+ (>= 3.0.0)
index 85b3fc867e3d24097fa9932b92ee15c6c945204b..c353d4b79cd4df752eeb2808aa8ed649f07c3a3f 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Runs postinstall scripts on first boot of the target device"
+DESCRIPTION = "${SUMMARY}"
 SECTION = "devel"
 PR = "r10"
 LICENSE = "MIT"
index b06951df36a1938005187b553cdd0381e30161b1..2b1409d78d34d7b492d891346b78da9926124c61 100644 (file)
@@ -1,6 +1,8 @@
 # Note, we can probably remove the lzma option as it has be replaced with xz,
 # and I don't think the kernel supports it any more.
 SUMMARY = "Tools for manipulating SquashFS filesystems"
+HOMEPAGE = "https://github.com/plougher/squashfs-tools"
+DESCRIPTION = "Tools to create and extract Squashfs filesystems."
 SECTION = "base"
 LICENSE = "GPL-2"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
index 22572fb935e3428d7b902ae2a712708d415f9bad..17bde082a312f0145f7391965c591bf48ed80910 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "System call tracing tool"
 HOMEPAGE = "http://strace.io"
+DESCRIPTION = "strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state."
 SECTION = "console/utils"
 LICENSE = "LGPL-2.1+ & GPL-2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c756d9d5dabc27663df64f0bf492166c"
index f1d003808630a7427ff2c65cba60190d62c65706..0f8a764532157076b58c402f53c9abb5df0b1fa6 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Subversion (svn) version control system client"
 HOMEPAGE = "http://subversion.apache.org"
+DESCRIPTION = "Subversion is an open source version control system."
 SECTION = "console/network"
 LICENSE = "Apache-2 & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6487ae7094d359fa90fb9c4096e52e2b"
index 1b0b45f2faaa93b555e6ea2d1c3871a7776e5fc5..fbb2da7f919ef8ecec8e275c7d8cb98013f37606 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Multi-purpose linux bootloader"
 HOMEPAGE = "http://www.syslinux.org/"
+DESCRIPTION = "The Syslinux Project covers lightweight bootloaders for MS-DOS FAT filesystems (SYSLINUX), network booting (PXELINUX), bootable "El Torito" CD-ROMs (ISOLINUX), and Linux ext2/ext3/ext4 or btrfs filesystems (EXTLINUX). The project also includes MEMDISK, a tool to boot legacy operating systems (such as DOS) from nontraditional media; it is usually used in conjunction with PXELINUX and ISOLINUX."
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                     file://README;beginline=35;endline=41;md5=558f2c71cb1fb9ba511ccd4858e48e8a"
index 4c857c3fd0a0c9eee0ac40e9b8c47a1bd6322e40..58dd5995c857d37a5cdb1042eb7248c205ad3ea0 100644 (file)
@@ -1,3 +1,9 @@
+SUMMARY = "Boot performance graphing tool"
+DESCRIPTION = "For systemd-bootchart, several proc debug interfaces are required in the kernel config: \
+  CONFIG_SCHEDSTATS \
+below is optional, for additional info: \
+  CONFIG_SCHED_DEBUG"
+HOMEPAGE = "https://github.com/systemd/systemd-bootchart"
 LICENSE = "LGPLv2.1 & GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
                     file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe"
index c1b05691b88be1fdc2d59e6ae362e2f33561dd59..854269a0fa73c56dbe1f18eee19e4c01390ac8de 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Target Communication Framework for the Eclipse IDE"
 HOMEPAGE = "http://wiki.eclipse.org/TCF"
+DESCRIPTION = "TCF is a vendor-neutral, lightweight, extensible network protocol mainly for communicating with embedded systems (targets)."
 BUGTRACKER = "https://bugs.eclipse.org/bugs/"
 
 LICENSE = "EPL-1.0 | EDL-1.0"
index d01120208131b9b4b199cda79df1d7293b62bcfe..efb36b32ddae84eb3c3941acb8f4143909815f64 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Tool Command Language"
 HOMEPAGE = "http://tcl.sourceforge.net"
+DESCRIPTION = "Tool Command Language, is an open-source multi-purpose C library which includes a powerful dynamic scripting language. Together they provide ideal cross-platform development environment for any programming project."
 SECTION = "devel/tcltk"
 
 # http://www.tcl.tk/software/tcltk/license.html
index b02369bd0e6f3abbe7b18ea5f9d127482137d854..a21fb58397ccf12fe84bd900bd6681fff10637fe 100644 (file)
@@ -2,6 +2,7 @@ SUMMARY = "Userspace NFS server v3 protocol"
 DESCRIPTION = "UNFS3 is a user-space implementation of the NFSv3 server \
 specification. It provides a daemon for the MOUNT and NFS protocols, which \
 are used by NFS clients for accessing files on the server."
+HOMEPAGE = "https://github.com/unfs3/unfs3"
 SECTION = "console/network"
 LICENSE = "unfs3"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
index 22b10ba234a0950472401e69b0f33e4c18754561..b42051b8b6088bcd3e5e7495e7c06c7ec1078d54 100644 (file)
@@ -2,6 +2,7 @@ SUMMARY = "Selectively remove #ifdef statements from sources"
 SECTION = "devel"
 LICENSE = "BSD-2-Clause"
 HOMEPAGE = "http://dotat.at/prog/unifdef/"
+DESCRIPTION = "The unifdef utility selectively processes conditional C preprocessor #if and #ifdef directives. It removes from a file both the directives and the additional text that they delimit, while otherwise leaving the file alone."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=3498caf346f6b77934882101749ada23 \
                     file://unifdef.c;endline=32;md5=6f4ee8085d6e6ab0f7cb4390e1a9c497 \
index 703ed1aa8d0efb875432b5031f16a6f7a3179264..71da2ef07ce3b4e7fb3603a4b408610d95cbf6dc 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "C#-like programming language for easing GObject programming"
+HOMEPAGE = "http://vala-project.org"
 DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
 Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
 SECTION = "devel"
@@ -12,7 +13,6 @@ DEPENDS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-doc
 # vala-native contains a native version of vapigen, which we use instead of the target one
 DEPENDS_append_class-target = " vala-native"
 BBCLASSEXTEND = "native"
-HOMEPAGE = "http://vala-project.org"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
index fb7713fe4825c8e665a1993f822021a9a2b01029..d0aefdf39af9297a2ff8b5063f6dbd98232dffa6 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Valgrind memory debugger and instrumentation framework"
 HOMEPAGE = "http://valgrind.org/"
+DESCRIPTION = "Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail."
 BUGTRACKER = "http://valgrind.org/support/bug_reports.html"
 LICENSE = "GPLv2 & GPLv2+ & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
index 5ed2709e3113165c180cc8caa93e3f4a1764eae2..d988e1ffce37e9c41500228735e14f003ed7e565 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "A shell-script tool for converting XML files to various formats"
-HOMEPAGE = "https://releases.pagure.org/xmlto/"
+HOMEPAGE = "https://pagure.io/xmlto"
+DESCRIPTION = "Utility xmlto is a simple shell-script tool for converting XML files to various formats. It serves as easy to use command line frontend to make fine output without remembering many long options and searching for the syntax of the backends."
 SECTION = "docs/xmlto"
 LICENSE = "GPLv2"