diff options
-rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp/atftpd.service (renamed from meta-oe/recipes-extended/atftp/atftp/atftpd.service) | 0 | ||||
-rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp_git.bb (renamed from meta-oe/recipes-extended/atftp/atftp_git.bb) | 4 | ||||
-rw-r--r-- | meta-networking/recipes-daemons/atftp/files/atftpd-0.7_circumvent_tftp_size_restrictions.patch (renamed from meta-oe/recipes-extended/atftp/files/atftpd-0.7_circumvent_tftp_size_restrictions.patch) | 5 | ||||
-rw-r--r-- | meta-networking/recipes-daemons/atftp/files/atftpd-0.7_unprotected_assignments_crash.patch (renamed from meta-oe/recipes-extended/atftp/files/atftpd-0.7_unprotected_assignments_crash.patch) | 7 | ||||
-rw-r--r-- | meta-networking/recipes-daemons/atftp/files/atftpd.init (renamed from meta-oe/recipes-extended/atftp/files/atftpd.init) | 0 |
5 files changed, 14 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/atftp/atftp/atftpd.service b/meta-networking/recipes-daemons/atftp/atftp/atftpd.service index 480bc702e9..480bc702e9 100644 --- a/meta-oe/recipes-extended/atftp/atftp/atftpd.service +++ b/meta-networking/recipes-daemons/atftp/atftp/atftpd.service | |||
diff --git a/meta-oe/recipes-extended/atftp/atftp_git.bb b/meta-networking/recipes-daemons/atftp/atftp_git.bb index 3e55881cf9..09451bc7ab 100644 --- a/meta-oe/recipes-extended/atftp/atftp_git.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Advanced TFTP server and client" | 1 | SUMMARY = "Advanced TFTP server and client" |
2 | SECTION = "network" | 2 | SECTION = "network" |
3 | HOMEPAGE = "http://packages.debian.org/atftp" | 3 | HOMEPAGE = "http://packages.debian.org/atftp" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
@@ -38,7 +38,7 @@ do_install_append() { | |||
38 | install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system | 38 | install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system |
39 | } | 39 | } |
40 | 40 | ||
41 | PACKAGES =+ "atftpd" | 41 | PACKAGES =+ "${PN}d" |
42 | 42 | ||
43 | FILES_${PN} = "${bindir}/*" | 43 | FILES_${PN} = "${bindir}/*" |
44 | 44 | ||
diff --git a/meta-oe/recipes-extended/atftp/files/atftpd-0.7_circumvent_tftp_size_restrictions.patch b/meta-networking/recipes-daemons/atftp/files/atftpd-0.7_circumvent_tftp_size_restrictions.patch index 9aeb3515b5..280b570b22 100644 --- a/meta-oe/recipes-extended/atftp/files/atftpd-0.7_circumvent_tftp_size_restrictions.patch +++ b/meta-networking/recipes-daemons/atftp/files/atftpd-0.7_circumvent_tftp_size_restrictions.patch | |||
@@ -8,6 +8,11 @@ hardwared BLOCKSIZE setting of 1432). | |||
8 | block rollover | 8 | block rollover |
9 | http://www.compuphase.com/tftp.htm | 9 | http://www.compuphase.com/tftp.htm |
10 | 10 | ||
11 | Patch originally from OpenSUSE: | ||
12 | https://build.opensuse.org/package/show?package=atftp&project=openSUSE%3A12.2 | ||
13 | |||
14 | Upstream-Status: Pending | ||
15 | |||
11 | Index: git/tftp_def.h | 16 | Index: git/tftp_def.h |
12 | =================================================================== | 17 | =================================================================== |
13 | --- git.orig/tftp_def.h 2012-11-19 16:28:50.221027144 -0800 | 18 | --- git.orig/tftp_def.h 2012-11-19 16:28:50.221027144 -0800 |
diff --git a/meta-oe/recipes-extended/atftp/files/atftpd-0.7_unprotected_assignments_crash.patch b/meta-networking/recipes-daemons/atftp/files/atftpd-0.7_unprotected_assignments_crash.patch index 6faf5f9d9a..28fba6cf50 100644 --- a/meta-oe/recipes-extended/atftp/files/atftpd-0.7_unprotected_assignments_crash.patch +++ b/meta-networking/recipes-daemons/atftp/files/atftpd-0.7_unprotected_assignments_crash.patch | |||
@@ -1,3 +1,10 @@ | |||
1 | Avoid assigning thread data outside of mutex lock | ||
2 | |||
3 | Patch originally from OpenSUSE: | ||
4 | https://build.opensuse.org/package/show?package=atftp&project=openSUSE%3A12.2 | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
1 | Index: git/tftpd_list.c | 8 | Index: git/tftpd_list.c |
2 | =================================================================== | 9 | =================================================================== |
3 | --- git.orig/tftpd_list.c 2012-10-24 21:48:47.000000000 -0700 | 10 | --- git.orig/tftpd_list.c 2012-10-24 21:48:47.000000000 -0700 |
diff --git a/meta-oe/recipes-extended/atftp/files/atftpd.init b/meta-networking/recipes-daemons/atftp/files/atftpd.init index 161d97aca7..161d97aca7 100644 --- a/meta-oe/recipes-extended/atftp/files/atftpd.init +++ b/meta-networking/recipes-daemons/atftp/files/atftpd.init | |||