mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02: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:
@@ -204,5 +204,8 @@ autotools_stage_all() {
|
||||
rm -rf ${STAGE_TEMP}
|
||||
}
|
||||
|
||||
EXPORT_FUNCTIONS do_configure do_install
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
EXPORT_FUNCTIONS do_configure do_install
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
inherit autotools
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ ARM_INSTRUCTION_SET = "arm"
|
||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
|
||||
file://fix-tstamp-declaration.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
require alsa-fpu.inc
|
||||
EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} "
|
||||
|
||||
@@ -5,7 +5,7 @@ DEPENDS = "alsa-lib"
|
||||
|
||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend () {
|
||||
touch NEWS README AUTHORS ChangeLog
|
||||
|
||||
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
|
||||
--with-expat=${STAGING_DIR_HOST}${prefix}"
|
||||
|
||||
|
||||
inherit autotools_stage lib_package binconfig
|
||||
inherit autotools lib_package binconfig
|
||||
|
||||
OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@ LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk-doc-native"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-glibtest"
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
|
||||
file://99avahi-autoipd \
|
||||
file://initscript.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig update-rc.d gettext
|
||||
inherit autotools pkgconfig update-rc.d gettext
|
||||
|
||||
EXTRA_OECONF = "--with-distro=debian \
|
||||
--with-avahi-priv-access-group=adm \
|
||||
|
||||
@@ -9,7 +9,7 @@ SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
acpaths=""
|
||||
|
||||
EXTRA_OECONF="--with-arch=${TARGET_ARCH} --enable-shared --enable-static"
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI = "\
|
||||
"
|
||||
S = "${WORKDIR}/bluez-${PV}"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
|
||||
@@ -8,4 +8,4 @@ LICENSE = "MPL LGPL"
|
||||
require cairo-fpu.inc
|
||||
EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -4,4 +4,4 @@ LICENSE = "GPL"
|
||||
|
||||
DEPENDS = "clutter-0.6 libxml2 gtk+ neon"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = "clutter-0.8"
|
||||
# The main clutter lib is machine specific so we need to be too
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit autotools_stage pkgconfig gtk-doc
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${bindir}
|
||||
|
||||
@@ -9,5 +9,5 @@ FILESPATH = "${FILE_DIRNAME}/clutter-cairo"
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@ FILESPATH = "${FILE_DIRNAME}/clutter-gst"
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink ${bindir}/audio"
|
||||
|
||||
inherit autotools_stage pkgconfig gtk-doc
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@ FILESPATH = "${FILE_DIRNAME}/clutter-gtk"
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
FILES_${PN}-examples = "${bindir}/gtk-clutter-test ${bindir}/gtk-clutter-events ${bindir}/gtk-clutter-multistage"
|
||||
|
||||
inherit autotools_stage pkgconfig gtk-doc
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
|
||||
@@ -11,5 +11,5 @@ COMPATIBLE_HOST = '(x86_64|i.86.*)-linux'
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/audio-player"
|
||||
|
||||
inherit autotools_stage pkgconfig gtk-doc
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
|
||||
@@ -10,5 +10,5 @@ FILES_${PN} =+ "${datadir}/cluttermozembed/chrome/"
|
||||
|
||||
EXTRA_OECONF = "--enable-plugins"
|
||||
|
||||
inherit autotools_stage pkgconfig gtk-doc
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ PACKAGE_ARCH_menlow = "${MACHINE_ARCH}"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/clutter"
|
||||
|
||||
inherit autotools_stage pkgconfig gtk-doc
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
|
||||
require clutter-fpu.inc
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "clutter-gst-0.6 gnome-vfs"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
|
||||
@@ -8,7 +8,7 @@ BASE_CONF = "--disable-gtk-doc"
|
||||
DEPENDS = "${STDDEPENDS}"
|
||||
EXTRA_OECONF = "${BASE_CONF}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGES =+ "tidy-examples"
|
||||
FILES_tidy-examples = "${bindir}/test-*"
|
||||
|
||||
@@ -6,4 +6,4 @@ PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
@@ -16,7 +16,7 @@ EXTRA_OECONF += " \
|
||||
INITSCRIPT_NAME = "connman"
|
||||
INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ."
|
||||
|
||||
inherit autotools_stage pkgconfig update-rc.d
|
||||
inherit autotools pkgconfig update-rc.d
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/init.d/
|
||||
|
||||
@@ -9,7 +9,7 @@ PR = "r1"
|
||||
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
|
||||
file://pkgconfig_fix.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig binconfig
|
||||
inherit autotools pkgconfig binconfig
|
||||
|
||||
EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
|
||||
--with-gnutls=${STAGING_BINDIR_CROSS}/ \
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz
|
||||
file://fix_asneeded.patch;patch=1 \
|
||||
file://no-examples.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig gettext
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ DEPENDS = "devicekit glib-2.0 dbus-glib polkit"
|
||||
SRC_URI = "http://hal.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/DeviceKit-power-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am
|
||||
|
||||
@@ -11,6 +11,6 @@ do_configure_prepend() {
|
||||
sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am
|
||||
}
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
FILES_${PN} += "${datadir}/dbus-1/"
|
||||
|
||||
@@ -9,4 +9,4 @@ FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*"
|
||||
|
||||
LEAD_SONAME = "libdrm.so"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/mobile/2.23/2.23.92/sources/evolution-
|
||||
|
||||
S = "${WORKDIR}/evolution-data-server-dbus-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
# -ldb needs this on some platforms
|
||||
LDFLAGS += "-lpthread"
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
# -ldb needs this on some platforms
|
||||
LDFLAGS += "-lpthread"
|
||||
|
||||
@@ -7,7 +7,7 @@ PR = "r2"
|
||||
SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \
|
||||
file://warnings.patch;patch=1"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
# Package binaries that overlap with binutils separately
|
||||
PACKAGES =+ "${PN}-binutils"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/el
|
||||
file://gcc-4.3_support.diff;patch=1 \
|
||||
file://gnu_inline.diff;patch=1"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
# Package binaries that overlap with binutils separately
|
||||
PACKAGES =+ "${PN}-binutils"
|
||||
|
||||
@@ -6,5 +6,5 @@ DEPENDS = "libtool"
|
||||
SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \
|
||||
file://warnings.patch;patch=1"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
|
||||
"
|
||||
export LTCC = "${CC}"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
|
||||
file://configure-libtool.patch;patch=1 \
|
||||
file://absolutepaths.patch;patch=1 "
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${STAGING_INCDIR}/fakeroot/
|
||||
|
||||
@@ -4,7 +4,7 @@ SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
|
||||
|
||||
DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
@@ -5,7 +5,7 @@ SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz"
|
||||
LICENSE = "LGPL/MPL"
|
||||
DEPENDS = "glib-2.0 gstreamer"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
||||
|
||||
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
|
||||
file://dump \
|
||||
file://filesystems"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \
|
||||
|
||||
S = "${WORKDIR}/flac-${PV}"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \
|
||||
--with-ogg-libraries=${STAGING_LIBDIR} \
|
||||
|
||||
@@ -7,5 +7,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-2.5.31.tar.bz2 \
|
||||
file://flex-lvalue.diff;patch=1 \
|
||||
file://fix-gen.patch;patch=1"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ DEBIAN_NOAUTONAME_fontconfig-utils = "1"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
export HASDOCBOOK="no"
|
||||
|
||||
|
||||
@@ -8,6 +8,6 @@ SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz
|
||||
file://pkgconfig.patch;patch=1 "
|
||||
PR = "r2"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-tests --disable-check"
|
||||
|
||||
@@ -20,7 +20,7 @@ SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF += "--without-lispdir \
|
||||
--disable-csharp \
|
||||
|
||||
2
meta/packages/glib-2.0/glib.inc
vendored
2
meta/packages/glib-2.0/glib.inc
vendored
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--enable-included-printf=no"
|
||||
|
||||
S = "${WORKDIR}/glib-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig gettext
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
require glib-2.0.inc
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
|
||||
file://configure.patch;patch=1 \
|
||||
file://amd64.patch;patch=1"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ PV = "2.16.0+svnr${SRCREV}"
|
||||
|
||||
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
|
||||
|
||||
inherit pkgconfig autotools_stage
|
||||
inherit pkgconfig autotools
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
@@ -3,7 +3,7 @@ SECTION = "x11/gnome"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools_stage gnome pkgconfig
|
||||
inherit autotools gnome pkgconfig
|
||||
|
||||
DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
LICENSE = "GPL"
|
||||
inherit gnome
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI += "file://pkgconfig.patch;patch=1"
|
||||
|
||||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
|
||||
DEPENDS = "libffi python-native gobject-introspection-native"
|
||||
DEPENDS_virtclass-native = "libffi-native python-native"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
TARGET_CFLAGS += "-I${STAGING_INCDIR_NATIVE}/python2.5"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${
|
||||
file://${ART_CONFIG} \
|
||||
file://Makefile.am.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = ""
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ LICENSE = "LGPL"
|
||||
|
||||
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools_stage binconfig pkgconfig pkgconfig
|
||||
inherit autotools binconfig pkgconfig pkgconfig
|
||||
|
||||
EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${prefix} --with-lzo --disable-guile"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ PR = "r1"
|
||||
|
||||
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage binconfig
|
||||
inherit autotools binconfig
|
||||
|
||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ SUMMARY = "Generate a perfect hash function from a set of keywords"
|
||||
SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \
|
||||
file://autoreconf.patch;patch=1"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
PR = "r1"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ PR = "r4"
|
||||
EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \
|
||||
--with-gpg=${bindir}/gpg --without-gpgsm"
|
||||
|
||||
inherit autotools_stage binconfig
|
||||
inherit autotools binconfig
|
||||
|
||||
PACKAGES =+ "${PN}-pth ${PN}-pthread"
|
||||
FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
|
||||
file://default"
|
||||
S = "${WORKDIR}/gsm"
|
||||
|
||||
inherit autotools_stage pkgconfig update-rc.d
|
||||
inherit autotools pkgconfig update-rc.d
|
||||
# handle update-rc.d RDEPENDS manually, we don't need it on
|
||||
# anything but gsmd
|
||||
RDEPENDS_append = ""
|
||||
|
||||
@@ -3,7 +3,7 @@ SECTION = "multimedia"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "gstreamer"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.gstreamer.net/"
|
||||
DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native"
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
|
||||
file://check_fix.patch;patch=1 \
|
||||
|
||||
@@ -15,6 +15,6 @@ SRC_URI = "svn://anonymous@svn.gnome.org/svn/gtkhtml2/;module=trunk \
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit pkgconfig autotools_stage
|
||||
inherit pkgconfig autotools
|
||||
|
||||
EXTRA_OECONF = " --disable-accessibility"
|
||||
|
||||
@@ -3,7 +3,7 @@ DEPENDS = "glib-2.0 libsoup-2.4 libglade"
|
||||
|
||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGES =+ "gssdp-tools"
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@ DEPENDS = "gupnp"
|
||||
|
||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -3,4 +3,4 @@ DEPENDS = "gupnp"
|
||||
|
||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -4,7 +4,7 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
|
||||
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--with-distro=debian"
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@ DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
|
||||
|
||||
SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} += "/usr/share/dbus-1/services/"
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz"
|
||||
|
||||
S = "${WORKDIR}/hal-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "virtual/kernel dbus-glib udev intltool intltool-native expat libusb gperf-native"
|
||||
RDEPENDS += "udev hal-info"
|
||||
|
||||
@@ -16,7 +16,7 @@ PR = "r4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
|
||||
--with-expat=${STAGING_DIR_HOST}${prefix} \
|
||||
|
||||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/icu/source"
|
||||
PARALLEL_MAKE = ""
|
||||
FULL_OPTIMIZATION_arm = "-Os"
|
||||
|
||||
inherit autotools_stage pkgconfig binconfig
|
||||
inherit autotools pkgconfig binconfig
|
||||
|
||||
do_configure() {
|
||||
libtoolize --force
|
||||
|
||||
@@ -13,7 +13,7 @@ DEPENDS = "libxml-parser-perl-native"
|
||||
#RDEPENDS = "libxml-parser-perl"
|
||||
RRECOMMENDS = "perl-modules"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
export PERL_virtclass-native = "/usr/bin/env perl"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -7,7 +7,7 @@ PACKAGE_ARCH = "all"
|
||||
|
||||
SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc"
|
||||
FILES_${PN}="${datadir}/xml/iso-codes/ \
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
|
||||
file://no-gtk1.patch;patch=1 \
|
||||
file://Makefile-lm.patch;patch=1"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
PACKAGES += "libmp3lame libmp3lame-dev"
|
||||
FILES_${PN} = "${bindir}/lame"
|
||||
|
||||
@@ -2,4 +2,4 @@ LICENSE = "GPL"
|
||||
|
||||
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage binconfig
|
||||
inherit autotools binconfig
|
||||
|
||||
@@ -4,6 +4,6 @@ DEPENDS = "glib-2.0 libxml2 zlib"
|
||||
LICENSE = "LGPL"
|
||||
PR = "r3"
|
||||
|
||||
inherit autotools_stage pkgconfig gnome
|
||||
inherit autotools pkgconfig gnome
|
||||
|
||||
SRC_URI_append = " file://croco.patch;patch=1 "
|
||||
|
||||
@@ -7,6 +7,6 @@ PR = "r1"
|
||||
|
||||
SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-lynx --disable-doxygen"
|
||||
|
||||
@@ -9,7 +9,7 @@ PR = "r1"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
|
||||
file://cxx-is-here.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig gettext binconfig
|
||||
inherit autotools pkgconfig gettext binconfig
|
||||
|
||||
EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ DEPENDS = "gettext"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
do_configure_append() {
|
||||
sed -i s:doc\ binary:binary:g Makefile
|
||||
|
||||
@@ -9,4 +9,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
inherit autotools_stage pkgconfig gettext
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SRC_URI = "ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -7,7 +7,7 @@ DEPENDS = "libgpg-error"
|
||||
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
|
||||
file://add-pkgconfig-support.patch;patch=1"
|
||||
|
||||
inherit autotools_stage binconfig pkgconfig pkgconfig_stage
|
||||
inherit autotools binconfig pkgconfig pkgconfig_stage
|
||||
|
||||
EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@ S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -4,7 +4,7 @@ SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "gtk+ gtk-doc-native"
|
||||
|
||||
inherit autotools_stage pkgconfig gnome
|
||||
inherit autotools pkgconfig gnome
|
||||
|
||||
SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1"
|
||||
|
||||
|
||||
@@ -11,4 +11,4 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
|
||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||
FILES_${PN}-dev += "${bindir}/*"
|
||||
|
||||
inherit autotools_stage binconfig pkgconfig
|
||||
inherit autotools binconfig pkgconfig
|
||||
|
||||
@@ -11,7 +11,7 @@ PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "
|
||||
FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*"
|
||||
FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome"
|
||||
|
||||
inherit autotools_stage pkgconfig gnome gconf
|
||||
inherit autotools pkgconfig gnome gconf
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--without-python \
|
||||
|
||||
@@ -5,4 +5,4 @@ LICENSE = "LGPL / MPL"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz"
|
||||
|
||||
inherit autotools_stage
|
||||
inherit autotools
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz"
|
||||
|
||||
S = "${WORKDIR}/libiconv-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--enable-shared --enable-static"
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@ SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \
|
||||
|
||||
S = "${WORKDIR}/libid3tag-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "-enable-speed"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz
|
||||
S = "${WORKDIR}/libIDL-${PV}"
|
||||
|
||||
BINCONFIG_GLOB = "*-config-2"
|
||||
inherit autotools_stage pkgconfig binconfig
|
||||
inherit autotools pkgconfig binconfig
|
||||
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
FILES_${PN}-dev += " ${bindir}"
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
|
||||
|
||||
S = "${WORKDIR}/libmad-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "-enable-speed --enable-shared"
|
||||
# The ASO's don't take any account of thumb...
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "Matchbox window manager core library"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
|
||||
PRIORITY = "optional"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PR = "r1"
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@ PR = "r4"
|
||||
SRC_URI = "http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz \
|
||||
file://m4.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -7,6 +7,6 @@ PR = "r2"
|
||||
SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
|
||||
file://no-tests.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
@@ -10,4 +10,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -9,7 +9,7 @@ SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
|
||||
file://asneededfix.patch;patch=1"
|
||||
S = "${WORKDIR}/libproxy-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager"
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@ PR = "r1"
|
||||
|
||||
SRC_URI = "http://download.berlios.de/rdsd/librds-${PV}.tar.gz"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -6,7 +6,7 @@ PR = "r3"
|
||||
|
||||
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
||||
|
||||
inherit autotools_stage pkgconfig gnome
|
||||
inherit autotools pkgconfig gnome
|
||||
|
||||
PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
|
||||
@@ -6,7 +6,7 @@ PR = "r3"
|
||||
|
||||
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
||||
|
||||
inherit autotools_stage pkgconfig gnome
|
||||
inherit autotools pkgconfig gnome
|
||||
|
||||
PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
|
||||
@@ -6,7 +6,7 @@ PR = "r3"
|
||||
|
||||
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
||||
|
||||
inherit autotools_stage pkgconfig gnome
|
||||
inherit autotools pkgconfig gnome
|
||||
|
||||
SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk"
|
||||
PV = "2.22.3+svnr${SRCREV}"
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
|
||||
file://kernel-asm-page.patch;patch=1 "
|
||||
S = "${WORKDIR}/SDL-${PV}"
|
||||
|
||||
inherit autotools_stage binconfig pkgconfig nativesdk
|
||||
inherit autotools binconfig pkgconfig nativesdk
|
||||
|
||||
EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \
|
||||
--enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3"
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.25/libsoup-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/libsoup-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gnutls libxml2"
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/libsoup-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gnutls libxml2"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||
FILES_${PN}-dev = "${includedir}/ ${libdir}/"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user