aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb
blob: 7563c99940de179312a6893943f7c66a1385e137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SUMMARY = "Pacemaker command line interface for management and configuration"
DESCRIPTION = "crm shell, a Pacemaker command line interface for management and configuration"

HOMEPAGE = "https://crmsh.github.io"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"

DEPENDS = "asciidoc-native \
           docbook-xsl-stylesheets-native \
           libxslt-native \
           python-setuptools-native \
           "
RDEPENDS_${PN} = "pacemaker python-lxml gawk"

S = "${WORKDIR}/git"
SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=crmsh-3.0 \
           file://tweaks_for_build.patch \
          "

SRCREV = "41845ca5511b844593cf25ae4eb7f307aa78c5be"

inherit autotools-brokensep distutils-base

export HOST_SYS
export BUILD_SYS

# Allow to process DocBook documentations without requiring
# network accesses for the dtd and stylesheets
export SGML_CATALOG_FILES = "${STAGING_DATADIR_NATIVE}/xml/docbook/xsl-stylesheets/catalog.xml"

FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/${BPN}"