Message ID | 2020cc16e581438254e80e4f6400e2b3c8b85c23.1318496401.git.kai.kang@windriver.com |
---|---|
State | New, archived |
Headers | show |
diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb new file mode 100644 index 0000000..5f0d351 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb @@ -0,0 +1,10 @@ +require xorg-app-common.inc +DESCRIPTION = "a utility to configure and test XInput devices" + +LIC_FILES_CHKSUM="file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0" + +DEPENDS += " libxi" +PR = "r0" + +SRC_URI[archive.md5sum] = "1e2f0ad4f3fa833b65c568907f171d28" +SRC_URI[archive.sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76"
Op 13 okt. 2011, om 11:05 heeft Kang Kai het volgende geschreven: > xinput is requred by xinput-calibrator, so pull it from oe. > Reset PR and add LIC_FILES_CHKSUM. > > Signed-off-by: Kang Kai <kai.kang@windriver.com> > --- > meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb > > diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb > new file mode 100644 > index 0000000..5f0d351 > --- /dev/null > +++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb > @@ -0,0 +1,10 @@ > +require xorg-app-common.inc > +DESCRIPTION = "a utility to configure and test XInput devices" > + > +LIC_FILES_CHKSUM="file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0" > + > +DEPENDS += " libxi" > +PR = "r0" That will make PR go backwards compared to the meta-oe version
xinput is requred by xinput-calibrator, so pull it from oe. Reset PR and add LIC_FILES_CHKSUM. Signed-off-by: Kang Kai <kai.kang@windriver.com> --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb