diff options
| author | Bruno Randolf <br1@subnet.at> | 2004-12-01 19:43:27 +0000 |
|---|---|---|
| committer | Bruno Randolf <br1@subnet.at> | 2004-12-01 19:43:27 +0000 |
| commit | 4f7d2b1b63d166e5de146d71e5c942419424446e (patch) | |
| tree | 605840f6b62a8b45f3fd55dd82d57297c410d0a7 | |
| parent | 0d8fd82430349db32917c2f6ea52d4ab39059217 (diff) | |
Merge oe-devel@oe-devel.bkbits.net:packages
into null.(none):/data/mtx/oe/packages
2004/12/01 20:42:56+01:00 (none)!br1
homepage and/or license added
BKrev: 41ae1edfXnkBbPvQcHu4aVzh5g_Sqw
60 files changed, 272 insertions, 12 deletions
diff --git a/binutils/binutils_2.14.90.0.6.oe b/binutils/binutils_2.14.90.0.6.oe index 6c15e89ac9..380e49a456 100644 --- a/binutils/binutils_2.14.90.0.6.oe +++ b/binutils/binutils_2.14.90.0.6.oe @@ -4,6 +4,7 @@ inherit autotools gettext PR = "r2" DESCRIPTION = "A GNU collection of binary utilities" +HOMEPAGE = "http://www.gnu.org/software/binutils/" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" diff --git a/binutils/binutils_2.14.90.0.7.oe b/binutils/binutils_2.14.90.0.7.oe index dec7833d3b..433617c3df 100644 --- a/binutils/binutils_2.14.90.0.7.oe +++ b/binutils/binutils_2.14.90.0.7.oe @@ -2,6 +2,7 @@ SECTION = "devel" inherit autotools gettext DESCRIPTION = "A GNU collection of binary utilities" +HOMEPAGE = "http://www.gnu.org/software/binutils/" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" PR = "r3" diff --git a/bridge-utils/bridge-utils_1.0.4.oe b/bridge-utils/bridge-utils_1.0.4.oe index ad075d9c65..2ffc42f2b8 100644 --- a/bridge-utils/bridge-utils_1.0.4.oe +++ b/bridge-utils/bridge-utils_1.0.4.oe @@ -1,4 +1,5 @@ DESCRIPTION = "Tools for ethernet bridging." +HOMEPAGE = "http://bridge.sourceforge.net/" SECTION = "console/network" LICENSE = "GPL" DEPENDS = "sysfsutils" diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe index c7c514490e..b1a7df2615 100644 --- a/db/db3_3.2.9.oe +++ b/db/db3_3.2.9.oe @@ -1,5 +1,6 @@ SECTION = "libs" DESCRIPTION = "Berkeley DB v3." +HOMEPAGE = "http://www.sleepycat.com" LICENSE = "BSD Sleepycat" PR = "r1" diff --git a/dhcp-forwarder/dhcp-forwarder_0.6.oe b/dhcp-forwarder/dhcp-forwarder_0.6.oe index d3de085a74..a6a46e508f 100644 --- a/dhcp-forwarder/dhcp-forwarder_0.6.oe +++ b/dhcp-forwarder/dhcp-forwarder_0.6.oe @@ -3,7 +3,9 @@ DESCRIPTION = "This program is used to forward DHCP and BOOTP messages between t networks with different broadcast domains. \ It works better with ppp - and especially with ipsec over ppp - than \ dhcp-relay from ISC and has a smaller foot print." -LICENSE = "GPL" +HOMEPAGE = "http://www-user.tu-chemnitz.de/~ensc/dhcp-fwd/" +MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" +LICENSE = "GPLv2" SRC_URI = "http://www-user.tu-chemnitz.de/~ensc/dhcp-fwd/files/dhcp-forwarder-0.6.tar.bz2 \ file://init \ diff --git a/dhcp/dhcp_3.0.1.oe b/dhcp/dhcp_3.0.1.oe index cfbe60a225..921c5c119d 100644 --- a/dhcp/dhcp_3.0.1.oe +++ b/dhcp/dhcp_3.0.1.oe @@ -1,5 +1,6 @@ SECTION = "console/network" DESCRIPTION = "Internet Software Consortium DHCP package" +HOMEPAGE = "http://www.isc.org/" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" LICENSE = "BSD" SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0.1.tar.gz \ diff --git a/dnsmasq/dnsmasq_2.15.oe b/dnsmasq/dnsmasq_2.15.oe index 73c710c1f4..e911f4d827 100644 --- a/dnsmasq/dnsmasq_2.15.oe +++ b/dnsmasq/dnsmasq_2.15.oe @@ -1,6 +1,6 @@ SECTION = "console/network" -DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \ -DNS forwarder and DHCP server." +DESCRIPTION = "Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server." +HOMEPAGE = "http://www.thekelleys.org.uk/dnsmasq/doc.html" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PR = "r1" diff --git a/expat/expat_1.95.7.oe b/expat/expat_1.95.7.oe index 98665b6ffe..af7bc3ad8a 100644 --- a/expat/expat_1.95.7.oe +++ b/expat/expat_1.95.7.oe @@ -1,5 +1,6 @@ SECTION = "libs" DESCRIPTION = "Jim Clarkes XML parser library." +HOMEPAGE = "http://expat.sourceforge.net/" LICENSE = "MIT" SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \ diff --git a/gdbm/gdbm-native_1.8.3.oe b/gdbm/gdbm-native_1.8.3.oe index b0414183a9..3c99b28857 100644 --- a/gdbm/gdbm-native_1.8.3.oe +++ b/gdbm/gdbm-native_1.8.3.oe @@ -1,4 +1,5 @@ DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing." +HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" diff --git a/gdbm/gdbm_1.8.3.oe b/gdbm/gdbm_1.8.3.oe index 79d895e12f..650a3079e7 100644 --- a/gdbm/gdbm_1.8.3.oe +++ b/gdbm/gdbm_1.8.3.oe @@ -1,4 +1,5 @@ DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing." +HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" diff --git a/glib-2.0/glib-2.0-native_2.4.6.oe b/glib-2.0/glib-2.0-native_2.4.6.oe index 85252fc1e6..e2636e856d 100644 --- a/glib-2.0/glib-2.0-native_2.4.6.oe +++ b/glib-2.0/glib-2.0-native_2.4.6.oe @@ -4,6 +4,7 @@ which provides many useful data types, macros, \ type conversions, string utilities, file utilities, a main \ loop abstraction, and so on. It works on many \ UNIX-like platforms, Windows, OS/2 and BeOS." +LICENSE = "GPLv2" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" diff --git a/glib-2.0/glib-2.0_2.4.6.oe b/glib-2.0/glib-2.0_2.4.6.oe index eb668e9c84..fc01a023c6 100644 --- a/glib-2.0/glib-2.0_2.4.6.oe +++ b/glib-2.0/glib-2.0_2.4.6.oe @@ -4,6 +4,7 @@ which provides many useful data types, macros, \ type conversions, string utilities, file utilities, a main \ loop abstraction, and so on. It works on many \ UNIX-like platforms, Windows, OS/2 and BeOS." +LICENSE = "GPLv2" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe index 3609290f46..081343158d 100644 --- a/gmp/gmp_4.1.2.oe +++ b/gmp/gmp_4.1.2.oe @@ -1,5 +1,7 @@ SECTION = "libs" DESCRIPTION = "GNU multiprecision arithmetic library" +HOMEPAGE = "http://www.swox.com/gmp/" +LICENSE = "GPL LGPL" SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \ file://configure.patch;patch=1" diff --git a/gnupg/gnupg_1.2.4.oe b/gnupg/gnupg_1.2.4.oe index 37af26ffd2..55eeb80cd7 100644 --- a/gnupg/gnupg_1.2.4.oe +++ b/gnupg/gnupg_1.2.4.oe @@ -1,5 +1,7 @@ SECTION = "console/utils" DESCRIPTION = "gnupg - GNU privacy guard" +HOMEPAGE = "http://www.gnupg.org/" +LICENSE = "GPLv2" MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" DEPENDS = "zlib" diff --git a/hostap/hostap-daemon_0.2.4.oe b/hostap/hostap-daemon_0.2.4.oe index 44973bf7fb..059a7acbe8 100644 --- a/hostap/hostap-daemon_0.2.4.oe +++ b/hostap/hostap-daemon_0.2.4.oe @@ -1,4 +1,5 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management" +HOMEPAGE = "http://hostap.epitest.fi" SECTION = "kernel/userland" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" diff --git a/hostap/hostap-modules_0.2.5.oe b/hostap/hostap-modules_0.2.5.oe index bc136a3253..729f2d50bd 100644 --- a/hostap/hostap-modules_0.2.5.oe +++ b/hostap/hostap-modules_0.2.5.oe @@ -1,4 +1,5 @@ DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" +HOMEPAGE = "http://hostap.epitest.fi" SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" diff --git a/hostap/hostap-utils_0.2.4.oe b/hostap/hostap-utils_0.2.4.oe index 8841a80e1c..9226acd8c7 100644 --- a/hostap/hostap-utils_0.2.4.oe +++ b/hostap/hostap-utils_0.2.4.oe @@ -1,4 +1,5 @@ DESCRIPTION = "User mode helpers for the hostap driver" +HOMEPAGE = "http://hostap.epitest.fi" SECTION = "kernel/userland" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" diff --git a/hostap/hostap-wpa-supplicant_0.2.5.inc b/hostap/hostap-wpa-supplicant_0.2.5.inc index 0b67d3fe24..1aac31b523 100644 --- a/hostap/hostap-wpa-supplicant_0.2.5.inc +++ b/hostap/hostap-wpa-supplicant_0.2.5.inc @@ -1,4 +1,5 @@ SECTION = "kernel/userland" +HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" diff --git a/hotplug/hotplug_20040920.oe b/hotplug/hotplug_20040920.oe index e6e5ad9347..ff1fb0e16d 100644 --- a/hotplug/hotplug_20040920.oe +++ b/hotplug/hotplug_20040920.oe @@ -1,6 +1,7 @@ DESCRIPTION = "This package contains the scripts necessary \ for hotplug Linux support, and lets you plug in new devices \ and use them immediately." +HOMEPAGE = "http://linux-hotplug.sourceforge.net/" LICENSE = "GPL" SECTION = "base" PR = "r4" diff --git a/htb-init/htb-init_0.8.5.oe b/htb-init/htb-init_0.8.5.oe index f238fdf780..783f64a5a8 100644 --- a/htb-init/htb-init_0.8.5.oe +++ b/htb-init/htb-init_0.8.5.oe @@ -1,5 +1,8 @@ DESCRIPTION = "HTB.init is a shell script that allows for easy setup of HTB-based traffic control on Linux." +HOMEPAGE = "http://sourceforge.net/projects/htbinit" +MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" LICENSE = "GPL" + SRC_URI = "http://aleron.dl.sourceforge.net/sourceforge/htbinit/htb.init-v${PV} \ file://htb.init+ingress+predef+verbose.diff;patch=1;pnum=0 \ file://htb-basic-verbose.diff;patch=1;pnum=0" diff --git a/ifplugd/ifplugd_0.25.oe b/ifplugd/ifplugd_0.25.oe index e69de29bb2..ed6274d4d5 100644 --- a/ifplugd/ifplugd_0.25.oe +++ b/ifplugd/ifplugd_0.25.oe @@ -0,0 +1,14 @@ +SECTION = "console/network" +DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled." +HOMEPAGE = "http://0pointer.de/lennart/projects/ifplugd/" +DEPENDS = "libdaemon" +LICENSE = "GPL" + +SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz" + +inherit autotools update-rc.d pkgconfig + +EXTRA_OECONF = "--disable-lynx" + +INITSCRIPT_NAME = "ifplugd" +INITSCRIPT_PARAMS = "defaults"
\ No newline at end of file diff --git a/iperf/iperf_1.7.0.oe b/iperf/iperf_1.7.0.oe index 59ce91e7b2..26097abf7c 100644 --- a/iperf/iperf_1.7.0.oe +++ b/iperf/iperf_1.7.0.oe @@ -1,6 +1,7 @@ SECTION = "console/network" DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics" HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/" +LICENSE = "BSD" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" SRC_URI = "http://dast.nlanr.net/Projects/Iperf/iperf-${PV}-source.tar.gz \ diff --git a/iptables/iptables_1.2.11.oe b/iptables/iptables_1.2.11.oe index 6ed9e7cbf7..f2e4d752af 100644 --- a/iptables/iptables_1.2.11.oe +++ b/iptables/iptables_1.2.11.oe @@ -1,4 +1,5 @@ DESCRIPTION = "iptables network filtering tools" +HOMEPAGE = "http://www.netfilter.org/" SECTION = "console/utils" LICENSE = "GPL" diff --git a/kismet/kismet_2004-04-R1.oe b/kismet/kismet_2004-04-R1.oe index 5a3794b8cd..c8511216aa 100644 --- a/kismet/kismet_2004-04-R1.oe +++ b/kismet/kismet_2004-04-R1.oe @@ -1,8 +1,10 @@ SECTION = "console/network" DESCRIPTION = "Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system" HOMEPAGE = "http://www.kismetwireless.net/" +LICENSE = "GPLv2" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" DEPENDS = "expat gmp" + SRC_URI = "http://www.kismetwireless.net/code/kismet-2004-04-R1.tar.gz \ file://no-strip.diff;patch=1;pnum=0 \ file://no-chmod.diff;patch=1;pnum=0 \ diff --git a/libpcap/libpcap_0.8.3.oe b/libpcap/libpcap_0.8.3.oe index 49fcf16403..d88eaee22a 100644 --- a/libpcap/libpcap_0.8.3.oe +++ b/libpcap/libpcap_0.8.3.oe @@ -1,4 +1,6 @@ DESCRIPTION = "Network Packet Capture Library" +HOMEPAGE = "http://www.tcpdump.org/" +LICENSE = "BSD" SECTION = "libs" PRIORITY = "required" diff --git a/libpng/libpng_1.2.7.oe b/libpng/libpng_1.2.7.oe index e69de29bb2..2da15b60cf 100644 --- a/libpng/libpng_1.2.7.oe +++ b/libpng/libpng_1.2.7.oe @@ -0,0 +1,57 @@ +DESCRIPTION = "PNG Library" +HOMEPAGE = "http://www.libpng.org/" +LICENSE = "as-is" +SECTION = "libs" +PRIORITY = "required" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +DEPENDS = "zlib" + +PACKAGES =+ "${PN}12 ${PN}12-dev" + +FILES_${PN}12 = ${libdir}/libpng12.so.* +FILES_${PN}12-dev = ${libdir}/libpng12.* ${includedir}/libpng12 ${libdir}/pkgconfig/libpng12.pc +FILES_${PN} = ${libdir}/lib*.so.* +FILES_${PN}-dev = ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ + ${libdir}/*.a ${libdir}/pkgconfig \ + ${datadir}/aclocal ${bindir} ${sbindir} + +SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2" +S = "${WORKDIR}/libpng-${PV}" + +inherit pkgconfig + +EXTRA_OEMAKE_append = " ZLIBINC=${STAGING_INCDIR} ZLIBLIB=${STAGING_LIBDIR}" + +do_compile() { + sed < scripts/makefile.linux > makefile -e 's/^ZLIBINC.*//' -e 's/^ZLIBLIB.*//' + unset LDFLAGS + oe_runmake 'CC=${CC}' 'LD=${LD}' 'CFLAGS=${CFLAGS}' \ + 'ZLIBINC=${STAGING_INCDIR}' \ + 'ZLIBLIB=${STAGING_LIBDIR}' +} + +do_stage() { + cp libpng.pc libpng12.pc + install -m 644 png.h ${STAGING_INCDIR}/png.h + install -m 644 pngconf.h ${STAGING_INCDIR}/pngconf.h + oe_libinstall -so libpng12 ${STAGING_LIBDIR} + ln -sf libpng12.so ${STAGING_LIBDIR}/libpng.so +} + +do_install() { + install -d ${D}/${bindir} ${D}/${mandir} \ + ${D}/${libdir} ${D}/${includedir} + unset LDFLAGS + oe_runmake 'prefix=${prefix}' 'DESTDIR=${D}' \ + 'DB=${D}/${bindir}' 'DI=${D}/${includedir}' \ + 'DL=${D}/${libdir}' 'DM=${D}/${mandir}' \ + install +} + +python do_package() { + if oe.data.getVar('DEBIAN_NAMES', d, 1): + oe.data.setVar('PKG_${PN}', 'libpng12', d) + oe.build.exec_func('package_do_package', d) +} + diff --git a/linux-libc-headers/linux-libc-headers_2.6.8.1.oe b/linux-libc-headers/linux-libc-headers_2.6.8.1.oe index 8e0a22c787..c127e8a9e7 100644 --- a/linux-libc-headers/linux-libc-headers_2.6.8.1.oe +++ b/linux-libc-headers/linux-libc-headers_2.6.8.1.oe @@ -1,5 +1,12 @@ SECTION = "devel" DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." +HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/" +# license note from the package: +# Linux-libc-headers are derived from linux kernel headers. For license of a +# particular header, check it's content, and if copyright notice isn't present, +# standard linux kernel license applies. +# since we assume GPL for linux i think we can also assume it here +LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" INHIBIT_DEFAULT_DEPS = "1" PR = "r7" diff --git a/linux/linux-mtx-1_2.4.27.oe b/linux/linux-mtx-1_2.4.27.oe index a6f6cd4769..f2690476b6 100644 --- a/linux/linux-mtx-1_2.4.27.oe +++ b/linux/linux-mtx-1_2.4.27.oe @@ -1,5 +1,6 @@ DESCRIPTION = "Linux kernel for MTX-1 (MeshCube)" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" +HOMEPAGE = "http://meshcube.org/meshwiki/" LICENSE = "GPL" KV = "${PV}" PR = "r1" diff --git a/lsof/lsof_4.73.oe b/lsof/lsof_4.73.oe index cf4ffc4f5e..137af5f4e2 100644 --- a/lsof/lsof_4.73.oe +++ b/lsof/lsof_4.73.oe @@ -2,6 +2,8 @@ SECTION = "console/utils" DESCRIPTION = "Lsof is a Unix-specific diagnostic \ tool. Its name stands for LiSt Open Files, and it \ does just that." +LICENSE = "BSD" + PR = "r1" SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.gz" diff --git a/lzo/lzo_1.08.oe b/lzo/lzo_1.08.oe index ff79cc1116..613340308e 100644 --- a/lzo/lzo_1.08.oe +++ b/lzo/lzo_1.08.oe @@ -1,4 +1,6 @@ DESCRIPTION = "Lossless data compression library" +HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/" +LICENSE = "GPLv2" SECTION = "libs" PRIORITY = "optional" PR = "r12" diff --git a/makedevs/makedevs_1.0.0.oe b/makedevs/makedevs_1.0.0.oe index 759884c387..70c4483dd9 100644 --- a/makedevs/makedevs_1.0.0.oe +++ b/makedevs/makedevs_1.0.0.oe @@ -1,4 +1,5 @@ DESCRIPTION = "A tool to make device nodes" +LICENSE = "GPL" SECTION = "base" PRIORITY = "required" SRC_URI = "file://makedevs.c" diff --git a/maradns/maradns_1.0.23.oe b/maradns/maradns_1.0.23.oe index abdcade218..d977bcfa1c 100644 --- a/maradns/maradns_1.0.23.oe +++ b/maradns/maradns_1.0.23.oe @@ -1,5 +1,9 @@ SECTION = "console/network" DESCRIPTION = "A security-aware DNS server" +HOMEPAGE = "http://www.maradns.org" +LICENSE = "PD" +MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" + SRC_URI = "http://www.maradns.org/download/maradns-${PV}.tar.bz2 \ file://init \ file://rng-makefile-build-cc.patch;patch=1;pnum=0" diff --git a/mc/mc_4.6.0.oe b/mc/mc_4.6.0.oe index 654b18cf31..65527a54b6 100644 --- a/mc/mc_4.6.0.oe +++ b/mc/mc_4.6.0.oe @@ -1,5 +1,7 @@ DESCRIPTION = "GNU Midnight Commander is a file \ manager for free operating systems." +HOMEPAGE = "http://www.ibiblio.org/mc/" +LICENSE = "GPLv2" SECTION = "console/utils" PRIORITY = "optional" DEPENDS = "ncurses glib-2.0" diff --git a/mobilemesh/mobilemesh_1.2.oe b/mobilemesh/mobilemesh_1.2.oe index 67e233a0c9..36e1164512 100644 --- a/mobilemesh/mobilemesh_1.2.oe +++ b/mobilemesh/mobilemesh_1.2.oe @@ -1,5 +1,7 @@ SECTION = "console/network" DESCRIPTION = "MobileMesh mobile ad-hoc routing protocol" +HOMEPAGE = "http://www.mitre.org/work/tech_transfer/mobilemesh/" +MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" LICENSE = "GPL" DEPENDS = "openssl" SRC_URI = "svn://meshcube.org/svn/application;module=mobilemesh" diff --git a/modutils/modutils-initscripts.oe b/modutils/modutils-initscripts.oe index 5fa996e68f..5dde4203b1 100644 --- a/modutils/modutils-initscripts.oe +++ b/modutils/modutils-initscripts.oe @@ -1,5 +1,6 @@ SECTION = "base" DESCRIPTION = "modutils configuration files" +LICENSE = "PD" SRC_URI = "file://modutils.sh" PR = "r1" diff --git a/mtr/mtr_0.65.oe b/mtr/mtr_0.65.oe index e69de29bb2..2f6a79cc21 100644 --- a/mtr/mtr_0.65.oe +++ b/mtr/mtr_0.65.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in |
