66 lines
1.2 KiB
BlitzBasic
66 lines
1.2 KiB
BlitzBasic
DESCRIPTION = "stx-ha"
|
|
|
|
STABLE = "starlingx/master"
|
|
PROTOCOL = "https"
|
|
BRANCH = "master"
|
|
SRCREV = "73b77366b32eac3be1caaab2e44a1f02ee5c1980"
|
|
S = "${WORKDIR}/git"
|
|
PV = "19.01"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRC_URI = "git://opendev.org/starlingx/ha.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \
|
|
file://0001-Install-sm-eru-sm-eru-dump-and-sm-eru-watchdog.patch \
|
|
file://0001-Allow-user-to-define-destination-libdir.patch \
|
|
"
|
|
|
|
|
|
inherit setuptools
|
|
inherit pkgconfig
|
|
|
|
DEPENDS += " \
|
|
stx-fault \
|
|
stx-metal \
|
|
sqlite3 \
|
|
python \
|
|
python-pbr-native \
|
|
glib-2.0 \
|
|
sqlite3 \
|
|
"
|
|
|
|
require sm.inc
|
|
require sm-db.inc
|
|
require sm-common.inc
|
|
require sm-api.inc
|
|
require sm-client.inc
|
|
require sm-tools.inc
|
|
|
|
#TODO: Shouldn't have to do this
|
|
LDFLAGS_remove = "-Wl,--as-needed"
|
|
|
|
do_configure () {
|
|
:
|
|
}
|
|
|
|
do_compile() {
|
|
:
|
|
}
|
|
|
|
do_install () {
|
|
:
|
|
}
|
|
|
|
pkg_postinst_ontarget_${PN} () {
|
|
}
|
|
|
|
FILES_${PN} = " "
|
|
FILES_${PN}-dev += " \
|
|
var/lib/sm/watchdog/modules/libsm_watchdog_nfs.so \
|
|
"
|
|
# var/lib/sm/watchdog/modules/libsm_watchdog_nfs.so.1 \
|
|
# var/lib/sm/watchdog/modules/libsm_watchdog_nfs.so.0 \
|
|
# ${libdir}/libsm_common.so.1 \
|
|
# ${libdir}/libsm_common.so.0
|