On Fri, Oct 19, 2012 at 1:46 PM, Paul Eggleton <[email protected]> wrote: > hddtemp is unmaintained upstream so we have to do a bit of patching. All > patches sourced from Debian/Fedora, except hddtemp-no-nls-support.patch > which came from OE-Classic. > > Other improvements: > * Install initscript > * Make LICENSE more accurate > * Add LIC_FILES_CHKSUM > * inherit gettext to avoid error during configure > > Signed-off-by: Paul Eggleton <[email protected]>
... > diff --git a/meta-oe/recipes-support/hddtemp/files/hddtemp_0.3-beta15-52.diff > b/meta-oe/recipes-support/hddtemp/files/hddtemp_0.3-beta15-52.diff > new file mode 100644 > index 0000000..393b5f4 > --- /dev/null > +++ b/meta-oe/recipes-support/hddtemp/files/hddtemp_0.3-beta15-52.diff > @@ -0,0 +1,7545 @@ > +Megapatch from debian > + > +Original URL: > http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15-52.diff.gz > + > +Upstream-Status: unmaintained > + > +--- hddtemp-0.3-beta15.orig/README > ++++ hddtemp-0.3-beta15/README Not need; we don't use README ... > +--- hddtemp-0.3-beta15.orig/debian/rules > ++++ hddtemp-0.3-beta15/debian/rules ... > +--- hddtemp-0.3-beta15.orig/debian/docs > ++++ hddtemp-0.3-beta15/debian/docs ... > +--- hddtemp-0.3-beta15.orig/debian/postrm > ++++ hddtemp-0.3-beta15/debian/postrm ... > +--- hddtemp-0.3-beta15.orig/debian/changelog > ++++ hddtemp-0.3-beta15/debian/changelog ... > +--- hddtemp-0.3-beta15.orig/debian/templates > ++++ hddtemp-0.3-beta15/debian/templates ... > +--- hddtemp-0.3-beta15.orig/debian/dirs > ++++ hddtemp-0.3-beta15/debian/dirs ... > +--- hddtemp-0.3-beta15.orig/debian/copyright > ++++ hddtemp-0.3-beta15/debian/copyright ... > +--- hddtemp-0.3-beta15.orig/debian/config > ++++ hddtemp-0.3-beta15/debian/config ... > +--- hddtemp-0.3-beta15.orig/debian/postinst > ++++ hddtemp-0.3-beta15/debian/postinst ... > +--- hddtemp-0.3-beta15.orig/debian/control > ++++ hddtemp-0.3-beta15/debian/control ... > +--- hddtemp-0.3-beta15.orig/debian/compat > ++++ hddtemp-0.3-beta15/debian/compat > +@@ -0,0 +1 @@ > ++5 > +--- hddtemp-0.3-beta15.orig/debian/README.Debian > ++++ hddtemp-0.3-beta15/debian/README.Debian ... > +--- hddtemp-0.3-beta15.orig/debian/po/* > ++++ hddtemp-0.3-beta15/debian/po/* Those are the ones I think is not worth keeping ... those are Debian specific (except the po update but doesn't look worth to me). In my opinion you could filterout all debian/ changes and copy the init file (as you use it). This will reduce a lot the change size. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
