mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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() {
|
do_stage() {
|
||||||
oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
|
autotools_stage_all
|
||||||
bindir=${STAGING_BINDIR} \
|
|
||||||
includedir=${STAGING_INCDIR} \
|
|
||||||
libdir=${STAGING_LIBDIR} \
|
|
||||||
datadir=${STAGING_DATADIR} \
|
|
||||||
mandir=${STAGING_DIR_HOST}${layout_mandir}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
PR = "r0"
|
PR = "r1"
|
||||||
LICENSE= "MIT"
|
LICENSE= "MIT"
|
||||||
DESCRIPTION = "X Server Nokia 770 extensions library"
|
DESCRIPTION = "X Server Nokia 770 extensions library"
|
||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
@@ -11,10 +11,5 @@ S = "${WORKDIR}/Xsp"
|
|||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
|
autotools_stage_all
|
||||||
bindir=${STAGING_BINDIR} \
|
|
||||||
includedir=${STAGING_INCDIR} \
|
|
||||||
libdir=${STAGING_LIBDIR} \
|
|
||||||
datadir=${STAGING_DATADIR} \
|
|
||||||
mandir=${STAGING_DIR_HOST}${layout_mandir}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user