libcroco: add 0.6.2 and convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Tue, 30 Mar 2010 14:28:39 +0000 (16:28 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 30 Mar 2010 14:28:39 +0000 (16:28 +0200)
recipes/libcroco/libcroco_0.6.1.bb
recipes/libcroco/libcroco_0.6.2.bb [new file with mode: 0644]

index cc7fc05..6bb65ab 100644 (file)
@@ -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 (file)
index 0000000..e502e95
--- /dev/null
@@ -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"
+
+