diff options
Diffstat (limited to 'meta/recipes-extended/augeas/augeas.inc')
-rw-r--r-- | meta/recipes-extended/augeas/augeas.inc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc deleted file mode 100644 index 23d12cadfe..0000000000 --- a/meta/recipes-extended/augeas/augeas.inc +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | SUMMARY = "Augeas configuration API" | ||
2 | HOMEPAGE = "http://augeas.net/" | ||
3 | BUGTRACKER = "https://fedorahosted.org/augeas/report/1" | ||
4 | |||
5 | LICENSE = "LGPLv2.1+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" | ||
7 | |||
8 | SRC_URI = "http://download.augeas.net/${BP}.tar.gz \ | ||
9 | file://add-missing-argz-conditional.patch \ | ||
10 | file://sepbuildfix.patch \ | ||
11 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | ||
12 | " | ||
13 | |||
14 | DEPENDS = "readline libxml2" | ||
15 | |||
16 | inherit autotools pkgconfig | ||
17 | |||
18 | PACKAGES =+ "${PN}-lenses lib${BPN}" | ||
19 | |||
20 | FILES_${PN}-lenses = "${datadir}/augeas/lenses" | ||
21 | FILES_lib${BPN} = "${libdir}/lib*${SOLIBS}" | ||
22 | |||
23 | RDEPENDS_lib${BPN} += "${PN}-lenses" | ||
24 | RRECOMMENDS_lib${BPN} += "${PN}" | ||
25 | |||
26 | LEAD_SONAME = "libaugeas.so" | ||
27 | |||
28 | do_install_append() { | ||
29 | rm -fr ${D}${datadir}/vim | ||
30 | } | ||