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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user