wlanconf: adapted SRC_URI from gitea to gitlab
BugzID: 65572 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
7139363337
commit
f26ef41692
|
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://www.netmodule.com/"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRC_URI = "git://git.netmodule.intranet/nm-tools/wlconf-bin.git;protocol=ssh;user=gitea;branch=master"
|
||||
SRC_URI = "git://gitlab.com/netmodule/tools/wlconf-bin.git;protocol=ssh;user=git;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
|
@ -17,7 +17,7 @@ FILES_${PN} += "${nonarch_base_libdir}/firmware/"
|
|||
|
||||
do_install () {
|
||||
|
||||
install -d ${D}/${INSTALLPATH}
|
||||
install -d ${D}/${INSTALLPATH}
|
||||
|
||||
if ls ${S}/wlconf-8.7.3/bin/${MACHINE}/${CONFIGBINARY} 1> /dev/null 2>&1 ; then
|
||||
install -m 0644 ${S}/wlconf-8.7.3/bin/${MACHINE}/${CONFIGBINARY} ${D}/${INSTALLPATH}
|
||||
|
|
|
|||
Loading…
Reference in New Issue