diff options
author | Qing He <qing.he@intel.com> | 2010-08-20 11:05:33 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-03 18:30:03 -0700 |
commit | 079b70a76ccd8a031b669cd211b17155796740a1 (patch) | |
tree | 2801f31adf24cf7c23a2d4a1f690e6453efc62fa | |
parent | 63f7b0a7036eb628677c413b246fb87a0131845f (diff) | |
download | poky-079b70a76ccd8a031b669cd211b17155796740a1.tar.gz |
augeas: add new package
version 0.7.3
Signed-off-by: Qing He <qing.he@intel.com>
-rw-r--r-- | meta/recipes-extended/augeas/augeas.inc | 26 | ||||
-rw-r--r-- | meta/recipes-extended/augeas/augeas_0.7.3.bb | 3 |
2 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc new file mode 100644 index 0000000000..be2585125f --- /dev/null +++ b/meta/recipes-extended/augeas/augeas.inc | |||
@@ -0,0 +1,26 @@ | |||
1 | DESCRIPTION = "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://augeas.net/download/${BP}.tar.gz" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg" | ||
13 | |||
14 | FILES_${PN}-lenses = "${datadir}/augeas/lenses" | ||
15 | FILES_lib${PN} = "${libdir}/*.so.*" | ||
16 | FILES_lib${PN}-dev = "${libdir}/*.so ${libdir}/*.a ${libdir}/*.la ${includedir} ${libdir}/pkgconfig" | ||
17 | FILES_lib${PN}-dbg = "${libdir}/.debug" | ||
18 | |||
19 | RDEPENDS_lib${PN} += "${PN}-lenses" | ||
20 | RRECOMMENDS_lib${PN} += "${PN}" | ||
21 | |||
22 | LEAD_SONAME = "libaugeas.so" | ||
23 | |||
24 | do_install_append() { | ||
25 | rm -fr ${D}${datadir}/vim | ||
26 | } | ||
diff --git a/meta/recipes-extended/augeas/augeas_0.7.3.bb b/meta/recipes-extended/augeas/augeas_0.7.3.bb new file mode 100644 index 0000000000..f9f6b38fa6 --- /dev/null +++ b/meta/recipes-extended/augeas/augeas_0.7.3.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require augeas.inc | ||
2 | |||
3 | PR = "r0" | ||