[oe-commits] org.oe.dev radvd: Updates for the IPv6 router advertisment daemon:

lenehan commit openembedded-commits at lists.openembedded.org
Thu Mar 15 10:07:31 UTC 2007


radvd: Updates for the IPv6 router advertisment daemon:
- Add new 1.0 version
- Add HOMEPAGE
- Move common parts of recipes to .inc file
- Add md5sum's for each of the .tar.gz's
- Make it depend on flex-native, not flex
This package still required the addition of an init script.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: a0630864e06d31f022343555a789471930f57606
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a0630864e06d31f022343555a789471930f57606
Files:
1
packages/radvd/radvd.inc
packages/radvd/radvd_1.0.bb
packages/radvd/radvd_0.7.2.bb
Diffs:

#
# mt diff -rb592c1063a1045b5c449b903ece438c03d0c789d -ra0630864e06d31f022343555a789471930f57606
#
# 
# 
# add_file "packages/radvd/radvd.inc"
#  content [93b0c447a6c034ca1b53442d078bc67db283a2d3]
# 
# add_file "packages/radvd/radvd_1.0.bb"
#  content [2be9d1c7b104354c0bf7278485331b01b1ce6735]
# 
# patch "packages/radvd/radvd_0.7.2.bb"
#  from [0f42444efb969c19368a53b01ffc834d0342fc6b]
#    to [f3674293490e9ee25ee04c8b6ac872eb454310a1]
# 
============================================================
--- packages/radvd/radvd.inc	93b0c447a6c034ca1b53442d078bc67db283a2d3
+++ packages/radvd/radvd.inc	93b0c447a6c034ca1b53442d078bc67db283a2d3
@@ -0,0 +1,11 @@
+DESCRIPTION = "IPv6 router advertisement daemon"
+HOMEPAGE = "http://www.litech.org/radvd/"
+SECTION = "console/network"
+LICENSE = "BSD"
+DEPENDS = "flex-native"
+
+SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz;md5sum=${MD5SUM}"
+
+S = "${WORKDIR}/radvd-${PV}"
+
+inherit autotools
============================================================
--- packages/radvd/radvd_1.0.bb	2be9d1c7b104354c0bf7278485331b01b1ce6735
+++ packages/radvd/radvd_1.0.bb	2be9d1c7b104354c0bf7278485331b01b1ce6735
@@ -0,0 +1,5 @@
+PR = "r0"
+
+require radvd.inc
+
+MD5SUM = "8bce4a21757cf069f5a69e2f9bee9e5b"
============================================================
--- packages/radvd/radvd_0.7.2.bb	0f42444efb969c19368a53b01ffc834d0342fc6b
+++ packages/radvd/radvd_0.7.2.bb	f3674293490e9ee25ee04c8b6ac872eb454310a1
@@ -1,9 +1,7 @@
-SECTION = "console/network"
-DESCRIPTION = "IPv6 router advertisement daemon"
-LICENSE = "BSD"
-SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \
-	   file://automake.patch;patch=1"
-S = "${WORKDIR}/radvd-${PV}"
-DEPENDS = "flex"
+PR = "r1"
 
+SRC_URI_append += "file://automake.patch;patch=1 "
+
+require radvd.inc
+
+MD5SUM = "26ea468b2323e44cf827ae5f84d18dc8"
-inherit autotools






More information about the Openembedded-commits mailing list