mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
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>
This commit is contained in:
@@ -4,13 +4,14 @@ HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/"
|
|||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f4b026880834eb01c035c5e5cb47ccac"
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f4b026880834eb01c035c5e5cb47ccac"
|
||||||
SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce"
|
|
||||||
PV = "1.13.0+gitr${SRCPV}"
|
PV = "1.13.0+gitr${SRCPV}"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/c-ares/c-ares.git \
|
git://github.com/c-ares/c-ares.git \
|
||||||
file://cmake-install-libcares.pc.patch \
|
file://cmake-install-libcares.pc.patch \
|
||||||
"
|
"
|
||||||
|
SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user