mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 21:32:13 +02:00
libcroco: Convert to use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,15 +2,8 @@ DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading St
|
||||
SECTION = "x11/utils"
|
||||
DEPENDS = "glib-2.0 libxml2 zlib"
|
||||
LICENSE = "LGPL"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
inherit autotools pkgconfig gnome
|
||||
inherit autotools_stage pkgconfig 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}/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user