diff options
-rw-r--r-- | recipes/libcroco/libcroco_0.6.1.bb | 10 | ||||
-rw-r--r-- | recipes/libcroco/libcroco_0.6.2.bb | 11 |
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" + + |