diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-09-07 04:40:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-07 08:07:01 +0200 |
commit | 96e215ef516ef995c2a8604c8385716b6c06fef8 (patch) | |
tree | 207a628ec7fea42ae2d9f778bea3f2f97800e46a /meta-gnome/recipes-gnome/gnome | |
parent | 805c875b69e5bfdf86ed672401278a7f9f85bdad (diff) | |
download | meta-openembedded-96e215ef516ef995c2a8604c8385716b6c06fef8.tar.gz |
libgnomeprint: Imported from OE classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 000000000..c0ea12a66 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | SECTION = "x11/gnome/libs" | ||
3 | |||
4 | DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
7 | |||
8 | inherit pkgconfig gnome | ||
9 | |||
10 | SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3" | ||
11 | SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6" | ||
12 | |||
13 | FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \ | ||
14 | ${libdir}/libgnomeprint/${PV}/modules/.debug ${libdir}/libgnomeprint/${PV}/modules/*/.debug" | ||
15 | |||