Hello Martin, On Tue, Mar 11, 2014 at 11:17 AM, Martin Jansa <[email protected]> wrote: > On Fri, Mar 07, 2014 at 03:26:14PM -0600, Lauren Post wrote: >> VLAN provides vconfig utility >> >> Signed-off-by: Lauren Post <[email protected]> >> --- >> .../recipes-connectivity/vlan/vlan_1.9.bb | 25 >> ++++++++++++++++++++ >> 1 file changed, 25 insertions(+) >> create mode 100644 meta-networking/recipes-connectivity/vlan/vlan_1.9.bb >> >> diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb >> b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb >> new file mode 100644 >> index 0000000..a9711ed >> --- /dev/null >> +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb >> @@ -0,0 +1,25 @@ >> +DESCRIPTION = "VLAN provides vconfig utility" > > DESCRIPTION -> SUMMARY > >> +LICENSE = "GPLv2" >> +LIC_FILES_CHKSUM = "file://vconfig.c;md5=293ef69c4e88434d37a5ee577a5288cb" >> + >> +SRC_URI = >> "http://vlan.sourcearchive.com/downloads/1.9-3ubuntu9/vlan_1.9.orig.tar.gz" > > vlan -> ${BPN} > 1.9 -> ${PV} > >> + >> +SRC_URI[md5sum] = "5f0c6060b33956fb16e11a15467dd394" >> +SRC_URI[sha256sum] = >> "3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb4868842b4cca" >> + >> +S = "${WORKDIR}/vlan" > > vlan -> ${BPN} > >> + >> +# comment out MakeInclude in Makefile which sets build environment >> +do_configure_append () { >> + sed -i 's/^ include/#^include/' ${S}/Makefile >> +} >> + >> +# ignore strip to avoid yocto errors in stripping >> +do_compile () { >> + oe_runmake PLATFORM=ARM 'STRIP=echo' all >> +} >> + >> +do_install () { >> + install -d ${D}/${exec_prefix}/bin >> + cp ${S}/vconfig ${D}/${exec_prefix}/bin > > 5 spaces -> 4 spaces > > I'll modify above comments when cherry-picking to master-next.
So I assume this one does not need a v2. Am I right? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
