| Submitter | Imran Mehmood |
|---|---|
| Date | Oct. 27, 2011, 9:13 a.m. |
| Message ID | <3ed003aaae2d2fba52e5b3fa951ed1b125f97455.1319650935.git.Imran_Mehmood@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/13899/ |
| State | Superseded |
| Headers | show |
Comments
On Thu, Oct 27, 2011 at 02:13:53PM +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..b7939db > --- /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[archive.md5sum] = "eaf124bbc9d13e1a12a29faaa2ed3612" > +SRC_URI[archive.sha256sum] = "53a9169e24f3814fbfcfee3ca0b98637840a3156ed7c7e36ae03940fabae4c9a" there is no name=archive in xorg-app-common.inc, please remove 'archive.' here Regards. > +FILES_${PN} += " /usr/share/X11/app-defaults/" > + > -- > 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..b7939db --- /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[archive.md5sum] = "eaf124bbc9d13e1a12a29faaa2ed3612" +SRC_URI[archive.sha256sum] = "53a9169e24f3814fbfcfee3ca0b98637840a3156ed7c7e36ae03940fabae4c9a" +FILES_${PN} += " /usr/share/X11/app-defaults/" +