diff options
Diffstat (limited to 'meta/recipes-core/libxcrypt/libxcrypt.inc')
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index ba93d91aef..77fec83234 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc | |||
@@ -9,16 +9,13 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \ | |||
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https" | 12 | SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https \ |
13 | SRCREV = "f531a36aa916a22ef2ce7d270ba381e264250cbf" | 13 | " |
14 | SRCREV = "55ea777e8d567e5e86ffac917c28815ac54cc341" | ||
14 | SRCBRANCH ?= "master" | 15 | SRCBRANCH ?= "master" |
15 | 16 | ||
16 | SRC_URI += "file://fix_cflags_handling.patch" | ||
17 | |||
18 | PROVIDES = "virtual/crypt" | 17 | PROVIDES = "virtual/crypt" |
19 | 18 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | 19 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |
23 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" | 20 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" |
24 | CPPFLAGS:append:class-nativesdk = " -Wno-error" | 21 | CPPFLAGS:append:class-nativesdk = " -Wno-error" |