diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 15:59:39 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 15:59:39 +0100 |
commit | c3e0da13633ae54841418812db34d133705cf87f (patch) | |
tree | 24f0810dc73e00470ef326602eea0d903914ea6d /meta/packages/libcroco | |
parent | 078d43d16aae16dd394d84ced5095dbe3f68a450 (diff) | |
download | poky-c3e0da13633ae54841418812db34d133705cf87f.tar.gz |
libcroco: Convert to use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/libcroco')
-rw-r--r-- | meta/packages/libcroco/libcroco_0.6.1.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/meta/packages/libcroco/libcroco_0.6.1.bb b/meta/packages/libcroco/libcroco_0.6.1.bb index 6ac74e48ac..6534fdab3e 100644 --- a/meta/packages/libcroco/libcroco_0.6.1.bb +++ b/meta/packages/libcroco/libcroco_0.6.1.bb | |||
@@ -2,15 +2,8 @@ DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading St | |||
2 | SECTION = "x11/utils" | 2 | SECTION = "x11/utils" |
3 | DEPENDS = "glib-2.0 libxml2 zlib" | 3 | DEPENDS = "glib-2.0 libxml2 zlib" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | inherit autotools pkgconfig gnome | 7 | inherit autotools_stage pkgconfig gnome |
8 | 8 | ||
9 | SRC_URI_append = " file://croco.patch;patch=1 " | 9 | SRC_URI_append = " file://croco.patch;patch=1 " |
10 | |||
11 | do_stage() { | ||
12 | install -d ${STAGING_LIBDIR} | ||
13 | install -d ${STAGING_INCDIR}/libcroco | ||
14 | install -m 644 src/*.h ${STAGING_INCDIR}/libcroco/ | ||
15 | install -m 755 src/.libs/*so* ${STAGING_LIBDIR}/ | ||
16 | } | ||