diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/acpid/acpid.inc | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/formfactor/formfactor_0.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/pointercal/pointercal_0.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/usbinit/usbinit.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/x-load/x-load.inc | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/zaurusd/zaurusd_git.bb | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index a384265179..0341094c71 100644 --- a/meta/recipes-bsp/acpid/acpid.inc +++ b/meta/recipes-bsp/acpid/acpid.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A daemon for delivering ACPI events." | 1 | SUMMARY = "A daemon for delivering ACPI events" |
2 | HOMEPAGE = "http://sourceforge.net/projects/acpid/" | 2 | HOMEPAGE = "http://sourceforge.net/projects/acpid/" |
3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341" | 3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341" |
4 | 4 | ||
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index c9b53a1a9f..b8d4fdad2e 100644 --- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb +++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Device formfactor information" | 1 | SUMMARY = "Device formfactor information" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb index 466c073cc1..0208509c96 100644 --- a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb +++ b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" | 1 | SUMMARY = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" |
2 | SECTION = "kernel/modules" | 2 | SECTION = "kernel/modules" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc index 0ef939e843..eafe82045c 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc +++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" | 1 | SUMMARY = "Linux kernel userland utilities for the PCMCIA subsystem" |
2 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" | 2 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" |
3 | SECTION = "kernel/userland" | 3 | SECTION = "kernel/userland" |
4 | 4 | ||
diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/meta/recipes-bsp/pointercal/pointercal_0.0.bb index c8233eaa2b..5029c4a9f9 100644 --- a/meta/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta/recipes-bsp/pointercal/pointercal_0.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration data" | 1 | SUMMARY = "Touchscreen calibration data" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | PR = "r11" | 3 | PR = "r11" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb index 4b7fd24056..e6163972dc 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "U-boot bootloader fw_printenv/setenv utils" | 1 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb index be543431b3..14b09761e1 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "U-boot bootloader fw_printenv/setenv utils" | 1 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb index a1b1db9555..2ca6050bf9 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "U-boot bootloader mkimage tool" | 1 | SUMMARY = "U-Boot bootloader image creation tool" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 10a3cf82b4..f49bb5db1d 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "U-Boot - the Universal Boot Loader" | 1 | SUMMARY = "Universal Boot Loader for embedded devices" |
2 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" | 2 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" |
3 | SECTION = "bootloaders" | 3 | SECTION = "bootloaders" |
4 | PROVIDES = "virtual/bootloader" | 4 | PROVIDES = "virtual/bootloader" |
diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb index 37e3b1639b..aba44b4068 100644 --- a/meta/recipes-bsp/usbinit/usbinit.bb +++ b/meta/recipes-bsp/usbinit/usbinit.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Initscript to manage gadget Ethernet" | 1 | SUMMARY = "Initscript for enabling USB gadget Ethernet" |
2 | 2 | ||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index bce4f4e935..a8f1d08247 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "User support binary for the uvesafb kernel module" | 1 | SUMMARY = "User support binary for the uvesafb kernel module" |
2 | HOMEPAGE = "http://dev.gentoo.org/~spock/projects/uvesafb/" | 2 | HOMEPAGE = "http://dev.gentoo.org/~spock/projects/uvesafb/" |
3 | 3 | ||
4 | # the copyright info is at the bottom of README, expect break | 4 | # the copyright info is at the bottom of README, expect break |
diff --git a/meta/recipes-bsp/x-load/x-load.inc b/meta/recipes-bsp/x-load/x-load.inc index 3b55eb17f1..05d5ff00fc 100644 --- a/meta/recipes-bsp/x-load/x-load.inc +++ b/meta/recipes-bsp/x-load/x-load.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "x-load bootloader loader" | 1 | SUMMARY = "First level bootloader for OMAP SoCs" |
2 | SECTION = "bootloaders" | 2 | SECTION = "bootloaders" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | 4 | ||
diff --git a/meta/recipes-bsp/zaurusd/zaurusd_git.bb b/meta/recipes-bsp/zaurusd/zaurusd_git.bb index 7460337938..b1c0e282a1 100644 --- a/meta/recipes-bsp/zaurusd/zaurusd_git.bb +++ b/meta/recipes-bsp/zaurusd/zaurusd_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Daemon to handle device specifc features." | 1 | SUMMARY = "Daemon to handle device-specific features" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |