aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcroco
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-30 16:28:39 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-30 16:28:39 +0200
commit24d871934522caf8f7296c7e8c6cae85e9541a8e (patch)
tree6a26a210b5e18c95e2ad504e42d37ecc705eeb68 /recipes/libcroco
parentdca5bfe78fe4336ef28326a57e3826f97c139942 (diff)
downloadopenembedded-24d871934522caf8f7296c7e8c6cae85e9541a8e.tar.gz
libcroco: add 0.6.2 and convert to new style staging
Diffstat (limited to 'recipes/libcroco')
-rw-r--r--recipes/libcroco/libcroco_0.6.1.bb10
-rw-r--r--recipes/libcroco/libcroco_0.6.2.bb11
2 files changed, 13 insertions, 8 deletions
diff --git a/recipes/libcroco/libcroco_0.6.1.bb b/recipes/libcroco/libcroco_0.6.1.bb
index cc7fc05d62..6bb65ab9c1 100644
--- a/recipes/libcroco/libcroco_0.6.1.bb
+++ b/recipes/libcroco/libcroco_0.6.1.bb
@@ -2,15 +2,9 @@ DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading St
SECTION = "x11/utils"
DEPENDS = "glib-2.0 libxml2"
LICENSE = "LGPL"
-PR = "r2"
+PR = "r3"
-inherit autotools pkgconfig gnome
+inherit gnome
SRC_URI_append = " file://croco.patch;patch=1 "
-do_stage() {
- install -d ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/libcroco
- install -m 644 src/*.h ${STAGING_INCDIR}/libcroco/
- install -m 755 src/.libs/*so* ${STAGING_LIBDIR}/
-}
diff --git a/recipes/libcroco/libcroco_0.6.2.bb b/recipes/libcroco/libcroco_0.6.2.bb
new file mode 100644
index 0000000000..e502e95f0b
--- /dev/null
+++ b/recipes/libcroco/libcroco_0.6.2.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
+SECTION = "x11/utils"
+DEPENDS = "glib-2.0 libxml2"
+LICENSE = "LGPL"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "1429c597aa4b75fc610ab3a542c99209"
+SRC_URI[archive.sha256sum] = "be24853f64c09b63d39e563fb0222e29bae1a33c3d9f6cbffc0bc27669371749"
+
+