diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-06-25 17:42:08 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:11:27 +0100 |
commit | db444206cacc3289a8721bf507d06fbb3b06367b (patch) | |
tree | c9f6760791220f11c9e5b8273c65e6d299c54305 /meta/packages/libcroco | |
parent | c25e992763c0bc52587ae77064d20d7dbe17d97d (diff) | |
download | poky-db444206cacc3289a8721bf507d06fbb3b06367b.tar.gz |
libcroco: Update to 0.6.2
Also fix meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages/libcroco')
-rw-r--r-- | meta/packages/libcroco/libcroco_0.6.1.bb | 9 | ||||
-rw-r--r-- | meta/packages/libcroco/libcroco_0.6.2.bb | 16 |
2 files changed, 16 insertions, 9 deletions
diff --git a/meta/packages/libcroco/libcroco_0.6.1.bb b/meta/packages/libcroco/libcroco_0.6.1.bb deleted file mode 100644 index b763e26b29..0000000000 --- a/meta/packages/libcroco/libcroco_0.6.1.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" | ||
2 | SECTION = "x11/utils" | ||
3 | DEPENDS = "glib-2.0 libxml2 zlib" | ||
4 | LICENSE = "LGPL" | ||
5 | PR = "r3" | ||
6 | |||
7 | inherit autotools pkgconfig gnome | ||
8 | |||
9 | SRC_URI_append = " file://croco.patch;patch=1 " | ||
diff --git a/meta/packages/libcroco/libcroco_0.6.2.bb b/meta/packages/libcroco/libcroco_0.6.2.bb new file mode 100644 index 0000000000..2ea33b155b --- /dev/null +++ b/meta/packages/libcroco/libcroco_0.6.2.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" | ||
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2 & LGPLv2.1" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ | ||
7 | file://src/cr-rgb.c;endline=25;md5=1df8189094ba7bbed953225785032826 \ | ||
8 | file://tests/cr-test-utils.c;endline=21;md5=2382c27934cae1d3792fcb17a6142c4e" | ||
9 | |||
10 | SECTION = "x11/utils" | ||
11 | DEPENDS = "glib-2.0 libxml2 zlib" | ||
12 | PR = "r0" | ||
13 | |||
14 | inherit autotools pkgconfig gnome | ||
15 | |||
16 | SRC_URI_append = " file://croco.patch;apply=yes " | ||