diff options
| author | Armin Kuster <akuster808@gmail.com> | 2016-04-12 18:37:40 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-04-20 15:10:45 -0400 |
| commit | a9d1b61080cec79a30971a6c9c63ae4626528c83 (patch) | |
| tree | 9b8f509b34ff6f9097d43903e1b7c1a79a7d41a7 | |
| parent | 60c1f6c65d5da3c8740b494bd62c8ab2b9689f13 (diff) | |
| download | meta-openembedded-a9d1b61080cec79a30971a6c9c63ae4626528c83.tar.gz | |
c-ares: Add package to networking
this package is in 5 other layers.
Move to a more common location and update version.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -rw-r--r-- | meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb new file mode 100644 index 0000000000..2f72ab495c --- /dev/null +++ b/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Copyright (c) 2012-2014 LG Electronics, Inc. | ||
| 2 | |||
| 3 | DESCRIPTION = "c-ares is a C library that resolves names asynchronously." | ||
| 4 | HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" | ||
| 5 | SECTION = "libs" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://ares_init.c;beginline=1;endline=3;md5=53f5ecf4c22c37cf1ddd1ef8f8eccce0" | ||
| 8 | |||
| 9 | SRC_URI = "http://c-ares.haxx.se/download/${BP}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "d5c6d522cfc54bb6f215a0b7912d46be" | ||
| 11 | SRC_URI[sha256sum] = "b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
