[oe-commits] : fusionsound: fixed pkgconfig issues

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 19 16:32:31 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: a02e48c415e852b5571619b2ad70095d4f8f495f
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=a02e48c415e852b5571619b2ad70095d4f8f495f

Author:  <svolpe at openembedded.org>
Date:   Tue Aug 19 16:22:50 2008 +0000

fusionsound: fixed pkgconfig issues

---

 .../fix-pkgconfig-cflags.patch                     |   23 ++++++++++++++++++++
 packages/directfb/fusionsound_1.1.0+git20070709.bb |    3 +-
 2 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/packages/directfb/fusionsound-1.1.0+git20070709/.mtn2git_empty b/packages/directfb/fusionsound-1.1.0+git20070709/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch b/packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch
new file mode 100644
index 0000000..0eb4c75
--- /dev/null
+++ b/packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch
@@ -0,0 +1,23 @@
+--- git/fusionsound.pc.in~org	2008-08-19 11:04:27.000000000 -0400
++++ git/fusionsound.pc.in	2008-08-19 11:06:20.000000000 -0400
+@@ -8,4 +8,4 @@
+ Description: Multi application sound streaming and mixing
+ Version: @VERSION@
+ Libs: -L${libdir} -lfusionsound
+-Cflags: -I at INCLUDEDIR@
++Cflags: -I${includedir}/fusionsound
+--- git/fusionsound-internal.pc.in~org	2008-08-19 11:11:57.000000000 -0400
++++ git/fusionsound-internal.pc.in	2008-08-19 11:08:31.000000000 -0400
+@@ -1,10 +1,10 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ moduledir=@MODULEDIR@
+-includedir=@INTERNALINCLUDEDIR@
++includedir=@includedir@
+ 
+ Name: FusionSound-Internal
+ Description: Third party module support package for FusionSound.
+ Version: @VERSION@
+ Requires: fusionsound = @VERSION@
+-Cflags: -I at INTERNALINCLUDEDIR@
++Cflags: -I${includedir}/fusionsound -I${includedir}
diff --git a/packages/directfb/fusionsound_1.1.0+git20070709.bb b/packages/directfb/fusionsound_1.1.0+git20070709.bb
index 358cfa8..dda1de5 100644
--- a/packages/directfb/fusionsound_1.1.0+git20070709.bb
+++ b/packages/directfb/fusionsound_1.1.0+git20070709.bb
@@ -2,10 +2,11 @@ DESCRIPTION = "FusionSound for DirectFB"
 DEPENDS = "directfb"
 SECTION = "libs"
 LICENSE = "LGPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.directfb.org/git/directfb/core/FusionSound;protocol=git;tag=0b2162b570c8314fd1240b08d6ab4a8d074ccf37 \
 	   file://fix-pkgconfig-cflags.patch;patch=1 \
+	   file://use_limits_h.patch;patch=1 \
 "
 
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list