54 lines
824 B
BlitzBasic
54 lines
824 B
BlitzBasic
DESCRIPTION = "stx-nfv"
|
|
|
|
STABLE = "starlingx/master"
|
|
PROTOCOL = "https"
|
|
BRANCH = "master"
|
|
SRCREV = "cdd6c334d9d1d6c0f4de344fff8ef2af28c76e56"
|
|
S = "${WORKDIR}/git"
|
|
PV = "19.05"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
|
|
SRC_URI = "git://opendev.org/starlingx/nfv.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \
|
|
file://use-ldflags-mtce-guest.patch \
|
|
"
|
|
|
|
DEPENDS += " \
|
|
python \
|
|
python-pbr-native \
|
|
stx-metal \
|
|
stx-fault \
|
|
json-c \
|
|
openssl \
|
|
libevent \
|
|
libgcc \
|
|
"
|
|
|
|
require mtce-guest.inc
|
|
require nfv-vim.inc
|
|
require nfv-common.inc
|
|
require nfv-client.inc
|
|
require nfv-plugins.inc
|
|
require nfv-tools.inc
|
|
require nova-api-proxy.inc
|
|
|
|
do_configure () {
|
|
:
|
|
}
|
|
|
|
do_compile() {
|
|
:
|
|
}
|
|
|
|
do_install () {
|
|
:
|
|
}
|
|
|
|
pkg_postinst_ontarget_${PN} () {
|
|
}
|
|
|
|
FILES_${PN} = " "
|