On Sunday, May 19, 2013, Andreas Müller <[email protected]> wrote: > Signed-off-by: Andreas Müller <[email protected]> > --- > meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb | 10 ---------- > meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb | 12 ++++++++++++ > 2 files changed, 12 insertions(+), 10 deletions(-) > delete mode 100644 meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb > create mode 100644 meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb > > diff --git > a/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bbb/meta-oe/recipes-core/mm-common/ mm-common_0.9.5.bb > deleted file mode 100644 > index c49b4c8..0000000 > --- a/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb > +++ /dev/null > @@ -1,10 +0,0 @@ > -inherit gnomebase > - > -SRC_URI[archive.md5sum] = "4a4dad67fc8d7e0c529f3a8c6ba4d8b2" > -SRC_URI[archive.sha256sum] = "9c602dba89d264a4719db996b9b169716df2d4d10bcd24e56fc3572865a5cb8b" > - > -LICENSE = "GPLv2" > -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > - > -BBCLASSEXTEND = "native" > - > diff --git > a/meta-oe/recipes-core/mm-common/mm-common_0.9.6.bbb/meta-oe/recipes-core/mm-common/ mm-common_0.9.6.bb > new file mode 100644 > index 0000000..f7e2507 > --- /dev/null > +++ b/meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb > @@ -0,0 +1,12 @@ > +inherit gnomebase > + > +GNOME_COMPRESS_TYPE="xz"
Does this mean you need to add dependency on xz-native ? > + > +SRC_URI[archive.md5sum] = "3b23749ab39441c392c016ce74632678" > +SRC_URI[archive.sha256sum] = "7c37158a1f37604705a9b9305d3b335fb8256f5de701c8801269dde4e2ce7dde" > + > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > + > +BBCLASSEXTEND = "native" > + > -- > 1.7.4.4 > > > _______________________________________________ > 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
