diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-27 11:28:26 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-27 11:28:26 +0100 |
commit | 592aec1153c15c489509ed2269c6b60f6ada6f9c (patch) | |
tree | d20151e458e881040fe55d31353a4ff6b70b591a /recipes/libxml/libxml2.inc | |
parent | 03ed4b979cca721ad0e0febaee358a80ff8e44fc (diff) | |
parent | dfa6b034ba29c9c5419f461c0646d7a86cf55dc5 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libxml/libxml2.inc')
-rw-r--r-- | recipes/libxml/libxml2.inc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc index f7ecaff977..bc31123e7c 100644 --- a/recipes/libxml/libxml2.inc +++ b/recipes/libxml/libxml2.inc @@ -5,6 +5,8 @@ LICENSE = "MIT" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" +PR = "r1" + inherit autotools pkgconfig binconfig EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" @@ -23,7 +25,14 @@ do_stage() { DEBIANNAME_${PN} = "libxml2" -PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" +PACKAGES =+ "${PN}-utils" +FILES_${PN} = "${libexecdir}/* ${libdir}/lib*${SOLIBS} \ + ${sysconfdir} ${sharedstatedir} ${localstatedir} \ + ${base_libdir}/*${SOLIBS} \ + ${datadir}/${PN} ${libdir}/${PN}/* \ + ${datadir}/pixmaps ${datadir}/applications \ + ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ + ${libdir}/bonobo/servers" FILES_${PN}-dev += "${bindir}/*-config" -FILES_${PN}-utils += "${bindir}/* ${libdir}/*.sh" +FILES_${PN}-utils = "${bindir}/xmllint ${bindir}/xmlcatalog ${libdir}/*.sh" |