]> code.ossystems Code Review - openembedded-core.git/commitdiff
samba: Fix header file to include signal.h, fixing compile failures
authorRichard Purdie <rpurdie@linux.intel.com>
Sun, 17 May 2009 16:52:27 +0000 (17:52 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 17 May 2009 16:52:27 +0000 (17:52 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-moblin/packages/bickley/bickley_git.bb
meta-moblin/packages/samba/files/tdbheaderfix.patch [new file with mode: 0644]
meta-moblin/packages/samba/samba_3.3.0.bb

index 3a2af260fc173463508423be116dfd983d0ad79e..cdd89634fbdfa153d83b64baa8cfe552308a7720 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A meta data manager API and framework (including Media)"
 SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
 PV = "0.0+git${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "redland gtk+ dbus-glib clutter-gst-0.8 libexif taglib gupnp gupnp-av samba"
 
diff --git a/meta-moblin/packages/samba/files/tdbheaderfix.patch b/meta-moblin/packages/samba/files/tdbheaderfix.patch
new file mode 100644 (file)
index 0000000..e37c9b0
--- /dev/null
@@ -0,0 +1,14 @@
+Index: source/lib/tdb/include/tdb.h
+===================================================================
+--- source.orig/lib/tdb/include/tdb.h  2009-05-17 17:42:41.000000000 +0100
++++ source/lib/tdb/include/tdb.h       2009-05-17 17:42:46.000000000 +0100
+@@ -1,6 +1,9 @@
+ #ifndef __TDB_H__
+ #define __TDB_H__
++#include <signal.h>
++
++
+ /* 
+    Unix SMB/CIFS implementation.
index c561d955246c0181bd85ca63b6510cd0364f1ac6..87a7c5e7f7f37251e2ff44a199ecf8d14163e33a 100644 (file)
@@ -11,9 +11,9 @@ DEFAULT_PREFERENCE = "-1"
 SRC_URI += "file://configure-3.3.0.patch;patch=1 \
             file://config-h.patch;patch=1 \
             file://mtab.patch;patch=1 \
-               "
+            file://tdbheaderfix.patch;patch=1 "
 
-PR = "r2"
+PR = "r3"
 
 EXTRA_OECONF += "\
        SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \