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:
Marc Mattmueller 2020-08-13 07:47:57 +02:00
parent 6aba86efae
commit 332881d5c8
2 changed files with 2 additions and 2 deletions

View File

@ -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 \
" "

View File

@ -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"