summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/libxcrypt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxcrypt/libxcrypt.inc')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc
index e9f968b556..b5ca863d54 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -9,7 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=bd5d9777dfe7076c4f2928f12fed226a \
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH} \
13 file://0001-configure.ac-do-not-use-compute-symver-floor.patch \
14 "
13SRCREV = "94d84f92ca123d851586016c4678eb1f21c19029" 15SRCREV = "94d84f92ca123d851586016c4678eb1f21c19029"
14SRCBRANCH ?= "develop" 16SRCBRANCH ?= "develop"
15 17