Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Maupin, Chase > Sent: Thursday, October 10, 2013 9:36 AM > To: Monk, Roger; [email protected] > Subject: Re: [meta-arago] [PATCH 1/2] ti-connectivity/wlconf_r8.a6.01: Fix > missing line continuation in install method > > Acked-by: Chase Maupin <[email protected]> > > > >-----Original Message----- > >From: [email protected] [mailto:meta-arago- > >[email protected]] On Behalf Of Monk, Roger > >Sent: Wednesday, October 09, 2013 7:56 PM > >To: [email protected] > >Subject: [meta-arago] [PATCH 1/2] ti-connectivity/wlconf_r8.a6.01: > >Fix missing line continuation in install method > > > > * Broken recipe, fix line continuation > > > >Signed-off-by: Roger Monk <[email protected]> > >--- > > .../recipes-connectivity/wlconf/wlconf_r8.a6.01.bb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/meta-arago-extras/recipes- > >connectivity/wlconf/wlconf_r8.a6.01.bb b/meta-arago- > >extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb > >index 8cc932f..8076350 100644 > >--- a/meta-arago-extras/recipes- > >connectivity/wlconf/wlconf_r8.a6.01.bb > >+++ b/meta-arago-extras/recipes- > >connectivity/wlconf/wlconf_r8.a6.01.bb > >@@ -25,7 +25,7 @@ do_install() { > > install -m 0755 README ${D}${bindir}/wlconf/ > > install -m 0755 example.conf ${D}${bindir}/wlconf/ > > install -m 0755 example.ini ${D}${bindir}/wlconf/ > >- install -m 0755 ${S}/official_inis/* > >+ install -m 0755 ${S}/official_inis/* \ > > ${D}${bindir}/wlconf/official_inis/ > > } > > > >-- > >1.7.9.5 > > > >_______________________________________________ > >meta-arago mailing list > >[email protected] > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
