[oe-commits] org.oe.dev libexif: stage few more headers in 0.6.13

hrw commit openembedded-commits at lists.openembedded.org
Tue Nov 28 18:57:01 UTC 2006


libexif: stage few more headers in 0.6.13

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

#
# mt diff -r9bac02feed3274bd39118581192521e56ce97898 -r755167f16f9b0fce49c13343f86891cd973fc1cb
#
# 
# 
# patch "packages/libexif/libexif_0.6.13.bb"
#  from [e81581eba0ed714491d67f7a44d8226832e2e167]
#    to [9b4a82ccc8e87e397b2b57d0b40b3c42d017c207]
# 
============================================================
--- packages/libexif/libexif_0.6.13.bb	e81581eba0ed714491d67f7a44d8226832e2e167
+++ packages/libexif/libexif_0.6.13.bb	9b4a82ccc8e87e397b2b57d0b40b3c42d017c207
@@ -1,7 +1,8 @@ LICENSE = "LGPL"
 DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
 HOMEPAGE = "http://sourceforge.net/projects/libexif"
 SECTION = "libs"
 LICENSE = "LGPL"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
 
@@ -11,7 +12,7 @@ do_stage() {
         oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR}
 
         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
+        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






More information about the Openembedded-commits mailing list