mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 21:32:13 +02:00
xsp, xpext: Use autotools_stage_all
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4072 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -22,10 +22,5 @@ do_configure_prepend () {
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
|
||||
bindir=${STAGING_BINDIR} \
|
||||
includedir=${STAGING_INCDIR} \
|
||||
libdir=${STAGING_LIBDIR} \
|
||||
datadir=${STAGING_DATADIR} \
|
||||
mandir=${STAGING_DIR_HOST}${layout_mandir}
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
LICENSE= "MIT"
|
||||
DESCRIPTION = "X Server Nokia 770 extensions library"
|
||||
SECTION = "x11/libs"
|
||||
@@ -11,10 +11,5 @@ S = "${WORKDIR}/Xsp"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
|
||||
bindir=${STAGING_BINDIR} \
|
||||
includedir=${STAGING_INCDIR} \
|
||||
libdir=${STAGING_LIBDIR} \
|
||||
datadir=${STAGING_DATADIR} \
|
||||
mandir=${STAGING_DIR_HOST}${layout_mandir}
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user