diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch')
-rw-r--r-- | packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch b/packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch deleted file mode 100644 index 9cb6ed1756..0000000000 --- a/packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- share/linphone.pc.in.orig 2007-01-31 05:48:02.000000000 +0100 -+++ share/linphone.pc.in 2007-01-31 05:49:09.000000000 +0100 -@@ -7,5 +7,5 @@ - Name: liblinphone - Description: All in one linphone libs. - Version: @VERSION@ --Libs: @LINPHONE_LIBS@ --Cflags: @LINPHONE_CFLAGS@ -+Libs: -L${libdir} -llinphone -+Cflags: -I${includedir} ---- oRTP/ortp.pc.in.orig 2007-01-31 07:12:29.000000000 +0100 -+++ oRTP/ortp.pc.in 2007-01-31 07:14:33.000000000 +0100 -@@ -2,9 +2,10 @@ - prefix=@prefix@ - exec_prefix=@exec_prefix@ - includedir=@includedir@ -+libdir=@libdir@ - - Name: oRTP - Description: Implement the RFC3550 (RTP) with a easy to use API with high and low level access. - Version: @ORTP_PKGCONFIG_VERSION@ --Libs: -L@libdir@ -lortp @ORTPDEPS_LIBS@ --Cflags: -I@includedir@ @ORTPDEPS_CFLAGS@ -+Libs: -L${libdir} -lortp -+Cflags: -I${includedir} ---- mediastreamer2/mediastreamer.pc.in.orig 2007-01-31 07:16:10.000000000 +0100 -+++ mediastreamer2/mediastreamer.pc.in 2007-01-31 07:18:33.000000000 +0100 -@@ -2,10 +2,11 @@ - prefix=@prefix@ - exec_prefix=@exec_prefix@ - includedir=@includedir@ -+libdir=@libdir@ - - Name: mediastreamer - Description: A mediastreaming library for telephony applications - Depends: ortp - Version: @MEDIASTREAMER_VERSION@ --Libs: -L@libdir@ --Cflags: -I@includedir@ -+Libs: -L${libdir} -+Cflags: -I${includedir} |