[oe-commits] org.oe.dev vlan: update to 1.9

eha commit openembedded-commits at lists.openembedded.org
Thu Oct 11 15:46:05 UTC 2007


vlan: update to 1.9

Author: eha at doredevelopment.dk
Branch: org.openembedded.dev
Revision: 2dbe16c664c34df6b096bd7293f9257047773b93
ViewMTN: http://monotone.openembedded.org/revision/info/2dbe16c664c34df6b096bd7293f9257047773b93
Files:
1
packages/vlan/vlan_1.9.bb
Diffs:

#
# mt diff -rfaf9fc83032ad969a51e942c01ceff0bfaf62a48 -r2dbe16c664c34df6b096bd7293f9257047773b93
#
# 
# 
# add_file "packages/vlan/vlan_1.9.bb"
#  content [8cf8d4874056693899614a8d17b0fc86fee0cbaa]
# 
============================================================
--- packages/vlan/vlan_1.9.bb	8cf8d4874056693899614a8d17b0fc86fee0cbaa
+++ packages/vlan/vlan_1.9.bb	8cf8d4874056693899614a8d17b0fc86fee0cbaa
@@ -0,0 +1,24 @@
+DESCRIPTION = "802.1q vlan support program"
+RRECOMMENDS = "kernel-module-8021q"
+PR = "r0"
+
+S = "${WORKDIR}/vlan/"
+
+SRC_URI = "http://www.candelatech.com/~greear/vlan/vlan.${PV}.tar.gz \
+	   "
+
+inherit base
+
+CCFLAGS = "-g -D_GNU_SOURCE -Wall -I${STAGING_INCDIR}"
+LDLIBS = ""
+
+do_compile() {
+	${CC} ${CCFLAGS} -c vconfig.c
+	${CC} ${CCFLAGS} ${LDFLAGS} -o vconfig vconfig.o ${LDLIBS}
+}
+
+do_install() {
+	install -d "${D}${sbindir}"
+	install -m 755 "${S}/vconfig" "${D}${sbindir}/vconfig"
+}
+






More information about the Openembedded-commits mailing list