[oe-commits] org.oe.dev ohm: sync with poky

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:34:33 UTC 2008


ohm: sync with poky

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 27514d6adeee37ea2925c372f34bfdd759d788b8
ViewMTN: http://monotone.openembedded.org/revision/info/27514d6adeee37ea2925c372f34bfdd759d788b8
Files:
1
packages/hal/ohm
packages/hal/ohm/fix_configure.patch
packages/hal/ohm_git.bb
Diffs:

#
# mt diff -r953ad3241d4221bd7643052a50687e9d2e93399c -r27514d6adeee37ea2925c372f34bfdd759d788b8
#
#
#
# add_dir "packages/hal/ohm"
# 
# add_file "packages/hal/ohm/fix_configure.patch"
#  content [d503535cd8a73236bd7e63a77b71a1f3c0673402]
# 
# patch "packages/hal/ohm_git.bb"
#  from [d3df01f4d425f234e0cffc1cd255366453514a1e]
#    to [637059e7407fe158e7af6d00961434bf3aee1629]
#
============================================================
--- packages/hal/ohm/fix_configure.patch	d503535cd8a73236bd7e63a77b71a1f3c0673402
+++ packages/hal/ohm/fix_configure.patch	d503535cd8a73236bd7e63a77b71a1f3c0673402
@@ -0,0 +1,39 @@
+Index: git/configure.in
+===================================================================
+--- git.orig/configure.in	2007-12-19 13:43:52.000000000 +0000
++++ git/configure.in	2008-03-06 23:59:57.000000000 +0000
+@@ -201,9 +201,6 @@
+ # Like AC_CHECK_HEADER, but it uses the already-computed -I directories.
+ AC_DEFUN(AC_CHECK_X_HEADER, [
+   ac_save_CPPFLAGS="$CPPFLAGS"
+-  if test \! -z "$includedir" ; then 
+-    CPPFLAGS="$CPPFLAGS -I$includedir"
+-  fi
+   CPPFLAGS="$CPPFLAGS $X_CFLAGS"
+   AC_CHECK_HEADER([$1],[$2],[$3],[$4])
+   CPPFLAGS="$ac_save_CPPFLAGS"])
+@@ -211,9 +208,6 @@
+ # Like AC_TRY_COMPILE, but it uses the already-computed -I directories.
+ AC_DEFUN(AC_TRY_X_COMPILE, [
+   ac_save_CPPFLAGS="$CPPFLAGS"
+-  if test \! -z "$includedir" ; then 
+-    CPPFLAGS="$CPPFLAGS -I$includedir"
+-  fi
+   CPPFLAGS="$CPPFLAGS $X_CFLAGS"
+   AC_TRY_COMPILE([$1], [$2], [$3], [$4])
+   CPPFLAGS="$ac_save_CPPFLAGS"])
+@@ -224,14 +218,8 @@
+   ac_save_CPPFLAGS="$CPPFLAGS"
+   ac_save_LDFLAGS="$LDFLAGS"
+ #  ac_save_LIBS="$LIBS"
+-  if test \! -z "$includedir" ; then 
+-    CPPFLAGS="$CPPFLAGS -I$includedir"
+-  fi
+   # note: $X_CFLAGS includes $x_includes
+   CPPFLAGS="$CPPFLAGS $X_CFLAGS"
+-  if test \! -z "$libdir" ; then
+-    LDFLAGS="$LDFLAGS -L$libdir"
+-  fi
+   # note: $X_LIBS includes $x_libraries
+   LDFLAGS="$LDFLAGS $ALL_X_LIBS"
+   AC_CHECK_LIB([$1], [$2], [$3], [$4], [$5])
============================================================
--- packages/hal/ohm_git.bb	d3df01f4d425f234e0cffc1cd255366453514a1e
+++ packages/hal/ohm_git.bb	637059e7407fe158e7af6d00961434bf3aee1629
@@ -4,44 +4,41 @@ RDEPENDS_${PN} += "udev hal-info"
 
 DEPENDS = "gtk+ dbus-glib intltool-native hal"
 RDEPENDS_${PN} += "udev hal-info"
-SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
+SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git \
+           file://fix_configure.patch;patch=1"
 
-PV = "0.0+git${SRCDATE}"
-PR = "r2"
+SRCREV = "edfe25d49d67884bf004de7ae0724c162bb5e65e"
+PV = "0.1.2+${PR}+git${SRCREV}"
 
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--with-distro=debian --without-xauth"
+EXTRA_OECONF = "--with-distro=debian \
+        --without-xauth \
+        --disable-gtk-doc \
+        --disable-docbook-docs"
 
 do_configure_prepend() {
         touch gtk-doc.make
 }
 
-do_configure_append() {
-        rm config.log
-}
-
 OE_LT_RPATH_ALLOW=":${libdir}/libohm:"
 OE_LT_RPATH_ALLOW[export]="1"
 
 PACKAGES =+ "libohm ohm-plugin-x11"
 
-FILES_${PN}-dev += "${libdir}/ohm/*.la \
-                   ${libdir}/ohm/*.a "
+FILES_${PN}-dev += "${libdir}/ohm/*.a"
 
 FILES_${PN} = "${sysconfdir} \
                ${bindir}/* \
-	       ${sbindir}/* \
-	       ${libdir}/ohm/*.so \
-	       "
+               ${sbindir}/* \
+               ${libdir}/ohm/*.so \
+               "
 
 FILES_libohm = "${libdir}/libohm.so.*"
 FILES_ohm-plugin-x11 = "${libdir}/ohm/libohm_x*.so \
                         ${libdir}/ohm/libohm_idle.so \ 
                         ${sysconfdir}/ohm/plugins.d/x* \
+                        ${sysconfdir}/ohm/plugins.d/idle* \
+                        "
-			${sysconfdir}/ohm/plugins.d/idle* \
-			"
-
-






More information about the Openembedded-commits mailing list