diff --git a/conf/layer.conf b/conf/layer.conf index 8d40b7bab4..5679e7ea9a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "telephony" BBFILE_PATTERN_telephony := "^${LAYERDIR}/" BBFILE_PRIORITY_telephony = "5" -META_TELEPHONY_OSMO_INC = "1" +META_TELEPHONY_OSMO_INC = "3" diff --git a/recipes-osmocom/libosmocore/libosmocore_0.4.1.bb b/recipes-osmocom/libosmocore/libosmocore_0.4.1.bb new file mode 100644 index 0000000000..2541c0d568 --- /dev/null +++ b/recipes-osmocom/libosmocore/libosmocore_0.4.1.bb @@ -0,0 +1,11 @@ +require ${PN}.inc + +S = "${WORKDIR}/git" +SRCREV = "72bd4eb3b9e674d771d911e27cacb45468d51487" +SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git" +PR = "${INC_PR}.0" + +# because "${WORKDIR}/git" is not a git repo, it can't figure out the version +do_configure_prepend() { + echo "${PV}" > ${S}/.tarball-version +}