This one looks suspicously like the one in meta-oe. Apart from that, is it really needed in oe-core?
Op 26 jul. 2011, om 14:30 heeft [email protected] het volgende geschreven: > From: Zhai Edwin <[email protected]> > > Signed-off-by: Zhai Edwin <[email protected]> > --- > .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 24 ++++++++++++++++++++ > 1 files changed, 24 insertions(+), 0 deletions(-) > create mode 100644 > meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb > > diff --git > a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb > b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb > new file mode 100644 > index 0000000..5a868f7 > --- /dev/null > +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb > @@ -0,0 +1,24 @@ > +DESCRIPTION = "A generic touchscreen calibration program for X.Org" > +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator" > + > +LICENSE = "MIT/X11" > +LIC_FILES_CHKSUM = "file://COPYING;md5=d9a6926aaad6b8f38bb4f995fe088466\ > + > file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" > + > +DEPENDS = "virtual/libx11 libxi" > + > +inherit autotools > + > +RDEPENDS_${PN} = "xinput" > + > +SRC_URI = > "http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-${PV}.tar.gz" > +SRC_URI[md5sum] = "20da0a2055a5a75962add8c6b44f60fa" > +SRC_URI[sha256sum] = > "baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971" > + > +S = "${WORKDIR}/xinput_calibrator-${PV}" > + > +do_install_append() { > + install -d ${D}${bindir} > + install -m 0755 scripts/xinput_calibrator_pointercal.sh > ${D}${bindir}/xinput_calibrator_once.sh > + install -m 0755 scripts/xinput_calibrator_get_hal_calibration.sh > ${D}${bindir}/xinput_calibrator_get_hal_calibration.sh > +} > -- > 1.7.1 > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
