[oe-commits] org.oe.dev libsexy_0.1.11.bb : add hopefully correct fix for pkgconfig issues.

xora commit openembedded-commits at lists.openembedded.org
Wed Mar 5 16:13:06 UTC 2008


libsexy_0.1.11.bb : add hopefully correct fix for pkgconfig issues.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: e9838ae7ae6df69bb3ed71e9decb1b41fe4f6050
ViewMTN: http://monotone.openembedded.org/revision/info/e9838ae7ae6df69bb3ed71e9decb1b41fe4f6050
Files:
1
packages/libsexy/files
packages/libsexy/files/libsexy-pkgconfig-fixes.patch
packages/libsexy/libsexy.inc
packages/libsexy/libsexy_0.1.11.bb
Diffs:

#
# mt diff -r587c8ea493b5fe4631203fc414eba589d7093f19 -re9838ae7ae6df69bb3ed71e9decb1b41fe4f6050
#
# 
# 
# add_dir "packages/libsexy/files"
# 
# add_file "packages/libsexy/files/libsexy-pkgconfig-fixes.patch"
#  content [e5931663a5d7b15ab427404822b3ef7e492a63ed]
# 
# patch "packages/libsexy/libsexy.inc"
#  from [424dc70640ac7ef7e37a4ade193b1b68ee41b529]
#    to [bb7627ce4dd6e965c92b807b73ce50885842782e]
# 
# patch "packages/libsexy/libsexy_0.1.11.bb"
#  from [fea8d167b7e7ad5419021a08a604bf8d7af3166f]
#    to [a76f7dce9c8ab42df42de99cb8a9b523bb2f18a2]
# 
============================================================
--- packages/libsexy/files/libsexy-pkgconfig-fixes.patch	e5931663a5d7b15ab427404822b3ef7e492a63ed
+++ packages/libsexy/files/libsexy-pkgconfig-fixes.patch	e5931663a5d7b15ab427404822b3ef7e492a63ed
@@ -0,0 +1,15 @@
+Index: libsexy-0.1.11/libsexy.pc.in
+===================================================================
+--- libsexy-0.1.11.orig/libsexy.pc.in	2005-11-10 10:21:18.000000000 +0000
++++ libsexy-0.1.11/libsexy.pc.in	2008-03-05 14:36:39.000000000 +0000
+@@ -6,7 +6,8 @@
+ Name: libsexy
+ Description: Doing naughty things to good widgets
+ Version: @VERSION@
+-Libs: -L${libdir} -lsexy @PACKAGE_LIBS@
+-Cflags: -I${includedir} @PACKAGE_CFLAGS@
+ 
++Requires: pango glib-2.0 gtk+-2.0 libxml
++Libs: -L${libdir} -lsexy 
++Cflags: -I${includedir}
+ 
============================================================
--- packages/libsexy/libsexy.inc	424dc70640ac7ef7e37a4ade193b1b68ee41b529
+++ packages/libsexy/libsexy.inc	bb7627ce4dd6e965c92b807b73ce50885842782e
@@ -5,7 +5,8 @@ DEPENDS = "gtk+ enchant libxml2"
 
 DEPENDS = "gtk+ enchant libxml2"
 
-SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz"
+SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz \
+           file://libsexy-pkgconfig-fixes.patch;patch=1"
 
 inherit autotools pkgconfig
 
============================================================
--- packages/libsexy/libsexy_0.1.11.bb	fea8d167b7e7ad5419021a08a604bf8d7af3166f
+++ packages/libsexy/libsexy_0.1.11.bb	a76f7dce9c8ab42df42de99cb8a9b523bb2f18a2
@@ -1,2 +1,2 @@ require libsexy.inc
 require libsexy.inc
+PR = "r1"
-PR = "r0"






More information about the Openembedded-commits mailing list