summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base-files/base-files_3.0.14.oe1
-rw-r--r--base-passwd/base-passwd_3.5.7.oe1
-rw-r--r--conf/licenses.conf2
-rw-r--r--cpuspeed/cpuspeed_1.1.oe19
-rw-r--r--hal/hal_0.2.oe3
-rw-r--r--hdparm/hdparm_5.4.oe1
-rw-r--r--hicolor-icon-theme/hicolor-icon-theme_0.5.oe1
-rw-r--r--hotplug/hotplug_20040329.oe1
-rw-r--r--hotplug/hotplug_20040920.oe1
-rw-r--r--htb-init/htb-init_0.8.5.oe14
-rw-r--r--httppc/httppc_0.8.5.oe1
-rw-r--r--id3lib/id3lib_3.8.3.oe23
-rw-r--r--ifplugd/ifplugd_0.20.oe1
-rw-r--r--ifupdown/ifupdown_0.6.4.oe1
-rw-r--r--initscripts/initscripts_1.0.oe1
-rw-r--r--inkscape/inkscape_0.38.1.oe1
-rw-r--r--inkscape/inkscape_0.39.oe1
-rw-r--r--intltool/intltool_0.30.oe1
-rw-r--r--ipac-ng/ipac-ng_1.30.oe3
-rw-r--r--ipkg/ipkg-collateral.oe1
-rw-r--r--iproute2/iproute2_2.6.8.oe1
-rw-r--r--iptables/iptables_1.2.11.oe22
-rw-r--r--iptables/iptables_1.2.9.oe1
-rw-r--r--ircp/ircp_0.3.oe7
-rw-r--r--irda-utils/irda-utils_0.9.15.oe1
-rw-r--r--irda-utils/irda-utils_0.9.16.oe1
-rw-r--r--jack/jack_0.92.0.oe1
-rw-r--r--jack/jack_0.94.0.oe1
28 files changed, 110 insertions, 3 deletions
diff --git a/base-files/base-files_3.0.14.oe b/base-files/base-files_3.0.14.oe
index 3d31496a8c..48c2213e5e 100644
--- a/base-files/base-files_3.0.14.oe
+++ b/base-files/base-files_3.0.14.oe
@@ -2,6 +2,7 @@ DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "required"
PR = "r17"
+LICENSE = "GPL"
SRC_URI = " \
file://nsswitch.conf \
diff --git a/base-passwd/base-passwd_3.5.7.oe b/base-passwd/base-passwd_3.5.7.oe
index b0ff2e3690..c2ef323de4 100644
--- a/base-passwd/base-passwd_3.5.7.oe
+++ b/base-passwd/base-passwd_3.5.7.oe
@@ -1,6 +1,7 @@
DESCRIPTION = "Base system password/group files."
SECTION = "base"
PR="r1"
+LICENSE = "GPL"
SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \
file://configure.patch;patch=1 \
diff --git a/conf/licenses.conf b/conf/licenses.conf
index ae6e10a7f0..262ddc5df9 100644
--- a/conf/licenses.conf
+++ b/conf/licenses.conf
@@ -1 +1 @@
-SRC_DISTRIBUTE_LICENSES = "GPL GPLv2 BSD LGPL Apache-2.0 BZIP2 QPL"
+SRC_DISTRIBUTE_LICENSES = "GPL GPLv2 BSD LGPL Apache-2.0 BZIP2 QPL AFL"
diff --git a/cpuspeed/cpuspeed_1.1.oe b/cpuspeed/cpuspeed_1.1.oe
index e69de29bb2..7acb9adb98 100644
--- a/cpuspeed/cpuspeed_1.1.oe
+++ b/cpuspeed/cpuspeed_1.1.oe
@@ -0,0 +1,19 @@
+DESCRIPTION = "Userspace cpufreq governor"
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI = "http://carlthompson.net/dl/cpuspeed/cpuspeed-${PV}.tar.gz"
+S = "${WORKDIR}/cpuspeed-${PV}"
+
+FILES_${PN} = "/sbin/cpuspeed"
+
+do_compile() {
+ ${CXX} ${TARGET_CXXFLAGS} ${LDFLAGS} -o cpuspeed cpuspeed.cc
+}
+
+do_install() {
+ install -d ${D}/sbin
+ install -m 0755 cpuspeed ${D}/sbin/cpuspeed
+}
+
diff --git a/hal/hal_0.2.oe b/hal/hal_0.2.oe
index b34b4ea5be..400e7e054b 100644
--- a/hal/hal_0.2.oe
+++ b/hal/hal_0.2.oe
@@ -3,7 +3,8 @@ DESCRIPTION = "Hardware Abstraction Layer"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "dbus expat"
RDEPENDS += "hotplug"
-WEBPAGE = "http://freedesktop.org/Software/hal"
+HOMEPAGE = "http://freedesktop.org/Software/hal"
+LICENSE = "GPL LGPL AFL"
SRC_URI = "http://freedesktop.org/~david/hal-${PV}/hal-${PV}.tar.gz"
S = "${WORKDIR}/hal-${PV}"
diff --git a/hdparm/hdparm_5.4.oe b/hdparm/hdparm_5.4.oe
index 3633f6e97b..c8af6a8dbc 100644
--- a/hdparm/hdparm_5.4.oe
+++ b/hdparm/hdparm_5.4.oe
@@ -2,6 +2,7 @@ DESCRIPTION = "hdparm is a Linux shell utility for viewing \
and manipulating various IDE drive and driver parameters."
SECTION = "console/utils"
PRIORITY = "optional"
+LICENSE = "BSD"
PR = "r1"
SRC_URI = "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz \
diff --git a/hicolor-icon-theme/hicolor-icon-theme_0.5.oe b/hicolor-icon-theme/hicolor-icon-theme_0.5.oe
index e781c5d12f..87ff44430e 100644
--- a/hicolor-icon-theme/hicolor-icon-theme_0.5.oe
+++ b/hicolor-icon-theme/hicolor-icon-theme_0.5.oe
@@ -1,4 +1,5 @@
SECTION = "unknown"
+LICENSE = "GPL"
inherit gnome
SRC_URI = "http://freedesktop.org/Software/icon-theme/releases/hicolor-icon-theme-${PV}.tar.gz"
diff --git a/hotplug/hotplug_20040329.oe b/hotplug/hotplug_20040329.oe
index db9c3da58a..9dd53ff125 100644
--- a/hotplug/hotplug_20040329.oe
+++ b/hotplug/hotplug_20040329.oe
@@ -2,6 +2,7 @@ SECTION = "base"
DESCRIPTION = "This package contains the scripts necessary \
for hotplug Linux support, and lets you plug in new devices \
and use them immediately."
+LICENSE = "GPL"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz \
file://busybox.patch;patch=1 \
file://fix-net.agent \
diff --git a/hotplug/hotplug_20040920.oe b/hotplug/hotplug_20040920.oe
index 610bac88bb..6bb40e31a0 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."
+LICENSE = "GPL"
SECTION = "base"
PR = "r2"
diff --git a/htb-init/htb-init_0.8.5.oe b/htb-init/htb-init_0.8.5.oe
index e69de29bb2..f238fdf780 100644
--- a/htb-init/htb-init_0.8.5.oe
+++ b/htb-init/htb-init_0.8.5.oe
@@ -0,0 +1,14 @@
+DESCRIPTION = "HTB.init is a shell script that allows for easy setup of HTB-based traffic control on Linux."
+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"
+RDEPENDS = "kernel-module-sch-ingress kernel-module-cls-route kernel-module-cls-u32 kernel-module-cls-fw kernel-module-sch-sfq kernel-module-sch-htb iproute2 (>= 2.6.8-r1)"
+
+S="${WORKDIR}/aleron.dl.sourceforge.net"
+
+do_install() {
+ install -d ${D}/${sysconfdir}/init.d
+ install -d ${D}/${sysconfdir}/htb
+ install -m 755 ${S}/htb.init-v${PV} ${D}/${sysconfdir}/init.d/htb
+}
diff --git a/httppc/httppc_0.8.5.oe b/httppc/httppc_0.8.5.oe
index 6b77ff7b76..a96cafbaa6 100644
--- a/httppc/httppc_0.8.5.oe
+++ b/httppc/httppc_0.8.5.oe
@@ -5,6 +5,7 @@ that provide transparent access to Internet via HTTP proxy tunnel \
for programs which use TCP/IP for communication. The tunnel is \
provided by the CONNECT method of HTTP proxy, and supports external \
DNS resolution."
+LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/httppc/httppc-${PV}.tar.gz \
file://install.patch;patch=1"
diff --git a/id3lib/id3lib_3.8.3.oe b/id3lib/id3lib_3.8.3.oe
index e69de29bb2..6062b2711e 100644
--- a/id3lib/id3lib_3.8.3.oe
+++ b/id3lib/id3lib_3.8.3.oe
@@ -0,0 +1,23 @@
+DESCRIPTION = "Library for interacting with ID3 tags."
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "jason haslup <openembedded@haslup.com>"
+DEPENDS = "zlib"
+DESCRIPTION = "Library for interacting with ID3 tags."
+LICENSE = "GPL"
+
+inherit autotools
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz"
+S = "${WORKDIR}/id3lib-${PV}"
+
+do_configure() {
+ oe_runconf
+}
+
+do_stage() {
+ oe_libinstall -a -so -C src libid3 ${STAGING_LIBDIR}
+ install -m 0644 include/id3.h ${STAGING_INCDIR}
+ install -d ${STAGING_INCDIR}/id3/
+ install -m 0644 include/id3/*.h ${STAGING_INCDIR}/id3/
+}
diff --git a/ifplugd/ifplugd_0.20.oe b/ifplugd/ifplugd_0.20.oe
index a91c0f9d27..bb89659240 100644
--- a/ifplugd/ifplugd_0.20.oe
+++ b/ifplugd/ifplugd_0.20.oe
@@ -1,6 +1,7 @@
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."
DEPENDS = "libdaemon"
+LICENSE = "GPL"
SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz"
diff --git a/ifupdown/ifupdown_0.6.4.oe b/ifupdown/ifupdown_0.6.4.oe
index 34cc537c57..b1beefb146 100644
--- a/ifupdown/ifupdown_0.6.4.oe
+++ b/ifupdown/ifupdown_0.6.4.oe
@@ -2,6 +2,7 @@ DESCRIPTION = "High level tools to configure network interfaces \
This package provides the tools ifup and ifdown which may be used to \
configure (or, respectively, deconfigure) network interfaces, based on \
the file /etc/network/interfaces."
+LICENSE = "GPL"
SECTION = "base"
diff --git a/initscripts/initscripts_1.0.oe b/initscripts/initscripts_1.0.oe
index 6c5b2b4c27..c864b15f19 100644
--- a/initscripts/initscripts_1.0.oe
+++ b/initscripts/initscripts_1.0.oe
@@ -4,6 +4,7 @@ SECTION = "base"
PRIORITY = "required"
DEPENDS = "makedevs"
RDEPENDS = "makedevs"
+LICENSE = "GPL"
PR = "r18"
SRC_URI = "file://halt \
diff --git a/inkscape/inkscape_0.38.1.oe b/inkscape/inkscape_0.38.1.oe
index 03ae8f4e94..633ee7fb3f 100644
--- a/inkscape/inkscape_0.38.1.oe
+++ b/inkscape/inkscape_0.38.1.oe
@@ -4,6 +4,7 @@ blending, node editing, SVG to PNG export, and more. Its goal is for features \
similar to Illustrator, CorelDraw, Visio, etc."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt"
+LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
S = "${WORKDIR}/inkscape-${PV}"
diff --git a/inkscape/inkscape_0.39.oe b/inkscape/inkscape_0.39.oe
index 03ae8f4e94..633ee7fb3f 100644
--- a/inkscape/inkscape_0.39.oe
+++ b/inkscape/inkscape_0.39.oe
@@ -4,6 +4,7 @@ blending, node editing, SVG to PNG export, and more. Its goal is for features \
similar to Illustrator, CorelDraw, Visio, etc."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt"
+LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
S = "${WORKDIR}/inkscape-${PV}"
diff --git a/intltool/intltool_0.30.oe b/intltool/intltool_0.30.oe
index 95ef614fca..24ec6eaa09 100644
--- a/intltool/intltool_0.30.oe
+++ b/intltool/intltool_0.30.oe
@@ -1,6 +1,7 @@
SECTION = "devel"
DESCRIPTION = "Utility scripts for internationalizing XML"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+LICENSE = "GPL"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/intltool/${PV}/intltool-${PV}.tar.bz2"
S = "${WORKDIR}/intltool-${PV}"
diff --git a/ipac-ng/ipac-ng_1.30.oe b/ipac-ng/ipac-ng_1.30.oe
index 47863252b2..af56baeba5 100644
--- a/ipac-ng/ipac-ng_1.30.oe
+++ b/ipac-ng/ipac-ng_1.30.oe
@@ -5,6 +5,7 @@ MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
SRC_URI = "${SOURCEFORGE_MIRROR}/ipac-ng/ipac-ng-${PV}.tar.bz2 \
file://makefile-build-cc.diff;patch=1;pnum=0"
RDEPENDS = "perl libgd-perl"
+LICENSE = "GPL"
inherit autotools
@@ -16,4 +17,4 @@ do_install_append() {
install -d ${D}/${sysconfdir}/ipac-ng
install -m 644 ${S}/doc/ipac.conf.sample ${D}/${sysconfdir}/ipac-ng
install -m 644 ${S}/doc/rules.conf.sample ${D}/${sysconfdir}/ipac-ng
-} \ No newline at end of file
+}
diff --git a/ipkg/ipkg-collateral.oe b/ipkg/ipkg-collateral.oe
index e5ffc687a1..23d9f45ed9 100644
--- a/ipkg/ipkg-collateral.oe
+++ b/ipkg/ipkg-collateral.oe
@@ -1,5 +1,6 @@
SECTION = "base"
DESCRIPTION = "ipkg configuration files"
+LICENSE = "MIT"
SRC_URI = " \
file://ipkg.conf.comments \
diff --git a/iproute2/iproute2_2.6.8.oe b/iproute2/iproute2_2.6.8.oe
index 982458d0dc..99ac81843f 100644
--- a/iproute2/iproute2_2.6.8.oe
+++ b/iproute2/iproute2_2.6.8.oe
@@ -1,5 +1,6 @@
SECTION = "base"
DESCRIPTION = "kernel routing and traffic control utilities"
+LICENSE = "GPL"
SRC_URI="http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.8-ss040730.tar.gz \
file://iproute2-2.6.8_no_strip.diff;patch=1;pnum=0"
diff --git a/iptables/iptables_1.2.11.oe b/iptables/iptables_1.2.11.oe
index e69de29bb2..6ed9e7cbf7 100644
--- a/iptables/iptables_1.2.11.oe
+++ b/iptables/iptables_1.2.11.oe
@@ -0,0 +1,22 @@
+DESCRIPTION = "iptables network filtering tools"
+SECTION = "console/utils"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2"
+
+S = "${WORKDIR}/iptables-${PV}"
+
+export COPT_FLAGS = "${CFLAGS}"
+export KERNEL_DIR = "${STAGING_INCDIR}"
+
+do_compile () {
+ unset CFLAGS
+ oe_runmake BINDIR=${D}/${bindir} LIBDIR=${D}/${libdir} MANDIR=${D}/${mandir} NO_SHARED_LIBS=1
+}
+
+do_install () {
+ oe_runmake BINDIR=${D}/${bindir} LIBDIR=${D}/${libdir} MANDIR=${D}/${mandir} install NO_SHARED_LIBS=1
+}
+
+FILES_${PN}-doc += "${mandir}"
+
diff --git a/iptables/iptables_1.2.9.oe b/iptables/iptables_1.2.9.oe
index 9f1ae7c909..4a64812acf 100644
--- a/iptables/iptables_1.2.9.oe
+++ b/iptables/iptables_1.2.9.oe
@@ -1,5 +1,6 @@
SECTION = "console/network"
DESCRIPTION = "iptables network filtering tools"
+LICENSE = "GPL"
SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2"
diff --git a/ircp/ircp_0.3.oe b/ircp/ircp_0.3.oe
index e69de29bb2..7f65f0b870 100644
--- a/ircp/ircp_0.3.oe
+++ b/ircp/ircp_0.3.oe
@@ -0,0 +1,7 @@
+DEPENDS = "openobex"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/ircp-${PV}.tar.gz"
+
+inherit autotools
+
diff --git a/irda-utils/irda-utils_0.9.15.oe b/irda-utils/irda-utils_0.9.15.oe
index 236a1299bf..36c1e11cfe 100644
--- a/irda-utils/irda-utils_0.9.15.oe
+++ b/irda-utils/irda-utils_0.9.15.oe
@@ -2,6 +2,7 @@ SECTION = "base"
DESCRIPTION = "Provides common files needed to use IrDA. \
IrDA allows communication over Infrared with other devices \
such as phones and laptops."
+LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
file://configure.patch;patch=1 \
diff --git a/irda-utils/irda-utils_0.9.16.oe b/irda-utils/irda-utils_0.9.16.oe
index 236a1299bf..36c1e11cfe 100644
--- a/irda-utils/irda-utils_0.9.16.oe
+++ b/irda-utils/irda-utils_0.9.16.oe
@@ -2,6 +2,7 @@ SECTION = "base"
DESCRIPTION = "Provides common files needed to use IrDA. \
IrDA allows communication over Infrared with other devices \
such as phones and laptops."
+LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
file://configure.patch;patch=1 \
diff --git a/jack/jack_0.92.0.oe b/jack/jack_0.92.0.oe
index 6706207f65..7c45bbe777 100644
--- a/jack/jack_0.92.0.oe
+++ b/jack/jack_0.92.0.oe
@@ -7,6 +7,7 @@ DESCRIPTION = "JACK is a low-latency audio server. It can \
connect a number of different applications to an audio \
device, as well as allowing them to share audio between \
themselves."
+LICENSE = "GPL LGPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz"
S = "${WORKDIR}/jack-audio-connection-kit-${PV}"
diff --git a/jack/jack_0.94.0.oe b/jack/jack_0.94.0.oe
index 6706207f65..7c45bbe777 100644
--- a/jack/jack_0.94.0.oe
+++ b/jack/jack_0.94.0.oe
@@ -7,6 +7,7 @@ DESCRIPTION = "JACK is a low-latency audio server. It can \
connect a number of different applications to an audio \
device, as well as allowing them to share audio between \
themselves."
+LICENSE = "GPL LGPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz"
S = "${WORKDIR}/jack-audio-connection-kit-${PV}"