diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2017-06-23 13:36:44 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-06-28 10:29:36 -0400 |
| commit | 4267eede662006f54694d6062ceea98835b99dd6 (patch) | |
| tree | 6f5b0091428d1d86519b5653afbc876f58922c66 /meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | |
| parent | 7d5f8acc42305040d5387f3773e1f78d01c6ec01 (diff) | |
| download | meta-openembedded-4267eede662006f54694d6062ceea98835b99dd6.tar.gz | |
rdist: add new recipe
rdist is a remote file distribution client and server.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb new file mode 100644 index 0000000000..cea1f08f9d --- /dev/null +++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | SUMMARY = "Remote file distribution client and server" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | Rdist is a program to maintain identical copies of files over multiple \ | ||
| 4 | hosts. It preserves the owner, group, mode, and mtime of files if \ | ||
| 5 | possible and can update programs that are executing. \ | ||
| 6 | " | ||
| 7 | SECTION = "console/network" | ||
| 8 | LICENSE = "BSD-4-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://Copyright;md5=3f47ec9f64b11c8192ee05a66b5c2755" | ||
| 10 | |||
| 11 | SRC_URI = "http://www.magnicomp.com/download/${BPN}/${BP}.tar.gz" | ||
| 12 | SRC_URI[md5sum] = "546779700af70aa5f9103e08782cdcac" | ||
| 13 | SRC_URI[sha256sum] = "2bb0d0f5904eadc9e7fe3d60c15389d6897fcf884211070e289a6c710ff37f96" | ||
| 14 | |||
| 15 | SRC_URI += "file://rdist-6.1.5-linux.patch \ | ||
| 16 | file://rdist-6.1.5-links.patch \ | ||
| 17 | file://rdist-6.1.5-oldpath.patch \ | ||
| 18 | file://rdist-6.1.5-hardlink.patch \ | ||
| 19 | file://rdist-6.1.5-bison.patch \ | ||
| 20 | file://rdist-6.1.5-varargs.patch \ | ||
| 21 | file://rdist-6.1.5-maxargs.patch \ | ||
| 22 | file://rdist-6.1.5-lfs.patch \ | ||
| 23 | file://rdist-6.1.5-cleanup.patch \ | ||
| 24 | file://rdist-6.1.5-svr4.patch \ | ||
| 25 | file://rdist-6.1.5-ssh.patch \ | ||
| 26 | file://rdist-6.1.5-mkstemp.patch \ | ||
| 27 | file://rdist-6.1.5-stat64.patch \ | ||
| 28 | file://rdist-6.1.5-fix-msgsndnotify-loop.patch \ | ||
| 29 | file://rdist-6.1.5-bb-build.patch \ | ||
| 30 | file://rdist-6.1.5-makefile-add-ldflags.patch \ | ||
| 31 | " | ||
| 32 | |||
| 33 | DEPENDS = "bison-native" | ||
| 34 | |||
| 35 | inherit autotools-brokensep | ||
| 36 | |||
| 37 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" | ||
