| Submitter | eu@felipetonello.com |
|---|---|
| Date | March 1, 2013, 6:37 p.m. |
| Message ID | <1362163066-376-1-git-send-email-ftonello@cercacor.com> |
| Download | mbox | patch |
| Permalink | /patch/45387/ |
| State | Superseded, archived |
| Headers | show |
Comments
On Fri, Mar 01, 2013 at 10:37:46AM -0800, eu@felipetonello.com wrote: > From: "Felipe F. Tonello" <ftonello@cercacor.com> > > Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4 > environment. > > This recipe can be extended by a .bbappend to add .desktop, icon and others to > the target device. > > Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> > --- > meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb | 30 +++++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb > > diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb > new file mode 100644 > index 0000000..e828672 > --- /dev/null > +++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb > @@ -0,0 +1,30 @@ > +DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \ > +virtual keyboard and usability-enhancing features such as URL grabber, pan \ > +gestures and customizable shortcut menu. Designed especially to be used with \ > +screen and irssi." > +HOMEPAGE = "http://hqh.unlink.org/harmattan" > +LICENSE = "GPLv3" > +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" Hi, in v2 you have changed LIC_FILES_CHKSUM, old one was correct, new one is not: NOTE: recipe fingerterm-1.0.2-r0: task do_configure: Started ERROR: fingerterm: md5 data is not matching for file://COPYING;md5=d32239bcb673463ab874e80d47fae504 ERROR: fingerterm: The new md5 checksum is b234ee4d69f5fce4486a80fdaf4a4263 ERROR: fingerterm: Check if the license information has changed in ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix ERROR: Function failed: do_qa_configure Please send tested v3. > +SECTION = "qt/app" > + > +PR = "r0" > + > +inherit qt4x11 pkgconfig > + > +SRC_URI = " \ > + http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \ > +" > + > +SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448" > +SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150" > + > +S = "${WORKDIR}/${PN}" > + > +FILES_${PN} = " \ > + ${bindir}/${PN} \ > +" > + > +do_install() { > + install -d ${D}${bindir} > + install -m 0744 ${S}/${PN} ${D}${bindir} > +} > \ No newline at end of file > -- > 1.7.9.5 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Hi Martin, On 03/13/2013 04:09 AM, Martin Jansa wrote: > On Fri, Mar 01, 2013 at 10:37:46AM -0800, eu@felipetonello.com wrote: >> From: "Felipe F. Tonello" <ftonello@cercacor.com> >> >> Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4 >> environment. >> >> This recipe can be extended by a .bbappend to add .desktop, icon and others to >> the target device. >> >> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> >> --- >> meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb | 30 +++++++++++++++++++++ >> 1 file changed, 30 insertions(+) >> create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb >> >> diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb >> new file mode 100644 >> index 0000000..e828672 >> --- /dev/null >> +++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb >> @@ -0,0 +1,30 @@ >> +DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \ >> +virtual keyboard and usability-enhancing features such as URL grabber, pan \ >> +gestures and customizable shortcut menu. Designed especially to be used with \ >> +screen and irssi." >> +HOMEPAGE = "http://hqh.unlink.org/harmattan" >> +LICENSE = "GPLv3" >> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > > Hi, > > in v2 you have changed LIC_FILES_CHKSUM, old one was correct, new one is > not: > > NOTE: recipe fingerterm-1.0.2-r0: task do_configure: Started > ERROR: fingerterm: md5 data is not matching for file://COPYING;md5=d32239bcb673463ab874e80d47fae504 > ERROR: fingerterm: The new md5 checksum is b234ee4d69f5fce4486a80fdaf4a4263 > ERROR: fingerterm: Check if the license information has changed in > ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix > ERROR: Function failed: do_qa_configure > > Please send tested v3. Yes, I don't know why they changed the COPYING file. I had the v3 here but forgot to send. Sorry about that. Felipe > >> +SECTION = "qt/app" >> + >> +PR = "r0" >> + >> +inherit qt4x11 pkgconfig >> + >> +SRC_URI = " \ >> + http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \ >> +" >> + >> +SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448" >> +SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150" >> + >> +S = "${WORKDIR}/${PN}" >> + >> +FILES_${PN} = " \ >> + ${bindir}/${PN} \ >> +" >> + >> +do_install() { >> + install -d ${D}${bindir} >> + install -m 0744 ${S}/${PN} ${D}${bindir} >> +} >> \ No newline at end of file >> -- >> 1.7.9.5 >> >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >
Patch
diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb new file mode 100644 index 0000000..e828672 --- /dev/null +++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \ +virtual keyboard and usability-enhancing features such as URL grabber, pan \ +gestures and customizable shortcut menu. Designed especially to be used with \ +screen and irssi." +HOMEPAGE = "http://hqh.unlink.org/harmattan" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +SECTION = "qt/app" + +PR = "r0" + +inherit qt4x11 pkgconfig + +SRC_URI = " \ + http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448" +SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150" + +S = "${WORKDIR}/${PN}" + +FILES_${PN} = " \ + ${bindir}/${PN} \ +" + +do_install() { + install -d ${D}${bindir} + install -m 0744 ${S}/${PN} ${D}${bindir} +}