[oe-commits] org.oe.dev libiac2: add svn recipe

florian commit openembedded-commits at lists.openembedded.org
Tue Jan 15 16:14:55 UTC 2008


libiac2: add svn recipe

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 57ab5aa97b4d1afc9306915c62661262c1d787b1
ViewMTN: http://monotone.openembedded.org/revision/info/57ab5aa97b4d1afc9306915c62661262c1d787b1
Files:
1
packages/gpephone/libiac2
packages/gpephone/libiac2/disable-tests.patch
packages/gpephone/libiac2_svn.bb
Diffs:

#
# mt diff -r29df705d2797c27d0cd434e39552325aa8e564f1 -r57ab5aa97b4d1afc9306915c62661262c1d787b1
#
# 
# 
# add_dir "packages/gpephone/libiac2"
# 
# add_file "packages/gpephone/libiac2/disable-tests.patch"
#  content [efd8947a1d613f17903217fc9db1d3a5116bce60]
# 
# add_file "packages/gpephone/libiac2_svn.bb"
#  content [f7478f731cfbefa2721b6995c1c57629826efab6]
# 
============================================================
--- packages/gpephone/libiac2/disable-tests.patch	efd8947a1d613f17903217fc9db1d3a5116bce60
+++ packages/gpephone/libiac2/disable-tests.patch	efd8947a1d613f17903217fc9db1d3a5116bce60
@@ -0,0 +1,25 @@
+--- Makefile.am~	2008-01-10 17:43:18.000000000 +0100
++++ Makefile.am	2008-01-10 17:43:18.000000000 +0100
+@@ -1,4 +1,4 @@
+-SUBDIRS			= src include test po
++SUBDIRS			= src include po
+ 
+ if BUILD_DAEMON
+ SUBDIRS += daemon
+--- configure.ac~	2008-01-10 17:50:03.000000000 +0100
++++ configure.ac	2008-01-10 17:50:03.000000000 +0100
+@@ -40,14 +40,11 @@
+ AM_CONDITIONAL(BUILD_DAEMON,
+ 							 test x$enable_daemon = xyes)
+ 
+-AM_PATH_CUNIT
+-
+ AC_CONFIG_FILES([
+ Makefile
+ daemon/Makefile
+ src/Makefile
+ include/Makefile
+-test/Makefile
+ po/Makefile.in
+ libiac2.pc
+ ])
============================================================
--- packages/gpephone/libiac2_svn.bb	f7478f731cfbefa2721b6995c1c57629826efab6
+++ packages/gpephone/libiac2_svn.bb	f7478f731cfbefa2721b6995c1c57629826efab6
@@ -0,0 +1,20 @@
+DESCRIPTION = "LiPS IPC library."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+LICENSE = "LiPS"
+DEPENDS = "gtk+ gtk-doc dbus-glib"
+PV = "0.0+svnr-${SRCREV}"
+PR = "r0"
+
+inherit gpephone pkgconfig autotools
+
+SRC_URI = "${GPEPHONE_SVN} \
+           file://disable-tests.patch;patch=1;pnum=0"
+
+EXTRA_OECONF = "--enable-gui --enable-test=no  --with-cuint=no"
+
+S = ${WORKDIR}/${PN}
+
+do_stage () {
+        autotools_stage_all
+}






More information about the Openembedded-commits mailing list