diff options
Diffstat (limited to 'meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.9.0.bb')
| -rw-r--r-- | meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.9.0.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.9.0.bb b/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.9.0.bb deleted file mode 100644 index 9d01c51289..0000000000 --- a/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.9.0.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 - 2016 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "Base policy for CFEngine" | ||
| 5 | |||
| 6 | DESCRIPTION = "CFEngine is an IT infrastructure automation framework \ | ||
| 7 | that helps engineers, system administrators and other stakeholders \ | ||
| 8 | in an IT system to manage and understand IT infrastructure throughout \ | ||
| 9 | its lifecycle. CFEngine takes systems from Build to Deploy, Manage and Audit. \ | ||
| 10 | \ | ||
| 11 | This package is intended to provide a stable base policy for \ | ||
| 12 | installations and upgrades, and is used by CFEngine 3.6 and newer. \ | ||
| 13 | \ | ||
| 14 | The contents of this packge are intended to live in `/var/cfengine/masterfiles` \ | ||
| 15 | or wherever `$(sys.masterdir)` points. \ | ||
| 16 | " | ||
| 17 | |||
| 18 | HOMEPAGE = "http://cfengine.com" | ||
| 19 | |||
| 20 | LICENSE = "MIT" | ||
| 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=52cd3d13af93180822888ab0088e9328" | ||
| 22 | |||
| 23 | SRC_URI = "https://cfengine-package-repos.s3.amazonaws.com/tarballs/${BP}.tar.gz \ | ||
| 24 | file://remove-policy-of-usr-local-sbin.patch \ | ||
| 25 | " | ||
| 26 | SRC_URI[md5sum] = "b101ddcd546738af6ec91be5c297cb24" | ||
| 27 | SRC_URI[sha256sum] = "63dec2f8649f5f2788cd463dccf47f8dbe941522acfcf3093517f983bbfa0606" | ||
| 28 | |||
| 29 | inherit autotools | ||
| 30 | |||
| 31 | export EXPLICIT_VERSION="${PV}" | ||
| 32 | |||
| 33 | EXTRA_OECONF = "--prefix=${localstatedir}/cfengine" | ||
| 34 | |||
| 35 | FILES_${PN} += "${localstatedir}/cfengine" | ||
| 36 | |||
| 37 | RDEPENDS_${PN} += "python-core" | ||
