diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index 965704f..d474964 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -1,6 +1,8 @@ +inherit += "externalgitsrc" + DISTRO = "netmodule-linux" DISTRO_NAME = "NetModule Linux Distribution" -DISTRO_VERSION = "0.9.5" +DISTRO_VERSION = "${EXTERNALSRC_GIT_SRCREV}" DISTRO_CODENAME = "sumo" SDK_VENDOR = "-netmodule" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"