1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

autotools: deprecate autotools_stage class

Move the functionality into autotools and ensure all our Poky recipes are no
longer using it.
Keep the autools_stage class around for OE compatability but just have it
inherit autools.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-04-26 17:41:05 +01:00
parent 95f2dd7dc8
commit 4d1f39af75
222 changed files with 224 additions and 224 deletions
@@ -4,4 +4,4 @@ PR = "r1"
SRC_URI = "http://www.balabit.com/downloads/files/eventlog/0.2/${P}.tar.gz"
inherit autotools_stage pkgconfig
inherit autotools pkgconfig
+1 -1
View File
@@ -4,5 +4,5 @@ SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools_stage binconfig
inherit autotools binconfig
+1 -1
View File
@@ -11,7 +11,7 @@ SRC_URI = "svn://libxosd.svn.sourceforge.net/svnroot/libxosd/source;module=curre
S = "${WORKDIR}/current"
inherit autotools_stage binconfig
inherit autotools binconfig
PACKAGES =+ "${PN}-examples-dbg ${PN}-examples"
FILES_${PN}-examples = "${bindir}/osd_cat"
@@ -6,4 +6,4 @@ PR = "r3"
EXTRA_OECONF = "--with-bdb-lib=${STAGING_LIBDIR} --with-bdb-include=${STAGING_INCDIR} --with-sqlite=no"
inherit autotools_stage
inherit autotools