Reorder recipe variables according to:

        https://www.openembedded.org/wiki/Styleguide

Signed-off-by: Trevor Woerner <twoer...@gmail.com>
---
 meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 defbeaa623..934c8454d5 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/";
 SECTION = "libs"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f4b026880834eb01c035c5e5cb47ccac"
-SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce"
+
 PV = "1.13.0+gitr${SRCPV}"
 
 SRC_URI = "\
     git://github.com/c-ares/c-ares.git \
     file://cmake-install-libcares.pc.patch \
 "
+SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.0.582.gccdcbd54c

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to