| Submitter | Imran Mehmood |
|---|---|
| Date | Oct. 27, 2011, 11:28 a.m. |
| Message ID | <e47e61f0299e7aeb267452a50cde4441ad72118f.1319713297.git.Imran_Mehmood@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/13905/ |
| State | Superseded |
| Headers | show |
Comments
On Thu, Oct 27, 2011 at 04:28:35PM +0500, Mehmood, Imran wrote: > From: Imran Mehmood <Imran_Mehmood@mentor.com> > > * Imported from oe.dev commit id 6e7e35679200cd55264fae308cd5dec7ef2d1d29 > > Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com> > --- > meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb | 12 ++++++++++++ > 1 files changed, 12 insertions(+), 0 deletions(-) > create mode 100644 meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb > > diff --git a/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb > new file mode 100644 > index 0000000..f50b74e > --- /dev/null > +++ b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb > @@ -0,0 +1,12 @@ > +require recipes-graphics/xorg-app/xorg-app-common.inc > + > +DESCRIPTION = "analog / digital clock for X" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://COPYING;md5=857759ade8f2ddde5c7b32ef7356ea36" > + > +DEPENDS += " libxaw libxrender libxft libxkbfile libxt" > + > +SRC_URI[md5sum] = "eaf124bbc9d13e1a12a29faaa2ed3612" > +SRC_URI[sha256sum] = "53a9169e24f3814fbfcfee3ca0b98637840a3156ed7c7e36ae03940fabae4c9a" > +FILES_${PN} += " /usr/share/X11/app-defaults/" sorry I haven't noticed before, but this is already included by .inc file, so you can remove it here Regards, > -- > 1.7.0.4 > > > _______________________________________________ > 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-graphics/xorg-app/xclock_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb new file mode 100644 index 0000000..f50b74e --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb @@ -0,0 +1,12 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +DESCRIPTION = "analog / digital clock for X" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=857759ade8f2ddde5c7b32ef7356ea36" + +DEPENDS += " libxaw libxrender libxft libxkbfile libxt" + +SRC_URI[md5sum] = "eaf124bbc9d13e1a12a29faaa2ed3612" +SRC_URI[sha256sum] = "53a9169e24f3814fbfcfee3ca0b98637840a3156ed7c7e36ae03940fabae4c9a" +FILES_${PN} += " /usr/share/X11/app-defaults/" +