[oe-commits] org.oe.dev libgsmd-lips: Add modified gsmd with LiPS API

florian commit openembedded-commits at lists.openembedded.org
Wed Jan 16 14:19:18 UTC 2008


libgsmd-lips: Add modified gsmd with LiPS API

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 3f2d00b3641fc58d41a6a4390e75b3d28c5432c1
ViewMTN: http://monotone.openembedded.org/revision/info/3f2d00b3641fc58d41a6a4390e75b3d28c5432c1
Files:
1
packages/gsm/files/stdint.patch
packages/gsm/libgsmd-lips_svn.bb
Diffs:

#
# mt diff -r39f8c0faee1780e683399b25e5ca28f88f9e83ab -r3f2d00b3641fc58d41a6a4390e75b3d28c5432c1
#
# 
# 
# add_file "packages/gsm/files/stdint.patch"
#  content [04cc8ef32d32ede1c69b0b07e61d2799a549ad51]
# 
# add_file "packages/gsm/libgsmd-lips_svn.bb"
#  content [9ce3eff62bdc12b8fdc3880b21d14c4ddca11602]
# 
============================================================
--- packages/gsm/files/stdint.patch	04cc8ef32d32ede1c69b0b07e61d2799a549ad51
+++ packages/gsm/files/stdint.patch	04cc8ef32d32ede1c69b0b07e61d2799a549ad51
@@ -0,0 +1,17 @@
+--- include/libtapi/tel_bas_types.h~	2008-01-16 12:48:19.000000000 +0100
++++ include/libtapi/tel_bas_types.h	2008-01-16 12:48:19.000000000 +0100
+@@ -27,13 +27,7 @@
+ /******************************************************************************
+  *  Type definitions
+  *****************************************************************************/
+-#ifndef _STDINT_H
+-typedef unsigned long  	uint32_t;
+-typedef unsigned short 	uint16_t;
+-typedef unsigned char  	uint8_t;
+-/* typedef	long  			int32_t; */
+-typedef unsigned int	size_t;
+-#endif
++#include <stdint.h>
+ 
+ 
+ typedef unsigned long  	tel_bool_t; 
============================================================
--- packages/gsm/libgsmd-lips_svn.bb	9ce3eff62bdc12b8fdc3880b21d14c4ddca11602
+++ packages/gsm/libgsmd-lips_svn.bb	9ce3eff62bdc12b8fdc3880b21d14c4ddca11602
@@ -0,0 +1,15 @@
+BASEPN = "gsmd-lips"
+CONFLICTNAME = "gsmd-devel gsmd"
+
+require gsmd.inc
+
+RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel libtapi libgsmd-dev"
+
+PV = "0.0+svnr${SRCREV}"
+PR = "r2"
+
+SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/;module=gsm \
+           file://stdint.patch;patch=1;pnum=0 \
+           file://gsmd \
+           file://default"
+






More information about the Openembedded-commits mailing list