[oe-commits] Koen Kooi : libcroco: add 0.6.2 and convert to new style staging

git version control git at git.openembedded.org
Tue Mar 30 14:55:32 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 24d871934522caf8f7296c7e8c6cae85e9541a8e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=24d871934522caf8f7296c7e8c6cae85e9541a8e

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar 30 16:28:39 2010 +0200

libcroco: add 0.6.2 and convert to new style staging

---

 recipes/libcroco/libcroco_0.6.1.bb |   10 ++--------
 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 cc7fc05..6bb65ab 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 0000000..e502e95
--- /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"
+
+





More information about the Openembedded-commits mailing list