diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-12-05 18:36:22 -0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-14 09:20:12 -0500 |
| commit | 489fce65e0b419b446a7ae9f6b4ef76d8986bdb8 (patch) | |
| tree | 6b1695199335c5391e71a75896fb244af94a5479 /meta-networking/recipes-support/ruli/ruli_0.36.bb | |
| parent | 3b8f33b1c524d72eeb4a5638f88102159ea224b3 (diff) | |
| download | meta-openembedded-489fce65e0b419b446a7ae9f6b4ef76d8986bdb8.tar.gz | |
ruli: Add new package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/ruli/ruli_0.36.bb')
| -rw-r--r-- | meta-networking/recipes-support/ruli/ruli_0.36.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ruli/ruli_0.36.bb b/meta-networking/recipes-support/ruli/ruli_0.36.bb new file mode 100644 index 0000000000..a455e1f9bf --- /dev/null +++ b/meta-networking/recipes-support/ruli/ruli_0.36.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "RULI stands for Resolver User Layer Interface It's a library built on top of an asynchronous DNS stub resolver" | ||
| 2 | |||
| 3 | HOMEPAGE = "http://www.nongnu.org/ruli/" | ||
| 4 | |||
| 5 | LICENSE = "GPL-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
| 7 | |||
| 8 | DEPENDS = "liboop" | ||
| 9 | |||
| 10 | SRC_URI += "http://download.savannah.gnu.org/releases/ruli/ruli_${PV}.orig.tar.gz \ | ||
| 11 | file://Makefile.patch" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "e73fbfdeadddb68a703a70cea5271468" | ||
| 14 | SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a3999dbfa" | ||
| 15 | |||
| 16 | do_install1() { | ||
| 17 | install -d ${D}${includedir}/ruli | ||
| 18 | install -d ${D}${libdir} | ||
| 19 | install -m 0644 ${S}/src/ruli*.h ${D}${includedir}/ruli | ||
| 20 | install -m 0644 ${S}/src/libruli.so ${D}${libdir} | ||
| 21 | install -m 0644 ${S}/src/libruli.so.4 ${D}${libdir} | ||
| 22 | } | ||
