[oe-commits] org.oe.dev merge of '1ae309a70c139143a4704b5def248a5be0b1a810'

oe commit oe at amethyst.openembedded.net
Thu May 15 22:42:52 UTC 2008


merge of '1ae309a70c139143a4704b5def248a5be0b1a810'
     and '327945003e321bca077ca44f526f2f0463ff8277'

Author: oe at openembedded.org
Branch: org.openembedded.dev
Revision: db7fd8ef8b9a75b9835245c2c3d725f30506500c
ViewMTN: http://monotone.openembedded.org/revision/info/db7fd8ef8b9a75b9835245c2c3d725f30506500c
Files:
1
packages/batmand/files
packages/batmand/batmand_0.3.bb
packages/batmand/files/makefile-fix.patch
packages/freesmartphone/pygsm_git.bb
Diffs:

#
# mt diff -r1ae309a70c139143a4704b5def248a5be0b1a810 -rdb7fd8ef8b9a75b9835245c2c3d725f30506500c
#
#
#
# add_dir "packages/batmand/files"
# 
# add_file "packages/batmand/batmand_0.3.bb"
#  content [7eafc40067a851d0050bb0cdf53c40881deb6cae]
# 
# add_file "packages/batmand/files/makefile-fix.patch"
#  content [03373e8bfdcf77fbe0e93f5d830041b0cfeec1db]
#
============================================================
--- packages/batmand/batmand_0.3.bb	7eafc40067a851d0050bb0cdf53c40881deb6cae
+++ packages/batmand/batmand_0.3.bb	7eafc40067a851d0050bb0cdf53c40881deb6cae
@@ -0,0 +1,29 @@
+DESCRIPTION = "Routing protocol daemon for multi-hop ad-hoc mesh networks."
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+HOMEPAGE = "https://www.open-mesh.net/batman"
+
+PR = "r0"
+
+RDEPENDS = "kernel-module-tun"
+
+SRC_URI = "\
+  http://downloads.open-mesh.net/batman/stable/sources/batman-0.3.tar.gz \
+  file://makefile-fix.patch;patch=1 \
+  "
+
+S = "${WORKDIR}/batman-${PV}"
+
+do_compile() {
+  oe_runmake
+}
+
+do_stage() {
+  :
+}
+
+do_install() {
+  install -d ${D}${bindir}
+  install -m 0755 batmand ${D}${bindir}
+}
============================================================
--- packages/batmand/files/makefile-fix.patch	03373e8bfdcf77fbe0e93f5d830041b0cfeec1db
+++ packages/batmand/files/makefile-fix.patch	03373e8bfdcf77fbe0e93f5d830041b0cfeec1db
@@ -0,0 +1,13 @@
+Index: batman-0.3/Makefile
+===================================================================
+--- batman-0.3.orig/Makefile	2008-05-15 19:09:47.000000000 +0200
++++ batman-0.3/Makefile	2008-05-15 21:01:14.000000000 +0200
+@@ -17,8 +17,6 @@
+ #
+ 
+ 
+-CC =		gcc
+-CFLAGS =	-Wall -O1 -g3
+ EXTRA_CFLAGS =	-DDEBUG_MALLOC -DMEMORY_USAGE -DPROFILE_DATA -DREVISION_VERSION=$(REVISION_VERSION)
+ LDFLAGS =	-lpthread
+ 


#
# mt diff -r327945003e321bca077ca44f526f2f0463ff8277 -rdb7fd8ef8b9a75b9835245c2c3d725f30506500c
#
#
#
# delete "packages/freesmartphone/pygsm_git.bb"
#






More information about the Openembedded-commits mailing list