From 332881d5c8e4fe4c91373b9ca7384a0e484f770b Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Thu, 13 Aug 2020 07:47:57 +0200 Subject: [PATCH] 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 --- recipes-connectivity/gnss-mgr/gnss-mgr.bb | 2 +- recipes-connectivity/{ubxlib/ubxlib.bb => nmubxlib/nmubxlib.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename recipes-connectivity/{ubxlib/ubxlib.bb => nmubxlib/nmubxlib.bb} (83%) diff --git a/recipes-connectivity/gnss-mgr/gnss-mgr.bb b/recipes-connectivity/gnss-mgr/gnss-mgr.bb index c964f73..b9bb1dd 100644 --- a/recipes-connectivity/gnss-mgr/gnss-mgr.bb +++ b/recipes-connectivity/gnss-mgr/gnss-mgr.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404" RDEPENDS_${PN} += " \ python3-setuptools \ - ubxlib \ + nmubxlib \ python3-systemd \ " diff --git a/recipes-connectivity/ubxlib/ubxlib.bb b/recipes-connectivity/nmubxlib/nmubxlib.bb similarity index 83% rename from recipes-connectivity/ubxlib/ubxlib.bb rename to recipes-connectivity/nmubxlib/nmubxlib.bb index 55b9735..77a4d10 100644 --- a/recipes-connectivity/ubxlib/ubxlib.bb +++ b/recipes-connectivity/nmubxlib/nmubxlib.bb @@ -17,7 +17,7 @@ PKGV = "${GITPKGVTAG}" PV = "1.0-git${SRCPV}" 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}" S = "${WORKDIR}/git"