[oe-commits] org.oe.dev libexif: fix do_install and staging

koen commit openembedded-commits at lists.openembedded.org
Wed Dec 27 17:51:26 UTC 2006


libexif: fix do_install and staging

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 42910a78bf244958e7c8329dfa9474915a321d73
ViewMTN: http://monotone.openembedded.org/revision.psp?id=42910a78bf244958e7c8329dfa9474915a321d73
Files:
1
packages/libexif/libexif_0.6.13.bb
Diffs:

#
# mt diff -r5d3b23f0c6195c7b5918319e8a2676f3c767a0ab -r42910a78bf244958e7c8329dfa9474915a321d73
#
# 
# 
# patch "packages/libexif/libexif_0.6.13.bb"
#  from [9b4a82ccc8e87e397b2b57d0b40b3c42d017c207]
#    to [7715ce667ef9b4d713dbf04fbe23c8b7105e0191]
# 
============================================================
--- packages/libexif/libexif_0.6.13.bb	9b4a82ccc8e87e397b2b57d0b40b3c42d017c207
+++ packages/libexif/libexif_0.6.13.bb	7715ce667ef9b4d713dbf04fbe23c8b7105e0191
@@ -8,12 +8,10 @@ inherit autotools pkgconfig
 
 inherit autotools pkgconfig
 
-do_stage() {
-        oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR}
+do_configure_append() {
+	sed -i s:doc\ binary:binary:g Makefile
+}
 
-        install -d ${STAGING_INCDIR}/libexif
-        for X in exif-byte-order.h exif-data.h exif-format.h exif-loader.h exif-tag.h exif-content.h exif-entry.h exif-ifd.h exif-utils.h exif-log.h exif-mnote-data.h _stdint.h exif-data-type.h exif-mem.h
-        do
-                install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X
-        done
+do_stage() {
+	autotools_stage_all
 }






More information about the Openembedded-commits mailing list