diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-10-29 14:33:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-29 17:26:47 +0000 |
commit | 3c790c9bd1c096aa47f92283f7a4a5180d51ea68 (patch) | |
tree | 32724f18399ef5eed54deb2cf2d1958db86c4203 /meta/recipes-core | |
parent | 123670227d37e2524d8001dcac984381431e175a (diff) | |
download | poky-3c790c9bd1c096aa47f92283f7a4a5180d51ea68.tar.gz |
libxcrypt: tweak branch from master to develop
The master branch does not exist any more, use develop to replace.
(From OE-Core rev: 6db5e994ed9179eb6174ace1fd60c007f11deadd)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.1.1.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.1.1.bb index 61ea22e4ea..465aa96523 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.1.1.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.1.1.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM ?= "file://LICENSING;md5=cb3ca4cabd2447a37bf186fad6f79852 \ | |||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRCREV ?= "21b455b68baad279e6a3936faced16c5e5634376" | 12 | SRCREV ?= "21b455b68baad279e6a3936faced16c5e5634376" |
13 | SRCBRANCH ?= "master" | 13 | SRCBRANCH ?= "develop" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH} \ | 15 | SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH} \ |
16 | " | 16 | " |