[oe-commits] org.oe.dev fusionsound: fixed pkgconfig issues

svolpe commit oe at amethyst.openembedded.net
Mon Sep 1 18:12:28 UTC 2008


fusionsound: fixed pkgconfig issues

Author: svolpe at openembedded.org
Branch: org.openembedded.dev
Revision: bdef4ea2bcf85f3f2f7fe0f86441076fa860c5bc
ViewMTN: http://monotone.openembedded.org/revision/info/bdef4ea2bcf85f3f2f7fe0f86441076fa860c5bc
Files:
1
packages/directfb/fusionsound-1.1.0+git20070709
packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch
packages/directfb/fusionsound_1.1.0+git20070709.bb
Diffs:

#
# mt diff -r649d0b548ea722b5a3f4d65577e630558b998097 -rbdef4ea2bcf85f3f2f7fe0f86441076fa860c5bc
#
#
#
# add_dir "packages/directfb/fusionsound-1.1.0+git20070709"
# 
# add_file "packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch"
#  content [52481ed544f51f5309bdad048543bcb195122776]
# 
# patch "packages/directfb/fusionsound_1.1.0+git20070709.bb"
#  from [ddd4fe8cf151a96a947e348d10d1eaebfe6e8127]
#    to [06e72ecc44e8eeef034076c89172d6c2b6f47edc]
#
============================================================
--- packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch	52481ed544f51f5309bdad048543bcb195122776
+++ packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch	52481ed544f51f5309bdad048543bcb195122776
@@ -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}
============================================================
--- packages/directfb/fusionsound_1.1.0+git20070709.bb	ddd4fe8cf151a96a947e348d10d1eaebfe6e8127
+++ packages/directfb/fusionsound_1.1.0+git20070709.bb	06e72ecc44e8eeef034076c89172d6c2b6f47edc
@@ -2,10 +2,11 @@ LICENSE = "LGPL"
 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