features/libnmapp: replaced fixed srcrev to autorev
BugzID: 63549 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
41cd2f56fb
commit
bf23ac5f93
|
|
@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7a167c7940db2679f2901cdaef95658a"
|
||||
|
||||
SRC_URI = "git://git.netmodule.intranet/nm-tools/libnmapp.git;protocol=ssh;user=gitea;branch=develop"
|
||||
SRCREV = "50da472b0add9a829e1b2a7b1dc9ec68a4f59677"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
PV = "0.0.1+git${SRCPV}"
|
||||
LIB_SHORT_NAME = "nmapp"
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ SECTION = "base"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=45fbf6e6933c4d44b632377e741f6b70"
|
||||
|
||||
SRC_URI = "git://git.netmodule.intranet/nm-tools/json2textlog.git;protocol=ssh;user=gitea;branch=master"
|
||||
SRCREV = "3969a48c00edd7b893e11596cfeb8818212ce5dd"
|
||||
SRC_URI = "git://git.netmodule.intranet/nm-tools/json2textlog.git;protocol=ssh;user=gitea;branch=develop"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
PV = "0.0.1+git${SRCPV}"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LICENSE = "LGPLv3"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=af1a38c2dcc3faf2d13219a0b39fcb16"
|
||||
|
||||
SRC_URI = "git://git.netmodule.intranet/nm-tools/features.git;protocol=ssh;user=gitea;branch=develop"
|
||||
SRCREV = "6625657772d2b5be6ee20cd9b5c28fc661c3831e"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
PV = "0.0.1+git${SRCPV}"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=699dc6077ab50a5eae0d352adaa137c0"
|
||||
|
||||
SRC_URI = "git://git.netmodule.intranet/nm-tools/features.git;protocol=ssh;user=gitea;branch=develop"
|
||||
SRCREV = "6625657772d2b5be6ee20cd9b5c28fc661c3831e"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRC_URI_append = " \
|
||||
file://sys-mon.conf \
|
||||
file://sys-mon.service \
|
||||
|
|
|
|||
Loading…
Reference in New Issue