summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas/augeas.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-08-02 14:05:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:22:23 +0100
commita5eb998c4dc92cc1355fc7a5e7d6f94c54703757 (patch)
tree88c35620f4d82e6579139ad54a5796da740354db /meta/recipes-extended/augeas/augeas.inc
parent9ac1500789607327ae626bede5a04cfe0580b944 (diff)
downloadpoky-a5eb998c4dc92cc1355fc7a5e7d6f94c54703757.tar.gz
augeas: remove from oe-core
Nothing in oe-core uses this, so it's been moved to meta-oe. (From OE-Core rev: 89cafc6dcf6425c2e33270dac37f7649ccbffa33) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/augeas/augeas.inc')
-rw-r--r--meta/recipes-extended/augeas/augeas.inc30
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 @@
1SUMMARY = "Augeas configuration API"
2HOMEPAGE = "http://augeas.net/"
3BUGTRACKER = "https://fedorahosted.org/augeas/report/1"
4
5LICENSE = "LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
7
8SRC_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
14DEPENDS = "readline libxml2"
15
16inherit autotools pkgconfig
17
18PACKAGES =+ "${PN}-lenses lib${BPN}"
19
20FILES_${PN}-lenses = "${datadir}/augeas/lenses"
21FILES_lib${BPN} = "${libdir}/lib*${SOLIBS}"
22
23RDEPENDS_lib${BPN} += "${PN}-lenses"
24RRECOMMENDS_lib${BPN} += "${PN}"
25
26LEAD_SONAME = "libaugeas.so"
27
28do_install_append() {
29 rm -fr ${D}${datadir}/vim
30}