[oe-commits] org.oe.dev agg_2.5: fix staging (missing headers for thir party application)

xjqian commit openembedded-commits at lists.openembedded.org
Thu Jan 10 06:27:46 UTC 2008


agg_2.5: fix staging (missing headers for thir party application)
* header files under font_* are needed by applications building agaist agg (e.g., roadmap gtk2)
* not sure about gpc.h, but put into staging nevertheless.

Author: xjqian at openembedded.org
Branch: org.openembedded.dev
Revision: 186f1df730ce7f786b9928b76f4ecfd1a5f6c717
ViewMTN: http://monotone.openembedded.org/revision/info/186f1df730ce7f786b9928b76f4ecfd1a5f6c717
Files:
1
packages/agg/agg_2.5.bb
Diffs:

#
# mt diff -r07699fa4e98276cd15fb353046904408fce6f65c -r186f1df730ce7f786b9928b76f4ecfd1a5f6c717
#
# 
# 
# patch "packages/agg/agg_2.5.bb"
#  from [5441580bb562201cc3991bc4ff439dbf07fde4c4]
#    to [afcd52de254ae4cb5f6968371a8c1cd669a753e2]
# 
============================================================
--- packages/agg/agg_2.5.bb	5441580bb562201cc3991bc4ff439dbf07fde4c4
+++ packages/agg/agg_2.5.bb	afcd52de254ae4cb5f6968371a8c1cd669a753e2
@@ -5,7 +5,7 @@ DEPENDS = "virtual/libx11 virtual/libsdl
 LICENSE = "AGG License"
 DEPENDS = "virtual/libx11 virtual/libsdl freetype"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.antigrain.com/${P}.tar.gz"
 S = "${WORKDIR}/${P}"
@@ -32,6 +32,12 @@ do_stage() {
     oe_libinstall -a -so libaggplatformsdl ${STAGING_LIBDIR}
     install -m 0644 libagg.m4 ${STAGING_DATADIR}/aclocal/
     install -d ${STAGING_INCDIR}/agg2
+
+    for f in font_freetype font_win32_tt gpc
+    do
+            install -m 0644 ${S}/$f/*.h ${STAGING_INCDIR}/agg2/
+    done
+
     cd include
     headers=`find . -name "*.h"`
     for f in $headers
@@ -39,6 +45,3 @@ do_stage() {
             install -D -m 0644 $f ${STAGING_INCDIR}/agg2/$f
     done
 }
-
-
-






More information about the Openembedded-commits mailing list