[oe-commits] Martin Jansa : libxml++: fix unpackaged files

git at git.openembedded.org git at git.openembedded.org
Wed Dec 12 18:29:17 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 0c882af6795dd1f467fb196b585de4284f307b64
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0c882af6795dd1f467fb196b585de4284f307b64

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Dec  5 22:20:07 2012 +0100

libxml++: fix unpackaged files

* fixes:
libxml++-2.35.3: libxml++: Files/directories were installed but not shipped
  /usr/share/devhelp
  /usr/share/devhelp/books
  /usr/share/devhelp/books/libxml++-2.6
  /usr/share/devhelp/books/libxml++-2.6/libxml++-2.6.devhelp2
  /usr/lib/libxml++-2.6
  /usr/lib/libxml++-2.6/include
  /usr/lib/libxml++-2.6/include/libxml++config.h

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-core/libxml/libxml++_2.35.3.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb b/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb
index 9a33baa..fb9cdd9 100644
--- a/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb
+++ b/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb
@@ -4,15 +4,19 @@ HOMEPAGE = "http://libxmlplusplus.sourceforge.net"
 BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml%2B%2B"
 SECTION = "libs"
 LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 "
+
+PR = "r1"
 
 SHRT_VER = "${@d.getVar('PV',True).split('.')[0]}.${@d.getVar('PV',True).split('.')[1]}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz"
 
 SRC_URI[md5sum] = "196a2dcdc84ab987fe3852b3f29cafd7"
 SRC_URI[sha256sum] = "715a4214bbff90365cc8406a28e427febd90461006d608fbdcdcea7fc9891eaf"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 "
 
 DEPENDS = "libxml2 glibmm"
 
 inherit autotools pkgconfig
 
+FILES_${PN}-doc += "${datadir}/devhelp"
+FILES_${PN}-dev += "${libdir}/libxml++-2.6/include/libxml++config.h"





More information about the Openembedded-commits mailing list