diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-05-24 14:45:31 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | db30312d28db258a89b353a106927840ecd46c1c (patch) | |
tree | eee2ca8681b1b16208d51b78d35af1a9d8c38aa4 /meta-networking/recipes-support/c-ares | |
parent | 06b8b46cb30633ec0abf80f944fa7ac70d6b902a (diff) | |
download | meta-openembedded-db30312d28db258a89b353a106927840ecd46c1c.tar.gz |
c-ares: variable cleanup
Reorder recipe variables according to:
https://www.openembedded.org/wiki/Styleguide
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/c-ares')
-rw-r--r-- | meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb index defbeaa62..934c8454d 100644 --- a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb +++ b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | |||
@@ -4,13 +4,14 @@ HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f4b026880834eb01c035c5e5cb47ccac" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f4b026880834eb01c035c5e5cb47ccac" |
7 | SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce" | 7 | |
8 | PV = "1.13.0+gitr${SRCPV}" | 8 | PV = "1.13.0+gitr${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
11 | git://github.com/c-ares/c-ares.git \ | 11 | git://github.com/c-ares/c-ares.git \ |
12 | file://cmake-install-libcares.pc.patch \ | 12 | file://cmake-install-libcares.pc.patch \ |
13 | " | 13 | " |
14 | SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce" | ||
14 | 15 | ||
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||