summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-05 22:20:07 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 01:53:01 +0100
commit0c882af6795dd1f467fb196b585de4284f307b64 (patch)
treea0fb438a937cff0bac1edf3c6d9865d5dc487b1e /meta-oe
parentd26ff6c1fd561c422879ec9cbfd2405aa064d094 (diff)
downloadmeta-openembedded-0c882af6795dd1f467fb196b585de4284f307b64.tar.gz
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@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/libxml/libxml++_2.35.3.bb6
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 9a33baa70..fb9cdd954 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"
4BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml%2B%2B" 4BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml%2B%2B"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 "
8
9PR = "r1"
7 10
8SHRT_VER = "${@d.getVar('PV',True).split('.')[0]}.${@d.getVar('PV',True).split('.')[1]}" 11SHRT_VER = "${@d.getVar('PV',True).split('.')[0]}.${@d.getVar('PV',True).split('.')[1]}"
9SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz" 12SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz"
10 13
11SRC_URI[md5sum] = "196a2dcdc84ab987fe3852b3f29cafd7" 14SRC_URI[md5sum] = "196a2dcdc84ab987fe3852b3f29cafd7"
12SRC_URI[sha256sum] = "715a4214bbff90365cc8406a28e427febd90461006d608fbdcdcea7fc9891eaf" 15SRC_URI[sha256sum] = "715a4214bbff90365cc8406a28e427febd90461006d608fbdcdcea7fc9891eaf"
13LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 "
14 16
15DEPENDS = "libxml2 glibmm" 17DEPENDS = "libxml2 glibmm"
16 18
17inherit autotools pkgconfig 19inherit autotools pkgconfig
18 20
21FILES_${PN}-doc += "${datadir}/devhelp"
22FILES_${PN}-dev += "${libdir}/libxml++-2.6/include/libxml++config.h"