| Submitter | Joel A Fernandes |
|---|---|
| Date | Aug. 26, 2011, 12:59 a.m. |
| Message ID | <1314320399-10801-4-git-send-email-joelagnel@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/10569/ |
| State | New, archived |
| Headers | show |
Comments
You mean meta-oe, right? Op 26 aug. 2011, om 02:59 heeft Joel A Fernandes het volgende geschreven: > Signed-off-by: Joel A Fernandes <joelagnel@ti.com> > --- > .../recipes-gnome/gnome/libgnomeprint_2.18.7.bb | 15 +++++++++++++++ > 1 files changed, 15 insertions(+), 0 deletions(-) > create mode 100644 meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb > > diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb > new file mode 100644 > index 0000000..57e7910 > --- /dev/null > +++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb > @@ -0,0 +1,15 @@ > +LICENSE = "GPL" Which version? > +SECTION = "x11/gnome/libs" > + > +DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common" > + > +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > + > +inherit pkgconfig gnome > + > +SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3" > +SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6" > + > +FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \ > + ${libdir}/libgnomeprint/${PV}/modules/.debug ${libdir}/libgnomeprint/${PV}/modules/*/.debug" > + > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Patch
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb new file mode 100644 index 0000000..57e7910 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb @@ -0,0 +1,15 @@ +LICENSE = "GPL" +SECTION = "x11/gnome/libs" + +DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common" + +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +inherit pkgconfig gnome + +SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3" +SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6" + +FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \ + ${libdir}/libgnomeprint/${PV}/modules/.debug ${libdir}/libgnomeprint/${PV}/modules/*/.debug" +
Signed-off-by: Joel A Fernandes <joelagnel@ti.com> --- .../recipes-gnome/gnome/libgnomeprint_2.18.7.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb