ubxlib: renaming ubxlib into nmubxlib
Our used ubxlib was forked and diverged too much from the original one. Now there is a naming conflict when installing our image in the car drive tests. Therefore our ubxlib is renamed to nmubxlib BugzID: 65478 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
6aba86efae
commit
332881d5c8
|
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404"
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
ubxlib \
|
nmubxlib \
|
||||||
python3-systemd \
|
python3-systemd \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ PKGV = "${GITPKGVTAG}"
|
||||||
PV = "1.0-git${SRCPV}"
|
PV = "1.0-git${SRCPV}"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.com/netmodule/tools/ubxlib.git;protocol=ssh;user=git;branch=master"
|
SRC_URI = "git://gitlab.com/netmodule/tools/nmubxlib.git;protocol=ssh;user=git;branch=master"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "${AUTOREV}"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Loading…
Reference in New Issue