mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
atftp: move to meta-networking and tweak
* Add origin and Upstream-Status to patches
* Set SUMMARY instead of DESCRIPTION
* Add ${PN}d to PACKAGES instead of atftpd to be consistent with the
rest of the recipe
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
bd790d44d2
commit
02023c1543
+2
-2
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Advanced TFTP server and client"
|
||||
SUMMARY = "Advanced TFTP server and client"
|
||||
SECTION = "network"
|
||||
HOMEPAGE = "http://packages.debian.org/atftp"
|
||||
LICENSE = "GPLv2"
|
||||
@@ -38,7 +38,7 @@ do_install_append() {
|
||||
install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system
|
||||
}
|
||||
|
||||
PACKAGES =+ "atftpd"
|
||||
PACKAGES =+ "${PN}d"
|
||||
|
||||
FILES_${PN} = "${bindir}/*"
|
||||
|
||||
+5
@@ -8,6 +8,11 @@ hardwared BLOCKSIZE setting of 1432).
|
||||
block rollover
|
||||
http://www.compuphase.com/tftp.htm
|
||||
|
||||
Patch originally from OpenSUSE:
|
||||
https://build.opensuse.org/package/show?package=atftp&project=openSUSE%3A12.2
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Index: git/tftp_def.h
|
||||
===================================================================
|
||||
--- git.orig/tftp_def.h 2012-11-19 16:28:50.221027144 -0800
|
||||
+7
@@ -1,3 +1,10 @@
|
||||
Avoid assigning thread data outside of mutex lock
|
||||
|
||||
Patch originally from OpenSUSE:
|
||||
https://build.opensuse.org/package/show?package=atftp&project=openSUSE%3A12.2
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Index: git/tftpd_list.c
|
||||
===================================================================
|
||||
--- git.orig/tftpd_list.c 2012-10-24 21:48:47.000000000 -0700
|
||||
Reference in New Issue
Block a user