Op 23 jul. 2012, om 16:48 heeft McClintock Matthew-B29882 het volgende geschreven:
> Koen, > > To get the applied against the denzil branch do I need to submit again > with a for-denzil or should I just request a cherry-pick? Cherry-pick it into the denzil branch, then git-send-email that with the for-denzil tag. regards, Koen > > -M > > On Fri, Jul 20, 2012 at 11:35 AM, Matthew McClintock <[email protected]> > wrote: >> Signed-off-by: Matthew McClintock <[email protected]> >> --- >> meta-oe/recipes-support/cramfs/cramfs_cvs.bb | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >> b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >> index 667097c..d9b6c06 100644 >> --- a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >> +++ b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb >> @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = >> "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb0 >> DEPENDS = "zlib" >> SRCDATE = "20110110" >> PV = "1.1+cvs${SRCDATE}" >> +PR = "r1" >> >> SRC_URI = >> "cvs://[email protected]/cvsroot/cramfs;module=linux" >> S = "${WORKDIR}/linux/scripts/cramfs" >> @@ -16,7 +17,7 @@ EXTRA_OEMAKE = "\ >> >> >> do_compile_prepend() { >> - ln -s GNUmakefile Makefile >> + ln -sf GNUmakefile Makefile >> } >> >> do_install() { >> -- >> 1.7.10 >> >> >> >> _______________________________________________ >> Openembedded-devel mailing list >> [email protected] >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
