update all of osmocom to "latest" tags

We have to use some arcane construct to make the bitbake fetcher
actualyl fetch tags that are not on any branch (like those patch
releases that themselves branch off master, but which aren't on
master).  Otherwise we get errors like:

WARNING: osmo-sgsn-1.6.2+gitrAUTOINC+065500a347-r1.18.0 do_fetch: Failed to fetch URL git://git.osmocom.org/osmo-sgsn.git;protocol=git, attempting MIRRORS if available
ERROR: osmo-sgsn-1.6.2+gitrAUTOINC+065500a347-r1.18.0 do_fetch: Fetcher failure: Unable to find revision 065500a3471dd43b65dc87b95854c3015c551f0f in branch master even from upstream

Change-Id: I743173f8a3385686ffb11550aabc0fbc665cf043
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index d5eab3a..1acf6ac 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -1,9 +1,9 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "2862f9082ed4f16383a134e1112610d76ad91bf0"
+SRCREV = "5681a3254c1727d4926ac6d36800fd63d87ad7a2"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
-PV = "1.3.0+gitr${SRCPV}"
+PV = "1.4.1+gitr${SRCPV}"
 PR = "${INC_PR}.0"
 
 PACKAGES =+ "libosmoctrl libosmocodec libosmogb libosmogsm libosmovty osmo-arfcn osmo-auc-gen osmo-config-merge"