diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/console-tools/console-tools_0.3.2.bb | 10 | ||||
-rw-r--r-- | meta/recipes-core/tinylogin/tinylogin_1.4.bb | 8 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev_145.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb index 7baace66c1..5f1d640a2d 100644 --- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb +++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb | |||
@@ -6,11 +6,11 @@ DESCRIPTION = "Provides tools that enable the set-up and manipulation of the lin | |||
6 | PR = "r4" | 6 | PR = "r4" |
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ |
9 | file://codepage.patch;patch=1 \ | 9 | file://codepage.patch \ |
10 | file://configure.patch;patch=1 \ | 10 | file://configure.patch \ |
11 | file://compile.patch;patch=1 \ | 11 | file://compile.patch \ |
12 | file://kbdrate.patch;patch=1 \ | 12 | file://kbdrate.patch \ |
13 | file://uclibc-fileno.patch;patch=1 \ | 13 | file://uclibc-fileno.patch \ |
14 | file://config" | 14 | file://config" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "bf21564fc38b3af853ef724babddbacd" | 16 | SRC_URI[md5sum] = "bf21564fc38b3af853ef724babddbacd" |
diff --git a/meta/recipes-core/tinylogin/tinylogin_1.4.bb b/meta/recipes-core/tinylogin/tinylogin_1.4.bb index 2dde2917ea..bad918c491 100644 --- a/meta/recipes-core/tinylogin/tinylogin_1.4.bb +++ b/meta/recipes-core/tinylogin/tinylogin_1.4.bb | |||
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM="file://LICENSE;md5=f1060fa3a366f098b5b1d8c2077ba269" | |||
10 | PR = "r7" | 10 | PR = "r7" |
11 | 11 | ||
12 | SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/tinylogin-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/tinylogin-${PV}.tar.bz2 \ |
13 | file://cvs-20040608.patch;patch=1;pnum=1 \ | 13 | file://cvs-20040608.patch \ |
14 | file://add-system.patch;patch=1;pnum=1 \ | 14 | file://add-system.patch \ |
15 | file://adduser-empty_pwd.patch;patch=1 \ | 15 | file://adduser-empty_pwd.patch \ |
16 | file://remove-index.patch;patch=1 \ | 16 | file://remove-index.patch \ |
17 | file://use_O2_option.patch \ | 17 | file://use_O2_option.patch \ |
18 | file://passwd_rotate_check.patch \ | 18 | file://passwd_rotate_check.patch \ |
19 | file://avoid_static.patch" | 19 | file://avoid_static.patch" |
diff --git a/meta/recipes-core/udev/udev_145.bb b/meta/recipes-core/udev/udev_145.bb index becef04706..b2e2294249 100644 --- a/meta/recipes-core/udev/udev_145.bb +++ b/meta/recipes-core/udev/udev_145.bb | |||
@@ -3,7 +3,7 @@ RPROVIDES_${PN} = "hotplug" | |||
3 | PR = "r11" | 3 | PR = "r11" |
4 | 4 | ||
5 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ |
6 | file://enable-gudev.patch;patch=1 \ | 6 | file://enable-gudev.patch \ |
7 | file://run.rules \ | 7 | file://run.rules \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index 8bc3dbf821..0aac5fa013 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | |||
@@ -11,7 +11,7 @@ PR = "r4" | |||
11 | SRCREV = "eca680ddf28d024954895f59a241a622dd575c11" | 11 | SRCREV = "eca680ddf28d024954895f59a241a622dd575c11" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/philb/update-rc.d.git;protocol=git \ | 13 | SRC_URI = "git://github.com/philb/update-rc.d.git;protocol=git \ |
14 | file://add-verbose.patch;striplevel=1" | 14 | file://add-verbose.patch;" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||