diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb similarity index 92% rename from meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb rename to meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb index a1be4be7ef..6ed67a6761 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb @@ -9,10 +9,11 @@ LIC_FILES_CHKSUM ?= "file://LICENSING;md5=d1cc18f512ded3bd6000f3729f31be08 \ inherit autotools -SRCREV ?= "215b32aa4e0b255c3356a96bd6d257661bad73ca" +SRCREV ?= "089479bb24acd168613757a6f12d63caa95416b4" SRCBRANCH ?= "master" -SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH} \ + " PROVIDES = "virtual/crypt"