diff options
Diffstat (limited to 'meta')
164 files changed, 166 insertions, 166 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index afb1d672ea..20dc72a1df 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -204,5 +204,8 @@ autotools_stage_all() { | |||
204 | rm -rf ${STAGE_TEMP} | 204 | rm -rf ${STAGE_TEMP} |
205 | } | 205 | } |
206 | 206 | ||
207 | EXPORT_FUNCTIONS do_configure do_install | 207 | do_stage () { |
208 | autotools_stage_all | ||
209 | } | ||
208 | 210 | ||
211 | EXPORT_FUNCTIONS do_configure do_install | ||
diff --git a/meta/classes/autotools_stage.bbclass b/meta/classes/autotools_stage.bbclass index ff0f4cd880..b3c41e4b4d 100644 --- a/meta/classes/autotools_stage.bbclass +++ b/meta/classes/autotools_stage.bbclass | |||
@@ -1,5 +1,2 @@ | |||
1 | inherit autotools | 1 | inherit autotools |
2 | 2 | ||
3 | do_stage () { | ||
4 | autotools_stage_all | ||
5 | } | ||
diff --git a/meta/packages/alsa/alsa-lib_1.0.20.bb b/meta/packages/alsa/alsa-lib_1.0.20.bb index fe910ec59d..7668b786e0 100644 --- a/meta/packages/alsa/alsa-lib_1.0.20.bb +++ b/meta/packages/alsa/alsa-lib_1.0.20.bb | |||
@@ -13,7 +13,7 @@ ARM_INSTRUCTION_SET = "arm" | |||
13 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ | 13 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ |
14 | file://fix-tstamp-declaration.patch;patch=1" | 14 | file://fix-tstamp-declaration.patch;patch=1" |
15 | 15 | ||
16 | inherit autotools_stage pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | require alsa-fpu.inc | 18 | require alsa-fpu.inc |
19 | EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " | 19 | EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " |
diff --git a/meta/packages/alsa/alsa-oss_1.0.17.bb b/meta/packages/alsa/alsa-oss_1.0.17.bb index 4ae04dd97d..00e00dc62b 100644 --- a/meta/packages/alsa/alsa-oss_1.0.17.bb +++ b/meta/packages/alsa/alsa-oss_1.0.17.bb | |||
@@ -5,7 +5,7 @@ DEPENDS = "alsa-lib" | |||
5 | 5 | ||
6 | SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2" | 6 | SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2" |
7 | 7 | ||
8 | inherit autotools_stage | 8 | inherit autotools |
9 | 9 | ||
10 | do_configure_prepend () { | 10 | do_configure_prepend () { |
11 | touch NEWS README AUTHORS ChangeLog | 11 | touch NEWS README AUTHORS ChangeLog |
diff --git a/meta/packages/apr/apr-util_1.3.4.bb b/meta/packages/apr/apr-util_1.3.4.bb index 12b444976c..2e608e8a5c 100644 --- a/meta/packages/apr/apr-util_1.3.4.bb +++ b/meta/packages/apr/apr-util_1.3.4.bb | |||
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | |||
17 | --with-expat=${STAGING_DIR_HOST}${prefix}" | 17 | --with-expat=${STAGING_DIR_HOST}${prefix}" |
18 | 18 | ||
19 | 19 | ||
20 | inherit autotools_stage lib_package binconfig | 20 | inherit autotools lib_package binconfig |
21 | 21 | ||
22 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" | 22 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" |
23 | 23 | ||
diff --git a/meta/packages/atk/atk.inc b/meta/packages/atk/atk.inc index 9256dfbac8..1e3d1592ca 100644 --- a/meta/packages/atk/atk.inc +++ b/meta/packages/atk/atk.inc | |||
@@ -5,6 +5,6 @@ LICENSE = "LGPL" | |||
5 | 5 | ||
6 | DEPENDS = "glib-2.0 gtk-doc-native" | 6 | DEPENDS = "glib-2.0 gtk-doc-native" |
7 | 7 | ||
8 | inherit autotools_stage pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | EXTRA_OECONF = "--disable-glibtest" | 10 | EXTRA_OECONF = "--disable-glibtest" |
diff --git a/meta/packages/avahi/avahi.inc b/meta/packages/avahi/avahi.inc index 33b9a99056..fdc234dc8b 100644 --- a/meta/packages/avahi/avahi.inc +++ b/meta/packages/avahi/avahi.inc | |||
@@ -13,7 +13,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ | |||
13 | file://99avahi-autoipd \ | 13 | file://99avahi-autoipd \ |
14 | file://initscript.patch;patch=1" | 14 | file://initscript.patch;patch=1" |
15 | 15 | ||
16 | inherit autotools_stage pkgconfig update-rc.d gettext | 16 | inherit autotools pkgconfig update-rc.d gettext |
17 | 17 | ||
18 | EXTRA_OECONF = "--with-distro=debian \ | 18 | EXTRA_OECONF = "--with-distro=debian \ |
19 | --with-avahi-priv-access-group=adm \ | 19 | --with-avahi-priv-access-group=adm \ |
diff --git a/meta/packages/beecrypt/beecrypt_3.1.0.bb b/meta/packages/beecrypt/beecrypt_3.1.0.bb index b7777f8860..2b2b46138a 100644 --- a/meta/packages/beecrypt/beecrypt_3.1.0.bb +++ b/meta/packages/beecrypt/beecrypt_3.1.0.bb | |||
@@ -9,7 +9,7 @@ SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \ | |||
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | inherit autotools_stage | 12 | inherit autotools |
13 | acpaths="" | 13 | acpaths="" |
14 | 14 | ||
15 | EXTRA_OECONF="--with-arch=${TARGET_ARCH} --enable-shared --enable-static" | 15 | EXTRA_OECONF="--with-arch=${TARGET_ARCH} --enable-shared --enable-static" |
diff --git a/meta/packages/bluez/bluez4_4.56.bb b/meta/packages/bluez/bluez4_4.56.bb index 507b3b8446..656c1e82ab 100644 --- a/meta/packages/bluez/bluez4_4.56.bb +++ b/meta/packages/bluez/bluez4_4.56.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "\ | |||
18 | " | 18 | " |
19 | S = "${WORKDIR}/bluez-${PV}" | 19 | S = "${WORKDIR}/bluez-${PV}" |
20 | 20 | ||
21 | inherit autotools_stage | 21 | inherit autotools |
22 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | 22 | AUTOTOOLS_STAGE_PKGCONFIG = "1" |
23 | 23 | ||
24 | EXTRA_OECONF = "\ | 24 | EXTRA_OECONF = "\ |
diff --git a/meta/packages/cairo/cairo.inc b/meta/packages/cairo/cairo.inc index bc160de516..1847519c67 100644 --- a/meta/packages/cairo/cairo.inc +++ b/meta/packages/cairo/cairo.inc | |||
@@ -8,4 +8,4 @@ LICENSE = "MPL LGPL" | |||
8 | require cairo-fpu.inc | 8 | require cairo-fpu.inc |
9 | EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" | 9 | EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig | 11 | inherit autotools pkgconfig |
diff --git a/meta/packages/clutter/aaina.inc b/meta/packages/clutter/aaina.inc index 29a0e0c0d6..afbc022cdb 100644 --- a/meta/packages/clutter/aaina.inc +++ b/meta/packages/clutter/aaina.inc | |||
@@ -4,4 +4,4 @@ LICENSE = "GPL" | |||
4 | 4 | ||
5 | DEPENDS = "clutter-0.6 libxml2 gtk+ neon" | 5 | DEPENDS = "clutter-0.6 libxml2 gtk+ neon" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig | 7 | inherit autotools pkgconfig |
diff --git a/meta/packages/clutter/clutter-box2d.inc b/meta/packages/clutter/clutter-box2d.inc index 7e279a2a04..1a107c3993 100644 --- a/meta/packages/clutter/clutter-box2d.inc +++ b/meta/packages/clutter/clutter-box2d.inc | |||
@@ -7,7 +7,7 @@ DEPENDS = "clutter-0.8" | |||
7 | # The main clutter lib is machine specific so we need to be too | 7 | # The main clutter lib is machine specific so we need to be too |
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig gtk-doc | 10 | inherit autotools pkgconfig gtk-doc |
11 | 11 | ||
12 | do_install_append () { | 12 | do_install_append () { |
13 | install -d ${D}${bindir} | 13 | install -d ${D}${bindir} |
diff --git a/meta/packages/clutter/clutter-cairo.inc b/meta/packages/clutter/clutter-cairo.inc index 2e6e3e5ee0..ff889899e7 100644 --- a/meta/packages/clutter/clutter-cairo.inc +++ b/meta/packages/clutter/clutter-cairo.inc | |||
@@ -9,5 +9,5 @@ FILESPATH = "${FILE_DIRNAME}/clutter-cairo" | |||
9 | PACKAGES =+ "${PN}-examples" | 9 | PACKAGES =+ "${PN}-examples" |
10 | FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock" | 10 | FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
diff --git a/meta/packages/clutter/clutter-gst.inc b/meta/packages/clutter/clutter-gst.inc index d596b95065..0a2f261531 100644 --- a/meta/packages/clutter/clutter-gst.inc +++ b/meta/packages/clutter/clutter-gst.inc | |||
@@ -9,5 +9,5 @@ FILESPATH = "${FILE_DIRNAME}/clutter-gst" | |||
9 | PACKAGES =+ "${PN}-examples" | 9 | PACKAGES =+ "${PN}-examples" |
10 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink ${bindir}/audio" | 10 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink ${bindir}/audio" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig gtk-doc | 12 | inherit autotools pkgconfig gtk-doc |
13 | 13 | ||
diff --git a/meta/packages/clutter/clutter-gtk.inc b/meta/packages/clutter/clutter-gtk.inc index bbecee548c..89ae3e53ca 100644 --- a/meta/packages/clutter/clutter-gtk.inc +++ b/meta/packages/clutter/clutter-gtk.inc | |||
@@ -9,5 +9,5 @@ FILESPATH = "${FILE_DIRNAME}/clutter-gtk" | |||
9 | PACKAGES =+ "${PN}-examples" | 9 | PACKAGES =+ "${PN}-examples" |
10 | FILES_${PN}-examples = "${bindir}/gtk-clutter-test ${bindir}/gtk-clutter-events ${bindir}/gtk-clutter-multistage" | 10 | FILES_${PN}-examples = "${bindir}/gtk-clutter-test ${bindir}/gtk-clutter-events ${bindir}/gtk-clutter-multistage" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig gtk-doc | 12 | inherit autotools pkgconfig gtk-doc |
13 | 13 | ||
diff --git a/meta/packages/clutter/clutter-helix.inc b/meta/packages/clutter/clutter-helix.inc index 29b7391e21..6bbbb244d7 100644 --- a/meta/packages/clutter/clutter-helix.inc +++ b/meta/packages/clutter/clutter-helix.inc | |||
@@ -11,5 +11,5 @@ COMPATIBLE_HOST = '(x86_64|i.86.*)-linux' | |||
11 | PACKAGES =+ "${PN}-examples" | 11 | PACKAGES =+ "${PN}-examples" |
12 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/audio-player" | 12 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/audio-player" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig gtk-doc | 14 | inherit autotools pkgconfig gtk-doc |
15 | 15 | ||
diff --git a/meta/packages/clutter/clutter-mozembed.inc b/meta/packages/clutter/clutter-mozembed.inc index b242d0925f..72c9412d04 100644 --- a/meta/packages/clutter/clutter-mozembed.inc +++ b/meta/packages/clutter/clutter-mozembed.inc | |||
@@ -10,5 +10,5 @@ FILES_${PN} =+ "${datadir}/cluttermozembed/chrome/" | |||
10 | 10 | ||
11 | EXTRA_OECONF = "--enable-plugins" | 11 | EXTRA_OECONF = "--enable-plugins" |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig gtk-doc | 13 | inherit autotools pkgconfig gtk-doc |
14 | 14 | ||
diff --git a/meta/packages/clutter/clutter.inc b/meta/packages/clutter/clutter.inc index 82f8e71d83..c099309bbb 100644 --- a/meta/packages/clutter/clutter.inc +++ b/meta/packages/clutter/clutter.inc | |||
@@ -45,7 +45,7 @@ PACKAGE_ARCH_menlow = "${MACHINE_ARCH}" | |||
45 | 45 | ||
46 | FILESPATH = "${FILE_DIRNAME}/clutter" | 46 | FILESPATH = "${FILE_DIRNAME}/clutter" |
47 | 47 | ||
48 | inherit autotools_stage pkgconfig gtk-doc | 48 | inherit autotools pkgconfig gtk-doc |
49 | 49 | ||
50 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 50 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
51 | require clutter-fpu.inc | 51 | require clutter-fpu.inc |
diff --git a/meta/packages/clutter/table.inc b/meta/packages/clutter/table.inc index 6a5b32ccda..dc949172b5 100644 --- a/meta/packages/clutter/table.inc +++ b/meta/packages/clutter/table.inc | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPL" | |||
4 | 4 | ||
5 | DEPENDS = "clutter-gst-0.6 gnome-vfs" | 5 | DEPENDS = "clutter-gst-0.6 gnome-vfs" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | do_install() { | 9 | do_install() { |
10 | install -d ${D}${bindir} | 10 | install -d ${D}${bindir} |
diff --git a/meta/packages/clutter/tidy.inc b/meta/packages/clutter/tidy.inc index 14ec4ca9a8..3fa387c049 100644 --- a/meta/packages/clutter/tidy.inc +++ b/meta/packages/clutter/tidy.inc | |||
@@ -8,7 +8,7 @@ BASE_CONF = "--disable-gtk-doc" | |||
8 | DEPENDS = "${STDDEPENDS}" | 8 | DEPENDS = "${STDDEPENDS}" |
9 | EXTRA_OECONF = "${BASE_CONF}" | 9 | EXTRA_OECONF = "${BASE_CONF}" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | PACKAGES =+ "tidy-examples" | 13 | PACKAGES =+ "tidy-examples" |
14 | FILES_tidy-examples = "${bindir}/test-*" | 14 | FILES_tidy-examples = "${bindir}/test-*" |
diff --git a/meta/packages/connman/connman-gnome_git.bb b/meta/packages/connman/connman-gnome_git.bb index bfb6c90d33..440ba285cc 100644 --- a/meta/packages/connman/connman-gnome_git.bb +++ b/meta/packages/connman/connman-gnome_git.bb | |||
@@ -6,4 +6,4 @@ PR = "r0" | |||
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | inherit autotools_stage | 9 | inherit autotools |
diff --git a/meta/packages/connman/connman.inc b/meta/packages/connman/connman.inc index e7fde858b8..9a623d7f4e 100644 --- a/meta/packages/connman/connman.inc +++ b/meta/packages/connman/connman.inc | |||
@@ -16,7 +16,7 @@ EXTRA_OECONF += " \ | |||
16 | INITSCRIPT_NAME = "connman" | 16 | INITSCRIPT_NAME = "connman" |
17 | INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ." | 17 | INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ." |
18 | 18 | ||
19 | inherit autotools_stage pkgconfig update-rc.d | 19 | inherit autotools pkgconfig update-rc.d |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install_append() { |
22 | install -d ${D}${sysconfdir}/init.d/ | 22 | install -d ${D}${sysconfdir}/init.d/ |
diff --git a/meta/packages/curl/curl_7.20.0.bb b/meta/packages/curl/curl_7.20.0.bb index 19b46faf26..bff5a003d6 100644 --- a/meta/packages/curl/curl_7.20.0.bb +++ b/meta/packages/curl/curl_7.20.0.bb | |||
@@ -9,7 +9,7 @@ PR = "r1" | |||
9 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | 9 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ |
10 | file://pkgconfig_fix.patch;patch=1" | 10 | file://pkgconfig_fix.patch;patch=1" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig binconfig | 12 | inherit autotools pkgconfig binconfig |
13 | 13 | ||
14 | EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ | 14 | EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ |
15 | --with-gnutls=${STAGING_BINDIR_CROSS}/ \ | 15 | --with-gnutls=${STAGING_BINDIR_CROSS}/ \ |
diff --git a/meta/packages/dbus/dbus-glib.inc b/meta/packages/dbus/dbus-glib.inc index 7d811f9129..d62aa07b5a 100644 --- a/meta/packages/dbus/dbus-glib.inc +++ b/meta/packages/dbus/dbus-glib.inc | |||
@@ -8,7 +8,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz | |||
8 | file://fix_asneeded.patch;patch=1 \ | 8 | file://fix_asneeded.patch;patch=1 \ |
9 | file://no-examples.patch;patch=1" | 9 | file://no-examples.patch;patch=1" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig gettext | 11 | inherit autotools pkgconfig gettext |
12 | 12 | ||
13 | EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" | 13 | EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" |
14 | 14 | ||
diff --git a/meta/packages/devicekit/devicekit-power_014.bb b/meta/packages/devicekit/devicekit-power_014.bb index 621d80e2fc..f69a060ef2 100644 --- a/meta/packages/devicekit/devicekit-power_014.bb +++ b/meta/packages/devicekit/devicekit-power_014.bb | |||
@@ -5,7 +5,7 @@ DEPENDS = "devicekit glib-2.0 dbus-glib polkit" | |||
5 | SRC_URI = "http://hal.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz" | 5 | SRC_URI = "http://hal.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz" |
6 | S = "${WORKDIR}/DeviceKit-power-${PV}" | 6 | S = "${WORKDIR}/DeviceKit-power-${PV}" |
7 | 7 | ||
8 | inherit autotools_stage pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | do_configure_prepend() { | 10 | do_configure_prepend() { |
11 | sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am | 11 | sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am |
diff --git a/meta/packages/devicekit/devicekit_003.bb b/meta/packages/devicekit/devicekit_003.bb index cc79f0db5a..af812935cd 100644 --- a/meta/packages/devicekit/devicekit_003.bb +++ b/meta/packages/devicekit/devicekit_003.bb | |||
@@ -11,6 +11,6 @@ do_configure_prepend() { | |||
11 | sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am | 11 | sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am |
12 | } | 12 | } |
13 | 13 | ||
14 | inherit autotools_stage | 14 | inherit autotools |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/dbus-1/" | 16 | FILES_${PN} += "${datadir}/dbus-1/" |
diff --git a/meta/packages/drm/libdrm.inc b/meta/packages/drm/libdrm.inc index 11d89a5d2c..b86af2faf0 100644 --- a/meta/packages/drm/libdrm.inc +++ b/meta/packages/drm/libdrm.inc | |||
@@ -9,4 +9,4 @@ FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*" | |||
9 | 9 | ||
10 | LEAD_SONAME = "libdrm.so" | 10 | LEAD_SONAME = "libdrm.so" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig | 12 | inherit autotools pkgconfig |
diff --git a/meta/packages/eds/eds-dbus_2.20.0.bb b/meta/packages/eds/eds-dbus_2.20.0.bb index 274086470c..7f6a52e43b 100644 --- a/meta/packages/eds/eds-dbus_2.20.0.bb +++ b/meta/packages/eds/eds-dbus_2.20.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/mobile/2.23/2.23.92/sources/evolution- | |||
11 | 11 | ||
12 | S = "${WORKDIR}/evolution-data-server-dbus-${PV}" | 12 | S = "${WORKDIR}/evolution-data-server-dbus-${PV}" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | # -ldb needs this on some platforms | 16 | # -ldb needs this on some platforms |
17 | LDFLAGS += "-lpthread" | 17 | LDFLAGS += "-lpthread" |
diff --git a/meta/packages/eds/eds-dbus_git.bb b/meta/packages/eds/eds-dbus_git.bb index ac6af7c1fc..257e7124dd 100644 --- a/meta/packages/eds/eds-dbus_git.bb +++ b/meta/packages/eds/eds-dbus_git.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit autotools_stage pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | # -ldb needs this on some platforms | 18 | # -ldb needs this on some platforms |
19 | LDFLAGS += "-lpthread" | 19 | LDFLAGS += "-lpthread" |
diff --git a/meta/packages/elfutils/elfutils_0.108.bb b/meta/packages/elfutils/elfutils_0.108.bb index 37e5fbd14f..67f34a0acd 100644 --- a/meta/packages/elfutils/elfutils_0.108.bb +++ b/meta/packages/elfutils/elfutils_0.108.bb | |||
@@ -7,7 +7,7 @@ PR = "r2" | |||
7 | SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ | 7 | SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ |
8 | file://warnings.patch;patch=1" | 8 | file://warnings.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools |
11 | 11 | ||
12 | # Package binaries that overlap with binutils separately | 12 | # Package binaries that overlap with binutils separately |
13 | PACKAGES =+ "${PN}-binutils" | 13 | PACKAGES =+ "${PN}-binutils" |
diff --git a/meta/packages/elfutils/elfutils_0.131.bb b/meta/packages/elfutils/elfutils_0.131.bb index 8bb3c8925f..4169b31d27 100644 --- a/meta/packages/elfutils/elfutils_0.131.bb +++ b/meta/packages/elfutils/elfutils_0.131.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/el | |||
8 | file://gcc-4.3_support.diff;patch=1 \ | 8 | file://gcc-4.3_support.diff;patch=1 \ |
9 | file://gnu_inline.diff;patch=1" | 9 | file://gnu_inline.diff;patch=1" |
10 | 10 | ||
11 | inherit autotools_stage | 11 | inherit autotools |
12 | 12 | ||
13 | # Package binaries that overlap with binutils separately | 13 | # Package binaries that overlap with binutils separately |
14 | PACKAGES =+ "${PN}-binutils" | 14 | PACKAGES =+ "${PN}-binutils" |
diff --git a/meta/packages/elfutils/elfutils_0.89.bb b/meta/packages/elfutils/elfutils_0.89.bb index b59c33e8c9..24cb37ad1f 100644 --- a/meta/packages/elfutils/elfutils_0.89.bb +++ b/meta/packages/elfutils/elfutils_0.89.bb | |||
@@ -6,5 +6,5 @@ DEPENDS = "libtool" | |||
6 | SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ | 6 | SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ |
7 | file://warnings.patch;patch=1" | 7 | file://warnings.patch;patch=1" |
8 | 8 | ||
9 | inherit autotools_stage | 9 | inherit autotools |
10 | 10 | ||
diff --git a/meta/packages/expat/expat.inc b/meta/packages/expat/expat.inc index 87fe60614e..62ef253f77 100644 --- a/meta/packages/expat/expat.inc +++ b/meta/packages/expat/expat.inc | |||
@@ -7,5 +7,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \ | |||
7 | " | 7 | " |
8 | export LTCC = "${CC}" | 8 | export LTCC = "${CC}" |
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools |
11 | 11 | ||
diff --git a/meta/packages/fakeroot/fakeroot_1.9.4.bb b/meta/packages/fakeroot/fakeroot_1.9.4.bb index d7545ddb26..34e0b97573 100644 --- a/meta/packages/fakeroot/fakeroot_1.9.4.bb +++ b/meta/packages/fakeroot/fakeroot_1.9.4.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ | |||
11 | file://configure-libtool.patch;patch=1 \ | 11 | file://configure-libtool.patch;patch=1 \ |
12 | file://absolutepaths.patch;patch=1 " | 12 | file://absolutepaths.patch;patch=1 " |
13 | 13 | ||
14 | inherit autotools_stage | 14 | inherit autotools |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install_append() { |
17 | install -d ${D}${STAGING_INCDIR}/fakeroot/ | 17 | install -d ${D}${STAGING_INCDIR}/fakeroot/ |
diff --git a/meta/packages/farsight/farsight2_0.0.9.bb b/meta/packages/farsight/farsight2_0.0.9.bb index 628b155c91..06c85f1cf0 100644 --- a/meta/packages/farsight/farsight2_0.0.9.bb +++ b/meta/packages/farsight/farsight2_0.0.9.bb | |||
@@ -4,7 +4,7 @@ SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz" | |||
4 | 4 | ||
5 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" | 5 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" |
6 | 6 | ||
7 | inherit autotools_stage | 7 | inherit autotools |
8 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | 8 | AUTOTOOLS_STAGE_PKGCONFIG = "1" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
diff --git a/meta/packages/farsight/libnice_0.0.6.bb b/meta/packages/farsight/libnice_0.0.6.bb index fa478dc0e3..809b691af7 100644 --- a/meta/packages/farsight/libnice_0.0.6.bb +++ b/meta/packages/farsight/libnice_0.0.6.bb | |||
@@ -5,7 +5,7 @@ SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" | |||
5 | LICENSE = "LGPL/MPL" | 5 | LICENSE = "LGPL/MPL" |
6 | DEPENDS = "glib-2.0 gstreamer" | 6 | DEPENDS = "glib-2.0 gstreamer" |
7 | 7 | ||
8 | inherit autotools_stage | 8 | inherit autotools |
9 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | 9 | AUTOTOOLS_STAGE_PKGCONFIG = "1" |
10 | 10 | ||
11 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | 11 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" |
diff --git a/meta/packages/file/file_4.18.bb b/meta/packages/file/file_4.18.bb index f5ed6e1300..1ff8425447 100644 --- a/meta/packages/file/file_4.18.bb +++ b/meta/packages/file/file_4.18.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | |||
8 | file://dump \ | 8 | file://dump \ |
9 | file://filesystems" | 9 | file://filesystems" |
10 | 10 | ||
11 | inherit autotools_stage | 11 | inherit autotools |
12 | 12 | ||
13 | do_configure_prepend() { | 13 | do_configure_prepend() { |
14 | sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am | 14 | sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am |
diff --git a/meta/packages/flac/flac_1.1.2.bb b/meta/packages/flac/flac_1.1.2.bb index 3d0211f750..78f29fbca3 100644 --- a/meta/packages/flac/flac_1.1.2.bb +++ b/meta/packages/flac/flac_1.1.2.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \ | |||
10 | 10 | ||
11 | S = "${WORKDIR}/flac-${PV}" | 11 | S = "${WORKDIR}/flac-${PV}" |
12 | 12 | ||
13 | inherit autotools_stage | 13 | inherit autotools |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \ | 15 | EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \ |
16 | --with-ogg-libraries=${STAGING_LIBDIR} \ | 16 | --with-ogg-libraries=${STAGING_LIBDIR} \ |
diff --git a/meta/packages/flex/flex.inc b/meta/packages/flex/flex.inc index bb40db19b6..91c3aac4b9 100644 --- a/meta/packages/flex/flex.inc +++ b/meta/packages/flex/flex.inc | |||
@@ -7,5 +7,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-2.5.31.tar.bz2 \ | |||
7 | file://flex-lvalue.diff;patch=1 \ | 7 | file://flex-lvalue.diff;patch=1 \ |
8 | file://fix-gen.patch;patch=1" | 8 | file://fix-gen.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools |
11 | 11 | ||
diff --git a/meta/packages/fontconfig/fontconfig_2.6.0.bb b/meta/packages/fontconfig/fontconfig_2.6.0.bb index d9697432ed..4c6df307f4 100644 --- a/meta/packages/fontconfig/fontconfig_2.6.0.bb +++ b/meta/packages/fontconfig/fontconfig_2.6.0.bb | |||
@@ -21,7 +21,7 @@ DEBIAN_NOAUTONAME_fontconfig-utils = "1" | |||
21 | 21 | ||
22 | PARALLEL_MAKE = "" | 22 | PARALLEL_MAKE = "" |
23 | 23 | ||
24 | inherit autotools_stage pkgconfig | 24 | inherit autotools pkgconfig |
25 | 25 | ||
26 | export HASDOCBOOK="no" | 26 | export HASDOCBOOK="no" |
27 | 27 | ||
diff --git a/meta/packages/galago/libgalago_0.5.2.bb b/meta/packages/galago/libgalago_0.5.2.bb index ee485905db..fe82a618e6 100644 --- a/meta/packages/galago/libgalago_0.5.2.bb +++ b/meta/packages/galago/libgalago_0.5.2.bb | |||
@@ -8,6 +8,6 @@ SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz | |||
8 | file://pkgconfig.patch;patch=1 " | 8 | file://pkgconfig.patch;patch=1 " |
9 | PR = "r2" | 9 | PR = "r2" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | EXTRA_OECONF = "--disable-tests --disable-check" | 13 | EXTRA_OECONF = "--disable-tests --disable-check" |
diff --git a/meta/packages/gettext/gettext_0.17.bb b/meta/packages/gettext/gettext_0.17.bb index fe4d167ad9..c945891e26 100644 --- a/meta/packages/gettext/gettext_0.17.bb +++ b/meta/packages/gettext/gettext_0.17.bb | |||
@@ -20,7 +20,7 @@ SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch | |||
20 | 20 | ||
21 | PARALLEL_MAKE = "" | 21 | PARALLEL_MAKE = "" |
22 | 22 | ||
23 | inherit autotools_stage | 23 | inherit autotools |
24 | 24 | ||
25 | EXTRA_OECONF += "--without-lispdir \ | 25 | EXTRA_OECONF += "--without-lispdir \ |
26 | --disable-csharp \ | 26 | --disable-csharp \ |
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc index 8107eb9104..f4167e8bf8 100644 --- a/meta/packages/glib-2.0/glib.inc +++ b/meta/packages/glib-2.0/glib.inc | |||
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--enable-included-printf=no" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/glib-${PV}" | 18 | S = "${WORKDIR}/glib-${PV}" |
19 | 19 | ||
20 | inherit autotools_stage pkgconfig gettext | 20 | inherit autotools pkgconfig gettext |
21 | 21 | ||
22 | require glib-2.0.inc | 22 | require glib-2.0.inc |
23 | 23 | ||
diff --git a/meta/packages/gmp/gmp.inc b/meta/packages/gmp/gmp.inc index 2f99c2f1fd..6023910308 100644 --- a/meta/packages/gmp/gmp.inc +++ b/meta/packages/gmp/gmp.inc | |||
@@ -7,7 +7,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \ | |||
7 | file://configure.patch;patch=1 \ | 7 | file://configure.patch;patch=1 \ |
8 | file://amd64.patch;patch=1" | 8 | file://amd64.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools |
11 | 11 | ||
12 | ARM_INSTRUCTION_SET = "arm" | 12 | ARM_INSTRUCTION_SET = "arm" |
13 | 13 | ||
diff --git a/meta/packages/gnome/gconf-dbus_svn.bb b/meta/packages/gnome/gconf-dbus_svn.bb index 61d46793b8..1910188278 100644 --- a/meta/packages/gnome/gconf-dbus_svn.bb +++ b/meta/packages/gnome/gconf-dbus_svn.bb | |||
@@ -10,7 +10,7 @@ PV = "2.16.0+svnr${SRCREV}" | |||
10 | 10 | ||
11 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" | 11 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" |
12 | 12 | ||
13 | inherit pkgconfig autotools_stage | 13 | inherit pkgconfig autotools |
14 | S = "${WORKDIR}/trunk" | 14 | S = "${WORKDIR}/trunk" |
15 | 15 | ||
16 | PARALLEL_MAKE = "" | 16 | PARALLEL_MAKE = "" |
diff --git a/meta/packages/gnome/gnome-keyring_2.26.1.bb b/meta/packages/gnome/gnome-keyring_2.26.1.bb index 54d8a2a707..cc111c9498 100644 --- a/meta/packages/gnome/gnome-keyring_2.26.1.bb +++ b/meta/packages/gnome/gnome-keyring_2.26.1.bb | |||
@@ -3,7 +3,7 @@ SECTION = "x11/gnome" | |||
3 | 3 | ||
4 | PR = "r1" | 4 | PR = "r1" |
5 | 5 | ||
6 | inherit autotools_stage gnome pkgconfig | 6 | inherit autotools gnome pkgconfig |
7 | 7 | ||
8 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native" | 8 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native" |
9 | 9 | ||
diff --git a/meta/packages/gnome/gnome-mime-data_2.18.0.bb b/meta/packages/gnome/gnome-mime-data_2.18.0.bb index 9c91ca3f1b..429004ad67 100644 --- a/meta/packages/gnome/gnome-mime-data_2.18.0.bb +++ b/meta/packages/gnome/gnome-mime-data_2.18.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | inherit gnome | 2 | inherit gnome |
3 | inherit autotools_stage | 3 | inherit autotools |
4 | PR = "r2" | 4 | PR = "r2" |
5 | 5 | ||
6 | SRC_URI += "file://pkgconfig.patch;patch=1" | 6 | SRC_URI += "file://pkgconfig.patch;patch=1" |
diff --git a/meta/packages/gnome/gobject-introspection_git.bb b/meta/packages/gnome/gobject-introspection_git.bb index 9c3201cbd5..fe6eea2855 100644 --- a/meta/packages/gnome/gobject-introspection_git.bb +++ b/meta/packages/gnome/gobject-introspection_git.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git" | |||
13 | DEPENDS = "libffi python-native gobject-introspection-native" | 13 | DEPENDS = "libffi python-native gobject-introspection-native" |
14 | DEPENDS_virtclass-native = "libffi-native python-native" | 14 | DEPENDS_virtclass-native = "libffi-native python-native" |
15 | 15 | ||
16 | inherit autotools_stage | 16 | inherit autotools |
17 | 17 | ||
18 | TARGET_CFLAGS += "-I${STAGING_INCDIR_NATIVE}/python2.5" | 18 | TARGET_CFLAGS += "-I${STAGING_INCDIR_NATIVE}/python2.5" |
19 | 19 | ||
diff --git a/meta/packages/gnome/libart-lgpl_2.3.19.bb b/meta/packages/gnome/libart-lgpl_2.3.19.bb index a1258c8d79..fa565f3d1c 100644 --- a/meta/packages/gnome/libart-lgpl_2.3.19.bb +++ b/meta/packages/gnome/libart-lgpl_2.3.19.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${ | |||
10 | file://${ART_CONFIG} \ | 10 | file://${ART_CONFIG} \ |
11 | file://Makefile.am.patch;patch=1" | 11 | file://Makefile.am.patch;patch=1" |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | DEPENDS = "" | 15 | DEPENDS = "" |
16 | 16 | ||
diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc index 5e9184ba32..474812598a 100644 --- a/meta/packages/gnutls/gnutls.inc +++ b/meta/packages/gnutls/gnutls.inc | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPL" | |||
6 | 6 | ||
7 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" | 7 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" |
8 | 8 | ||
9 | inherit autotools_stage binconfig pkgconfig pkgconfig | 9 | inherit autotools binconfig pkgconfig pkgconfig |
10 | 10 | ||
11 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${prefix} --with-lzo --disable-guile" | 11 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${prefix} --with-lzo --disable-guile" |
12 | 12 | ||
diff --git a/meta/packages/gnutls/libtasn1_1.7.bb b/meta/packages/gnutls/libtasn1_1.7.bb index f8530f811a..90be5ade7b 100644 --- a/meta/packages/gnutls/libtasn1_1.7.bb +++ b/meta/packages/gnutls/libtasn1_1.7.bb | |||
@@ -5,7 +5,7 @@ PR = "r1" | |||
5 | 5 | ||
6 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz" | 6 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz" |
7 | 7 | ||
8 | inherit autotools_stage binconfig | 8 | inherit autotools binconfig |
9 | 9 | ||
10 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | 10 | AUTOTOOLS_STAGE_PKGCONFIG = "1" |
11 | 11 | ||
diff --git a/meta/packages/gperf/gperf_3.0.3.bb b/meta/packages/gperf/gperf_3.0.3.bb index ac8e46fece..f6ab39e32e 100644 --- a/meta/packages/gperf/gperf_3.0.3.bb +++ b/meta/packages/gperf/gperf_3.0.3.bb | |||
@@ -5,7 +5,7 @@ SUMMARY = "Generate a perfect hash function from a set of keywords" | |||
5 | SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ | 5 | SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ |
6 | file://autoreconf.patch;patch=1" | 6 | file://autoreconf.patch;patch=1" |
7 | 7 | ||
8 | inherit autotools_stage | 8 | inherit autotools |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb index 225662263c..3ea165e150 100644 --- a/meta/packages/gpgme/gpgme_1.1.4.bb +++ b/meta/packages/gpgme/gpgme_1.1.4.bb | |||
@@ -7,7 +7,7 @@ PR = "r4" | |||
7 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ | 7 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ |
8 | --with-gpg=${bindir}/gpg --without-gpgsm" | 8 | --with-gpg=${bindir}/gpg --without-gpgsm" |
9 | 9 | ||
10 | inherit autotools_stage binconfig | 10 | inherit autotools binconfig |
11 | 11 | ||
12 | PACKAGES =+ "${PN}-pth ${PN}-pthread" | 12 | PACKAGES =+ "${PN}-pth ${PN}-pthread" |
13 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" | 13 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" |
diff --git a/meta/packages/gsm/gsmd.inc b/meta/packages/gsm/gsmd.inc index 6039d6133d..a69fdd90f1 100644 --- a/meta/packages/gsm/gsmd.inc +++ b/meta/packages/gsm/gsmd.inc | |||
@@ -13,7 +13,7 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ | |||
13 | file://default" | 13 | file://default" |
14 | S = "${WORKDIR}/gsm" | 14 | S = "${WORKDIR}/gsm" |
15 | 15 | ||
16 | inherit autotools_stage pkgconfig update-rc.d | 16 | inherit autotools pkgconfig update-rc.d |
17 | # handle update-rc.d RDEPENDS manually, we don't need it on | 17 | # handle update-rc.d RDEPENDS manually, we don't need it on |
18 | # anything but gsmd | 18 | # anything but gsmd |
19 | RDEPENDS_append = "" | 19 | RDEPENDS_append = "" |
diff --git a/meta/packages/gstreamer/gst-plugins.inc b/meta/packages/gstreamer/gst-plugins.inc index 94cb9310d7..d5bd349e57 100644 --- a/meta/packages/gstreamer/gst-plugins.inc +++ b/meta/packages/gstreamer/gst-plugins.inc | |||
@@ -3,7 +3,7 @@ SECTION = "multimedia" | |||
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | DEPENDS = "gstreamer" | 4 | DEPENDS = "gstreamer" |
5 | 5 | ||
6 | inherit autotools_stage pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" | 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" |
9 | 9 | ||
diff --git a/meta/packages/gstreamer/gstreamer_0.10.22.bb b/meta/packages/gstreamer/gstreamer_0.10.22.bb index 6ac9aa59cb..9c05f2ea8e 100644 --- a/meta/packages/gstreamer/gstreamer_0.10.22.bb +++ b/meta/packages/gstreamer/gstreamer_0.10.22.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.gstreamer.net/" | |||
7 | DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native" | 7 | DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native" |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ |
13 | file://check_fix.patch;patch=1 \ | 13 | file://check_fix.patch;patch=1 \ |
diff --git a/meta/packages/gtkhtml2/gtkhtml2_svn.bb b/meta/packages/gtkhtml2/gtkhtml2_svn.bb index 235042b7c7..43e4d07b87 100644 --- a/meta/packages/gtkhtml2/gtkhtml2_svn.bb +++ b/meta/packages/gtkhtml2/gtkhtml2_svn.bb | |||
@@ -15,6 +15,6 @@ SRC_URI = "svn://anonymous@svn.gnome.org/svn/gtkhtml2/;module=trunk \ | |||
15 | 15 | ||
16 | S = "${WORKDIR}/trunk" | 16 | S = "${WORKDIR}/trunk" |
17 | 17 | ||
18 | inherit pkgconfig autotools_stage | 18 | inherit pkgconfig autotools |
19 | 19 | ||
20 | EXTRA_OECONF = " --disable-accessibility" | 20 | EXTRA_OECONF = " --disable-accessibility" |
diff --git a/meta/packages/gupnp/gssdp_0.7.1.bb b/meta/packages/gupnp/gssdp_0.7.1.bb index 09e12e2c63..5b4c903c62 100644 --- a/meta/packages/gupnp/gssdp_0.7.1.bb +++ b/meta/packages/gupnp/gssdp_0.7.1.bb | |||
@@ -3,7 +3,7 @@ DEPENDS = "glib-2.0 libsoup-2.4 libglade" | |||
3 | 3 | ||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | 4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" |
5 | 5 | ||
6 | inherit autotools_stage pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | PACKAGES =+ "gssdp-tools" | 8 | PACKAGES =+ "gssdp-tools" |
9 | 9 | ||
diff --git a/meta/packages/gupnp/gupnp-av_0.4.bb b/meta/packages/gupnp/gupnp-av_0.4.bb index 5f52525b42..57fad7b842 100644 --- a/meta/packages/gupnp/gupnp-av_0.4.bb +++ b/meta/packages/gupnp/gupnp-av_0.4.bb | |||
@@ -3,4 +3,4 @@ DEPENDS = "gupnp" | |||
3 | 3 | ||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | 4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" |
5 | 5 | ||
6 | inherit autotools_stage pkgconfig | 6 | inherit autotools pkgconfig |
diff --git a/meta/packages/gupnp/gupnp-av_0.5.2.bb b/meta/packages/gupnp/gupnp-av_0.5.2.bb index 5f52525b42..57fad7b842 100644 --- a/meta/packages/gupnp/gupnp-av_0.5.2.bb +++ b/meta/packages/gupnp/gupnp-av_0.5.2.bb | |||
@@ -3,4 +3,4 @@ DEPENDS = "gupnp" | |||
3 | 3 | ||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | 4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" |
5 | 5 | ||
6 | inherit autotools_stage pkgconfig | 6 | inherit autotools pkgconfig |
diff --git a/meta/packages/gupnp/gupnp_0.13.2.bb b/meta/packages/gupnp/gupnp_0.13.2.bb index a30b2ad639..2a12e5ce24 100644 --- a/meta/packages/gupnp/gupnp_0.13.2.bb +++ b/meta/packages/gupnp/gupnp_0.13.2.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | 4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | FILES_${PN} = "${libdir}/*.so.*" | 9 | FILES_${PN} = "${libdir}/*.so.*" |
10 | FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" | 10 | FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" |
diff --git a/meta/packages/gypsy/gypsy.inc b/meta/packages/gypsy/gypsy.inc index 7947247d02..f0d90b290e 100644 --- a/meta/packages/gypsy/gypsy.inc +++ b/meta/packages/gypsy/gypsy.inc | |||
@@ -3,7 +3,7 @@ LICENSE = "GPL" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" | 4 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" |
5 | 5 | ||
6 | inherit autotools_stage pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | EXTRA_OECONF += "--with-distro=debian" | 8 | EXTRA_OECONF += "--with-distro=debian" |
9 | 9 | ||
diff --git a/meta/packages/gypsy/gypsy_0.6.bb b/meta/packages/gypsy/gypsy_0.6.bb index 77f4a53c53..bd2fdaa0dd 100644 --- a/meta/packages/gypsy/gypsy_0.6.bb +++ b/meta/packages/gypsy/gypsy_0.6.bb | |||
@@ -5,6 +5,6 @@ DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | |||
5 | 5 | ||
6 | SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-${PV}.tar.gz" | 6 | SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-${PV}.tar.gz" |
7 | 7 | ||
8 | inherit autotools_stage pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | FILES_${PN} += "/usr/share/dbus-1/services/" | 10 | FILES_${PN} += "/usr/share/dbus-1/services/" |
diff --git a/meta/packages/hal/hal.inc b/meta/packages/hal/hal.inc index 8c5389fe8f..4d72e94fa7 100644 --- a/meta/packages/hal/hal.inc +++ b/meta/packages/hal/hal.inc | |||
@@ -7,7 +7,7 @@ SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz" | |||
7 | 7 | ||
8 | S = "${WORKDIR}/hal-${PV}" | 8 | S = "${WORKDIR}/hal-${PV}" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | DEPENDS = "virtual/kernel dbus-glib udev intltool intltool-native expat libusb gperf-native" | 12 | DEPENDS = "virtual/kernel dbus-glib udev intltool intltool-native expat libusb gperf-native" |
13 | RDEPENDS += "udev hal-info" | 13 | RDEPENDS += "udev hal-info" |
diff --git a/meta/packages/hal/hal_git.bb b/meta/packages/hal/hal_git.bb index 60c545063e..21fde21fe9 100644 --- a/meta/packages/hal/hal_git.bb +++ b/meta/packages/hal/hal_git.bb | |||
@@ -16,7 +16,7 @@ PR = "r4" | |||
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit autotools_stage pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ | 21 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ |
22 | --with-expat=${STAGING_DIR_HOST}${prefix} \ | 22 | --with-expat=${STAGING_DIR_HOST}${prefix} \ |
diff --git a/meta/packages/icu/icu-3.6.inc b/meta/packages/icu/icu-3.6.inc index df80c255c7..3a186150de 100644 --- a/meta/packages/icu/icu-3.6.inc +++ b/meta/packages/icu/icu-3.6.inc | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/icu/source" | |||
11 | PARALLEL_MAKE = "" | 11 | PARALLEL_MAKE = "" |
12 | FULL_OPTIMIZATION_arm = "-Os" | 12 | FULL_OPTIMIZATION_arm = "-Os" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig binconfig | 14 | inherit autotools pkgconfig binconfig |
15 | 15 | ||
16 | do_configure() { | 16 | do_configure() { |
17 | libtoolize --force | 17 | libtoolize --force |
diff --git a/meta/packages/intltool/intltool.inc b/meta/packages/intltool/intltool.inc index 1ca285d9a9..132c264b34 100644 --- a/meta/packages/intltool/intltool.inc +++ b/meta/packages/intltool/intltool.inc | |||
@@ -13,7 +13,7 @@ DEPENDS = "libxml-parser-perl-native" | |||
13 | #RDEPENDS = "libxml-parser-perl" | 13 | #RDEPENDS = "libxml-parser-perl" |
14 | RRECOMMENDS = "perl-modules" | 14 | RRECOMMENDS = "perl-modules" |
15 | 15 | ||
16 | inherit autotools_stage pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | export PERL_virtclass-native = "/usr/bin/env perl" | 18 | export PERL_virtclass-native = "/usr/bin/env perl" |
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
diff --git a/meta/packages/iso-codes/iso-codes_3.3.bb b/meta/packages/iso-codes/iso-codes_3.3.bb index 50ea791926..23d025f4d2 100644 --- a/meta/packages/iso-codes/iso-codes_3.3.bb +++ b/meta/packages/iso-codes/iso-codes_3.3.bb | |||
@@ -7,7 +7,7 @@ PACKAGE_ARCH = "all" | |||
7 | 7 | ||
8 | SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz" | 8 | SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz" |
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools |
11 | 11 | ||
12 | FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc" | 12 | FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc" |
13 | FILES_${PN}="${datadir}/xml/iso-codes/ \ | 13 | FILES_${PN}="${datadir}/xml/iso-codes/ \ |
diff --git a/meta/packages/lame/lame_3.96.1.bb b/meta/packages/lame/lame_3.96.1.bb index d610b5105e..ce691bc1bb 100644 --- a/meta/packages/lame/lame_3.96.1.bb +++ b/meta/packages/lame/lame_3.96.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \ | |||
7 | file://no-gtk1.patch;patch=1 \ | 7 | file://no-gtk1.patch;patch=1 \ |
8 | file://Makefile-lm.patch;patch=1" | 8 | file://Makefile-lm.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools |
11 | 11 | ||
12 | PACKAGES += "libmp3lame libmp3lame-dev" | 12 | PACKAGES += "libmp3lame libmp3lame-dev" |
13 | FILES_${PN} = "${bindir}/lame" | 13 | FILES_${PN} = "${bindir}/lame" |
diff --git a/meta/packages/libassuan/libassuan_0.6.9.bb b/meta/packages/libassuan/libassuan_0.6.9.bb index 331339e0eb..37ab1564ca 100644 --- a/meta/packages/libassuan/libassuan_0.6.9.bb +++ b/meta/packages/libassuan/libassuan_0.6.9.bb | |||
@@ -2,4 +2,4 @@ LICENSE = "GPL" | |||
2 | 2 | ||
3 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-${PV}.tar.gz" | 3 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-${PV}.tar.gz" |
4 | 4 | ||
5 | inherit autotools_stage binconfig | 5 | inherit autotools binconfig |
diff --git a/meta/packages/libcroco/libcroco_0.6.1.bb b/meta/packages/libcroco/libcroco_0.6.1.bb index 6534fdab3e..b763e26b29 100644 --- a/meta/packages/libcroco/libcroco_0.6.1.bb +++ b/meta/packages/libcroco/libcroco_0.6.1.bb | |||
@@ -4,6 +4,6 @@ DEPENDS = "glib-2.0 libxml2 zlib" | |||
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | PR = "r3" | 5 | PR = "r3" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig gnome | 7 | inherit autotools pkgconfig gnome |
8 | 8 | ||
9 | SRC_URI_append = " file://croco.patch;patch=1 " | 9 | SRC_URI_append = " file://croco.patch;patch=1 " |
diff --git a/meta/packages/libdaemon/libdaemon_0.12.bb b/meta/packages/libdaemon/libdaemon_0.12.bb index aba011828b..76862a4dc5 100644 --- a/meta/packages/libdaemon/libdaemon_0.12.bb +++ b/meta/packages/libdaemon/libdaemon_0.12.bb | |||
@@ -7,6 +7,6 @@ PR = "r1" | |||
7 | 7 | ||
8 | SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" | 8 | SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | EXTRA_OECONF = "--disable-lynx --disable-doxygen" | 12 | EXTRA_OECONF = "--disable-lynx --disable-doxygen" |
diff --git a/meta/packages/libetpan/libetpan_0.54.bb b/meta/packages/libetpan/libetpan_0.54.bb index 6a20560c07..5666ea0ded 100644 --- a/meta/packages/libetpan/libetpan_0.54.bb +++ b/meta/packages/libetpan/libetpan_0.54.bb | |||
@@ -9,7 +9,7 @@ PR = "r1" | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ |
10 | file://cxx-is-here.patch;patch=1" | 10 | file://cxx-is-here.patch;patch=1" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig gettext binconfig | 12 | inherit autotools pkgconfig gettext binconfig |
13 | 13 | ||
14 | EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" | 14 | EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" |
15 | 15 | ||
diff --git a/meta/packages/libexif/libexif_0.6.16.bb b/meta/packages/libexif/libexif_0.6.16.bb index f599271a2d..e3b5c331a8 100644 --- a/meta/packages/libexif/libexif_0.6.16.bb +++ b/meta/packages/libexif/libexif_0.6.16.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "gettext" | |||
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" |
8 | 8 | ||
9 | inherit autotools_stage | 9 | inherit autotools |
10 | 10 | ||
11 | do_configure_append() { | 11 | do_configure_append() { |
12 | sed -i s:doc\ binary:binary:g Makefile | 12 | sed -i s:doc\ binary:binary:g Makefile |
diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb index 5181cd70f4..479ef2cd37 100644 --- a/meta/packages/libfakekey/libfakekey_svn.bb +++ b/meta/packages/libfakekey/libfakekey_svn.bb | |||
@@ -9,4 +9,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/${PN}" | 10 | S = "${WORKDIR}/${PN}" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig gettext | 12 | inherit autotools pkgconfig gettext |
diff --git a/meta/packages/libffi/libffi_3.0.8.bb b/meta/packages/libffi/libffi_3.0.8.bb index 64233f4815..06106279b0 100644 --- a/meta/packages/libffi/libffi_3.0.8.bb +++ b/meta/packages/libffi/libffi_3.0.8.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SRC_URI = "ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz" | 1 | SRC_URI = "ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz" |
2 | 2 | ||
3 | inherit autotools_stage | 3 | inherit autotools |
4 | 4 | ||
5 | BBCLASSEXTEND = "native" \ No newline at end of file | 5 | BBCLASSEXTEND = "native" \ No newline at end of file |
diff --git a/meta/packages/libgcrypt/libgcrypt.inc b/meta/packages/libgcrypt/libgcrypt.inc index 52785a64d5..b950318b56 100644 --- a/meta/packages/libgcrypt/libgcrypt.inc +++ b/meta/packages/libgcrypt/libgcrypt.inc | |||
@@ -7,7 +7,7 @@ DEPENDS = "libgpg-error" | |||
7 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ |
8 | file://add-pkgconfig-support.patch;patch=1" | 8 | file://add-pkgconfig-support.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools_stage binconfig pkgconfig pkgconfig_stage | 10 | inherit autotools binconfig pkgconfig pkgconfig_stage |
11 | 11 | ||
12 | EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" | 12 | EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" |
13 | 13 | ||
diff --git a/meta/packages/libgdbus/libgdbus_git.bb b/meta/packages/libgdbus/libgdbus_git.bb index bba28dd327..f0101f9925 100644 --- a/meta/packages/libgdbus/libgdbus_git.bb +++ b/meta/packages/libgdbus/libgdbus_git.bb | |||
@@ -7,4 +7,4 @@ S = "${WORKDIR}/git" | |||
7 | 7 | ||
8 | SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git" | 8 | SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
diff --git a/meta/packages/libglade/libglade_2.6.2.bb b/meta/packages/libglade/libglade_2.6.2.bb index 2279b3b706..abb8e11504 100644 --- a/meta/packages/libglade/libglade_2.6.2.bb +++ b/meta/packages/libglade/libglade_2.6.2.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | DEPENDS = "gtk+ gtk-doc-native" | 5 | DEPENDS = "gtk+ gtk-doc-native" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig gnome | 7 | inherit autotools pkgconfig gnome |
8 | 8 | ||
9 | SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" | 9 | SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" |
10 | 10 | ||
diff --git a/meta/packages/libgpg-error/libgpg-error_1.6.bb b/meta/packages/libgpg-error/libgpg-error_1.6.bb index 9770dcd913..c34100e25d 100644 --- a/meta/packages/libgpg-error/libgpg-error_1.6.bb +++ b/meta/packages/libgpg-error/libgpg-error_1.6.bb | |||
@@ -11,4 +11,4 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | |||
11 | FILES_${PN} = "${libdir}/lib*.so.*" | 11 | FILES_${PN} = "${libdir}/lib*.so.*" |
12 | FILES_${PN}-dev += "${bindir}/*" | 12 | FILES_${PN}-dev += "${bindir}/*" |
13 | 13 | ||
14 | inherit autotools_stage binconfig pkgconfig | 14 | inherit autotools binconfig pkgconfig |
diff --git a/meta/packages/libgsf/libgsf_1.14.5.bb b/meta/packages/libgsf/libgsf_1.14.5.bb index ebb13bd9fd..10b6390722 100644 --- a/meta/packages/libgsf/libgsf_1.14.5.bb +++ b/meta/packages/libgsf/libgsf_1.14.5.bb | |||
@@ -11,7 +11,7 @@ PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev " | |||
11 | FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*" | 11 | FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*" |
12 | FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome" | 12 | FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig gnome gconf | 14 | inherit autotools pkgconfig gnome gconf |
15 | 15 | ||
16 | EXTRA_OECONF = "\ | 16 | EXTRA_OECONF = "\ |
17 | --without-python \ | 17 | --without-python \ |
diff --git a/meta/packages/libical/libical_0.44.bb b/meta/packages/libical/libical_0.44.bb index 7988ed713d..62e8e3f5b7 100644 --- a/meta/packages/libical/libical_0.44.bb +++ b/meta/packages/libical/libical_0.44.bb | |||
@@ -5,4 +5,4 @@ LICENSE = "LGPL / MPL" | |||
5 | 5 | ||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz" | 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz" |
7 | 7 | ||
8 | inherit autotools_stage | 8 | inherit autotools |
diff --git a/meta/packages/libiconv/libiconv_1.9.2.bb b/meta/packages/libiconv/libiconv_1.9.2.bb index 6daaabac7a..d427dcef83 100644 --- a/meta/packages/libiconv/libiconv_1.9.2.bb +++ b/meta/packages/libiconv/libiconv_1.9.2.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/libiconv-${PV}" | 12 | S = "${WORKDIR}/libiconv-${PV}" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF += "--enable-shared --enable-static" | 16 | EXTRA_OECONF += "--enable-shared --enable-static" |
17 | 17 | ||
diff --git a/meta/packages/libid3tag/libid3tag_0.15.1b.bb b/meta/packages/libid3tag/libid3tag_0.15.1b.bb index 3b5a87e03f..63258128d8 100644 --- a/meta/packages/libid3tag/libid3tag_0.15.1b.bb +++ b/meta/packages/libid3tag/libid3tag_0.15.1b.bb | |||
@@ -10,6 +10,6 @@ SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \ | |||
10 | 10 | ||
11 | S = "${WORKDIR}/libid3tag-${PV}" | 11 | S = "${WORKDIR}/libid3tag-${PV}" |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = "-enable-speed" | 15 | EXTRA_OECONF = "-enable-speed" |
diff --git a/meta/packages/libidl/libidl_0.8.12.bb b/meta/packages/libidl/libidl_0.8.12.bb index bb0011d6bc..9cc9ea2ed8 100644 --- a/meta/packages/libidl/libidl_0.8.12.bb +++ b/meta/packages/libidl/libidl_0.8.12.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz | |||
8 | S = "${WORKDIR}/libIDL-${PV}" | 8 | S = "${WORKDIR}/libIDL-${PV}" |
9 | 9 | ||
10 | BINCONFIG_GLOB = "*-config-2" | 10 | BINCONFIG_GLOB = "*-config-2" |
11 | inherit autotools_stage pkgconfig binconfig | 11 | inherit autotools pkgconfig binconfig |
12 | 12 | ||
13 | FILES_${PN} = "${libdir}/*.so.*" | 13 | FILES_${PN} = "${libdir}/*.so.*" |
14 | FILES_${PN}-dev += " ${bindir}" | 14 | FILES_${PN}-dev += " ${bindir}" |
diff --git a/meta/packages/libmad/libmad_0.15.1b.bb b/meta/packages/libmad/libmad_0.15.1b.bb index 6a582e6dfe..2a5d69d1d1 100644 --- a/meta/packages/libmad/libmad_0.15.1b.bb +++ b/meta/packages/libmad/libmad_0.15.1b.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \ | |||
11 | 11 | ||
12 | S = "${WORKDIR}/libmad-${PV}" | 12 | S = "${WORKDIR}/libmad-${PV}" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "-enable-speed --enable-shared" | 16 | EXTRA_OECONF = "-enable-speed --enable-shared" |
17 | # The ASO's don't take any account of thumb... | 17 | # The ASO's don't take any account of thumb... |
diff --git a/meta/packages/libmatchbox/libmatchbox.inc b/meta/packages/libmatchbox/libmatchbox.inc index da86970ca6..357f5edd14 100644 --- a/meta/packages/libmatchbox/libmatchbox.inc +++ b/meta/packages/libmatchbox/libmatchbox.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Matchbox window manager core library" | |||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification" | 4 | DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification" |
5 | 5 | ||
6 | inherit autotools_stage pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification" | 8 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification" |
9 | 9 | ||
diff --git a/meta/packages/libnl/libnl_1.1.bb b/meta/packages/libnl/libnl_1.1.bb index 05c0e32bb2..51b12c6ab4 100644 --- a/meta/packages/libnl/libnl_1.1.bb +++ b/meta/packages/libnl/libnl_1.1.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPL" | |||
4 | HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" | 4 | HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r1" |
10 | 10 | ||
diff --git a/meta/packages/libogg/libogg_1.1.bb b/meta/packages/libogg/libogg_1.1.bb index 78927726d0..7108876e9f 100644 --- a/meta/packages/libogg/libogg_1.1.bb +++ b/meta/packages/libogg/libogg_1.1.bb | |||
@@ -8,4 +8,4 @@ PR = "r4" | |||
8 | SRC_URI = "http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz \ |
9 | file://m4.patch;patch=1" | 9 | file://m4.patch;patch=1" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig | 11 | inherit autotools pkgconfig |
diff --git a/meta/packages/liboil/liboil_0.3.17.bb b/meta/packages/liboil/liboil_0.3.17.bb index b1c33a08c6..84f0f41677 100644 --- a/meta/packages/liboil/liboil_0.3.17.bb +++ b/meta/packages/liboil/liboil_0.3.17.bb | |||
@@ -7,6 +7,6 @@ PR = "r2" | |||
7 | SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ | 7 | SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ |
8 | file://no-tests.patch;patch=1" | 8 | file://no-tests.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | ARM_INSTRUCTION_SET = "arm" | 12 | ARM_INSTRUCTION_SET = "arm" |
diff --git a/meta/packages/libowl/libowl_svn.bb b/meta/packages/libowl/libowl_svn.bb index f3e8f836a4..38d15a8df1 100644 --- a/meta/packages/libowl/libowl_svn.bb +++ b/meta/packages/libowl/libowl_svn.bb | |||
@@ -10,4 +10,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/${PN}" | 11 | S = "${WORKDIR}/${PN}" |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig | 13 | inherit autotools pkgconfig |
diff --git a/meta/packages/libproxy/libproxy_0.2.3.bb b/meta/packages/libproxy/libproxy_0.2.3.bb index 34172f263d..f6a6198a90 100644 --- a/meta/packages/libproxy/libproxy_0.2.3.bb +++ b/meta/packages/libproxy/libproxy_0.2.3.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \ | |||
9 | file://asneededfix.patch;patch=1" | 9 | file://asneededfix.patch;patch=1" |
10 | S = "${WORKDIR}/libproxy-${PV}" | 10 | S = "${WORKDIR}/libproxy-${PV}" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager" | 14 | EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager" |
15 | 15 | ||
diff --git a/meta/packages/librds/librds_0.0.1.bb b/meta/packages/librds/librds_0.0.1.bb index b5e2c60d20..3c99ec1ba0 100644 --- a/meta/packages/librds/librds_0.0.1.bb +++ b/meta/packages/librds/librds_0.0.1.bb | |||
@@ -8,4 +8,4 @@ PR = "r1" | |||
8 | 8 | ||
9 | SRC_URI = "http://download.berlios.de/rdsd/librds-${PV}.tar.gz" | 9 | SRC_URI = "http://download.berlios.de/rdsd/librds-${PV}.tar.gz" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig | 11 | inherit autotools pkgconfig |
diff --git a/meta/packages/librsvg/librsvg_2.18.2.bb b/meta/packages/librsvg/librsvg_2.18.2.bb index 5e68648c12..fb68c8ba70 100644 --- a/meta/packages/librsvg/librsvg_2.18.2.bb +++ b/meta/packages/librsvg/librsvg_2.18.2.bb | |||
@@ -6,7 +6,7 @@ PR = "r3" | |||
6 | 6 | ||
7 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" | 7 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" |
8 | 8 | ||
9 | inherit autotools_stage pkgconfig gnome | 9 | inherit autotools pkgconfig gnome |
10 | 10 | ||
11 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" | 11 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" |
12 | FILES_${PN} = "${libdir}/*.so.*" | 12 | FILES_${PN} = "${libdir}/*.so.*" |
diff --git a/meta/packages/librsvg/librsvg_2.22.3.bb b/meta/packages/librsvg/librsvg_2.22.3.bb index 5e68648c12..fb68c8ba70 100644 --- a/meta/packages/librsvg/librsvg_2.22.3.bb +++ b/meta/packages/librsvg/librsvg_2.22.3.bb | |||
@@ -6,7 +6,7 @@ PR = "r3" | |||
6 | 6 | ||
7 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" | 7 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" |
8 | 8 | ||
9 | inherit autotools_stage pkgconfig gnome | 9 | inherit autotools pkgconfig gnome |
10 | 10 | ||
11 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" | 11 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" |
12 | FILES_${PN} = "${libdir}/*.so.*" | 12 | FILES_${PN} = "${libdir}/*.so.*" |
diff --git a/meta/packages/librsvg/librsvg_svn.bb b/meta/packages/librsvg/librsvg_svn.bb index 580196c2a7..a49e7faa26 100644 --- a/meta/packages/librsvg/librsvg_svn.bb +++ b/meta/packages/librsvg/librsvg_svn.bb | |||
@@ -6,7 +6,7 @@ PR = "r3" | |||
6 | 6 | ||
7 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" | 7 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" |
8 | 8 | ||
9 | inherit autotools_stage pkgconfig gnome | 9 | inherit autotools pkgconfig gnome |
10 | 10 | ||
11 | SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk" | 11 | SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk" |
12 | PV = "2.22.3+svnr${SRCREV}" | 12 | PV = "2.22.3+svnr${SRCREV}" |
diff --git a/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb index 1bc5f64f0f..633a4c284b 100644 --- a/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb +++ b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | |||
12 | file://kernel-asm-page.patch;patch=1 " | 12 | file://kernel-asm-page.patch;patch=1 " |
13 | S = "${WORKDIR}/SDL-${PV}" | 13 | S = "${WORKDIR}/SDL-${PV}" |
14 | 14 | ||
15 | inherit autotools_stage binconfig pkgconfig nativesdk | 15 | inherit autotools binconfig pkgconfig nativesdk |
16 | 16 | ||
17 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ | 17 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ |
18 | --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ | 18 | --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ |
diff --git a/meta/packages/libsoup/libsoup-2.4_2.25.91.bb b/meta/packages/libsoup/libsoup-2.4_2.25.91.bb index e4494cf458..5229e28f26 100644 --- a/meta/packages/libsoup/libsoup-2.4_2.25.91.bb +++ b/meta/packages/libsoup/libsoup-2.4_2.25.91.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3" | |||
7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.25/libsoup-${PV}.tar.bz2" | 7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.25/libsoup-${PV}.tar.bz2" |
8 | S = "${WORKDIR}/libsoup-${PV}" | 8 | S = "${WORKDIR}/libsoup-${PV}" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | do_stage() { | 12 | do_stage() { |
13 | autotools_stage_all | 13 | autotools_stage_all |
diff --git a/meta/packages/libsoup/libsoup-2.4_2.4.1.bb b/meta/packages/libsoup/libsoup-2.4_2.4.1.bb index 36c5250c40..303f667dcf 100644 --- a/meta/packages/libsoup/libsoup-2.4_2.4.1.bb +++ b/meta/packages/libsoup/libsoup-2.4_2.4.1.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gnutls libxml2" | |||
7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-${PV}.tar.bz2" | 7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-${PV}.tar.bz2" |
8 | S = "${WORKDIR}/libsoup-${PV}" | 8 | S = "${WORKDIR}/libsoup-${PV}" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | do_stage() { | 12 | do_stage() { |
13 | autotools_stage_all | 13 | autotools_stage_all |
diff --git a/meta/packages/libsoup/libsoup_2.2.100.bb b/meta/packages/libsoup/libsoup_2.2.100.bb index 7ea15ec9b5..94efb7f676 100644 --- a/meta/packages/libsoup/libsoup_2.2.100.bb +++ b/meta/packages/libsoup/libsoup_2.2.100.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gnutls libxml2" | |||
7 | 7 | ||
8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" | 8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | FILES_${PN} = "${libdir}/lib*.so.*" | 12 | FILES_${PN} = "${libdir}/lib*.so.*" |
13 | FILES_${PN}-dev = "${includedir}/ ${libdir}/" | 13 | FILES_${PN}-dev = "${includedir}/ ${libdir}/" |
diff --git a/meta/packages/libtiff/tiff_3.8.2.bb b/meta/packages/libtiff/tiff_3.8.2.bb index 589a59df95..4e3c82baa9 100644 --- a/meta/packages/libtiff/tiff_3.8.2.bb +++ b/meta/packages/libtiff/tiff_3.8.2.bb | |||
@@ -7,7 +7,7 @@ PR = "r2" | |||
7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
8 | file://libtool2.patch;patch=1" | 8 | file://libtool2.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools |
11 | 11 | ||
12 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg" | 12 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg" |
13 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" | 13 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" |
diff --git a/meta/packages/libtool/libtool_2.2.6.bb b/meta/packages/libtool/libtool_2.2.6.bb index fe2dcb4f0e..00e5cf8e29 100644 --- a/meta/packages/libtool/libtool_2.2.6.bb +++ b/meta/packages/libtool/libtool_2.2.6.bb | |||
@@ -12,7 +12,7 @@ FILES_libltdl = "${libdir}/libltdl.so.*" | |||
12 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h" | 12 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h" |
13 | FILES_libltdl-dbg = "${libdir}/.debug/" | 13 | FILES_libltdl-dbg = "${libdir}/.debug/" |
14 | 14 | ||
15 | inherit autotools_stage | 15 | inherit autotools |
16 | 16 | ||
17 | EXTRA_AUTORECONF = "--exclude=libtoolize" | 17 | EXTRA_AUTORECONF = "--exclude=libtoolize" |
18 | 18 | ||
diff --git a/meta/packages/libusb/libusb-compat_0.0.9+0.1.0-beta2.bb b/meta/packages/libusb/libusb-compat_0.0.9+0.1.0-beta2.bb index cf6d01279b..6564d6c6ad 100644 --- a/meta/packages/libusb/libusb-compat_0.0.9+0.1.0-beta2.bb +++ b/meta/packages/libusb/libusb-compat_0.0.9+0.1.0-beta2.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-0.1.0-beta2.tar.bz2 \ | |||
15 | 15 | ||
16 | S = "${WORKDIR}/libusb-compat-0.1.0-beta2" | 16 | S = "${WORKDIR}/libusb-compat-0.1.0-beta2" |
17 | 17 | ||
18 | inherit autotools_stage pkgconfig binconfig lib_package | 18 | inherit autotools pkgconfig binconfig lib_package |
19 | 19 | ||
20 | PARALLEL_MAKE = "" | 20 | PARALLEL_MAKE = "" |
21 | EXTRA_OECONF = "--disable-build-docs" | 21 | EXTRA_OECONF = "--disable-build-docs" |
diff --git a/meta/packages/libusb/libusb1_0.9.2.bb b/meta/packages/libusb/libusb1_0.9.2.bb index 96daedf24f..5f51de6e67 100644 --- a/meta/packages/libusb/libusb1_0.9.2.bb +++ b/meta/packages/libusb/libusb1_0.9.2.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "\ | |||
12 | " | 12 | " |
13 | S = "${WORKDIR}/libusb-${PV}" | 13 | S = "${WORKDIR}/libusb-${PV}" |
14 | 14 | ||
15 | inherit autotools_stage pkgconfig binconfig lib_package | 15 | inherit autotools pkgconfig binconfig lib_package |
16 | 16 | ||
17 | PARALLEL_MAKE = "" | 17 | PARALLEL_MAKE = "" |
18 | EXTRA_OECONF = "--disable-build-docs" | 18 | EXTRA_OECONF = "--disable-build-docs" |
diff --git a/meta/packages/libusb/libusb_0.1.12.bb b/meta/packages/libusb/libusb_0.1.12.bb index 8d34a625b8..a1ee238025 100644 --- a/meta/packages/libusb/libusb_0.1.12.bb +++ b/meta/packages/libusb/libusb_0.1.12.bb | |||
@@ -8,7 +8,7 @@ PR = "r5" | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ |
9 | file://configure_fix.patch;patch=1" | 9 | file://configure_fix.patch;patch=1" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig binconfig lib_package | 11 | inherit autotools pkgconfig binconfig lib_package |
12 | 12 | ||
13 | PARALLEL_MAKE = "" | 13 | PARALLEL_MAKE = "" |
14 | EXTRA_OECONF = "--disable-build-docs" | 14 | EXTRA_OECONF = "--disable-build-docs" |
diff --git a/meta/packages/libvorbis/libvorbis_1.0.1.bb b/meta/packages/libvorbis/libvorbis_1.0.1.bb index 4dfd389831..8221712695 100644 --- a/meta/packages/libvorbis/libvorbis_1.0.1.bb +++ b/meta/packages/libvorbis/libvorbis_1.0.1.bb | |||
@@ -9,7 +9,7 @@ PR = "r5" | |||
9 | SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \ | 9 | SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \ |
10 | file://m4.patch;patch=1" | 10 | file://m4.patch;patch=1" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | # vorbisfile.c reveals a problem in the gcc register spilling for the | 14 | # vorbisfile.c reveals a problem in the gcc register spilling for the |
15 | # thumb instruction set... | 15 | # thumb instruction set... |
diff --git a/meta/packages/libxklavier/libxklavier_3.9.bb b/meta/packages/libxklavier/libxklavier_3.9.bb index 54d10d6e8d..1d9b6f21a4 100644 --- a/meta/packages/libxklavier/libxklavier_3.9.bb +++ b/meta/packages/libxklavier/libxklavier_3.9.bb | |||
@@ -8,5 +8,5 @@ PR = "r2" | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/gswitchit/libxklavier-${PV}.tar.bz2 \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/gswitchit/libxklavier-${PV}.tar.bz2 \ |
9 | file://pkgconfigfix.patch;patch=1" | 9 | file://pkgconfigfix.patch;patch=1" |
10 | 10 | ||
11 | inherit autotools_stage | 11 | inherit autotools |
12 | 12 | ||
diff --git a/meta/packages/libxsettings-client/libxsettings-client_0.10.bb b/meta/packages/libxsettings-client/libxsettings-client_0.10.bb index 89376f3b1a..eba2df18ba 100644 --- a/meta/packages/libxsettings-client/libxsettings-client_0.10.bb +++ b/meta/packages/libxsettings-client/libxsettings-client_0.10.bb | |||
@@ -13,4 +13,4 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xse | |||
13 | 13 | ||
14 | S = "${WORKDIR}/Xsettings-client-0.10" | 14 | S = "${WORKDIR}/Xsettings-client-0.10" |
15 | 15 | ||
16 | inherit autotools_stage gettext | 16 | inherit autotools gettext |
diff --git a/meta/packages/libxslt/libxslt_1.1.22.bb b/meta/packages/libxslt/libxslt_1.1.22.bb index 49a1b6b018..6f368a51c1 100644 --- a/meta/packages/libxslt/libxslt_1.1.22.bb +++ b/meta/packages/libxslt/libxslt_1.1.22.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \ | |||
10 | file://doublefix.patch;patch=1" | 10 | file://doublefix.patch;patch=1" |
11 | S = "${WORKDIR}/libxslt-${PV}" | 11 | S = "${WORKDIR}/libxslt-${PV}" |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" | 15 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" |
16 | 16 | ||
diff --git a/meta/packages/loudmouth/loudmouth_1.4.0.bb b/meta/packages/loudmouth/loudmouth_1.4.0.bb index dd209333ba..f9d84f9105 100644 --- a/meta/packages/loudmouth/loudmouth_1.4.0.bb +++ b/meta/packages/loudmouth/loudmouth_1.4.0.bb | |||
@@ -6,4 +6,4 @@ PR = "r2" | |||
6 | 6 | ||
7 | SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2" |
8 | 8 | ||
9 | inherit autotools_stage pkgconfig | 9 | inherit autotools pkgconfig |
diff --git a/meta/packages/lzo/lzo_2.02.bb b/meta/packages/lzo/lzo_2.02.bb index ac9e030d29..554ce6346e 100644 --- a/meta/packages/lzo/lzo_2.02.bb +++ b/meta/packages/lzo/lzo_2.02.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ | |||
9 | file://autofoo.patch;patch=1 \ | 9 | file://autofoo.patch;patch=1 \ |
10 | file://acinclude.m4" | 10 | file://acinclude.m4" |
11 | 11 | ||
12 | inherit autotools_stage | 12 | inherit autotools |
13 | 13 | ||
14 | EXTRA_OECONF = "--enable-shared" | 14 | EXTRA_OECONF = "--enable-shared" |
15 | 15 | ||
diff --git a/meta/packages/m4/m4_1.4.13.bb b/meta/packages/m4/m4_1.4.13.bb index 8bf64cf7d4..c22735e6f3 100644 --- a/meta/packages/m4/m4_1.4.13.bb +++ b/meta/packages/m4/m4_1.4.13.bb | |||
@@ -6,7 +6,7 @@ PR = "r2" | |||
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | inherit autotools_stage | 9 | inherit autotools |
10 | 10 | ||
11 | EXTRA_OEMAKE += "'infodir=${infodir}'" | 11 | EXTRA_OEMAKE += "'infodir=${infodir}'" |
12 | 12 | ||
diff --git a/meta/packages/maemo/xpext_1.0-5.bb b/meta/packages/maemo/xpext_1.0-5.bb index dff9a57670..5be3d1c041 100644 --- a/meta/packages/maemo/xpext_1.0-5.bb +++ b/meta/packages/maemo/xpext_1.0-5.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/xpext-1.0" | |||
13 | RDEPENDS_${PN}-dev = "" | 13 | RDEPENDS_${PN}-dev = "" |
14 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | 14 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" |
15 | 15 | ||
16 | inherit autotools_stage pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | do_configure_prepend () { | 18 | do_configure_prepend () { |
19 | cd ${S} | 19 | cd ${S} |
diff --git a/meta/packages/maemo/xsp_1.0.0-8.bb b/meta/packages/maemo/xsp_1.0.0-8.bb index 1e10edda14..c722213c86 100644 --- a/meta/packages/maemo/xsp_1.0.0-8.bb +++ b/meta/packages/maemo/xsp_1.0.0-8.bb | |||
@@ -9,4 +9,4 @@ PR = "r1" | |||
9 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz" | 9 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz" |
10 | S = "${WORKDIR}/Xsp" | 10 | S = "${WORKDIR}/Xsp" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig | 12 | inherit autotools pkgconfig |
diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb index 0d3b749e1d..b35f79875e 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -24,4 +24,4 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \ | |||
24 | ${datadir}/matchbox-panel/startup/*.png " | 24 | ${datadir}/matchbox-panel/startup/*.png " |
25 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | 25 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |
26 | 26 | ||
27 | inherit autotools_stage pkgconfig | 27 | inherit autotools pkgconfig |
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb index 4491c937cf..f67e06083e 100644 --- a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-mana | |||
11 | 11 | ||
12 | S = "${WORKDIR}/matchbox-window-manager-2" | 12 | S = "${WORKDIR}/matchbox-window-manager-2" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig update-alternatives | 14 | inherit autotools pkgconfig update-alternatives |
15 | 15 | ||
16 | # Change this to x-session-manager->matchbox-session and put in | 16 | # Change this to x-session-manager->matchbox-session and put in |
17 | # matchbox-session, then change this to x-window-manager to | 17 | # matchbox-session, then change this to x-window-manager to |
diff --git a/meta/packages/mesa/mesa-common.inc b/meta/packages/mesa/mesa-common.inc index 28fde0d1ee..26ea671ed5 100644 --- a/meta/packages/mesa/mesa-common.inc +++ b/meta/packages/mesa/mesa-common.inc | |||
@@ -10,7 +10,7 @@ S = "${WORKDIR}/Mesa-${PV}" | |||
10 | 10 | ||
11 | PROVIDES = "virtual/libgl" | 11 | PROVIDES = "virtual/libgl" |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-glu \ | 15 | EXTRA_OECONF = "--disable-glu \ |
16 | --disable-glw \ | 16 | --disable-glw \ |
diff --git a/meta/packages/mozilla-headless/mozilla-headless-services_git.bb b/meta/packages/mozilla-headless/mozilla-headless-services_git.bb index 1ba0167edc..14d64fa8c3 100644 --- a/meta/packages/mozilla-headless/mozilla-headless-services_git.bb +++ b/meta/packages/mozilla-headless/mozilla-headless-services_git.bb | |||
@@ -11,4 +11,4 @@ S = "${WORKDIR}/git" | |||
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/dbus-1/services" | 12 | FILES_${PN} += "${datadir}/dbus-1/services" |
13 | 13 | ||
14 | inherit autotools_stage | 14 | inherit autotools |
diff --git a/meta/packages/mozilla-headless/mozilla-headless_hg.bb b/meta/packages/mozilla-headless/mozilla-headless_hg.bb index e3280e63ba..669c526163 100644 --- a/meta/packages/mozilla-headless/mozilla-headless_hg.bb +++ b/meta/packages/mozilla-headless/mozilla-headless_hg.bb | |||
@@ -37,7 +37,7 @@ TARGET_LDFLAGS = "-Wl,-rpath,${libdir}/xulrunner-${XULVERSION}" | |||
37 | 37 | ||
38 | export target_alias=${TARGET_PREFIX} | 38 | export target_alias=${TARGET_PREFIX} |
39 | 39 | ||
40 | inherit autotools_stage mozilla | 40 | inherit autotools mozilla |
41 | 41 | ||
42 | acpaths = "-I ${S}/build/autoconf " | 42 | acpaths = "-I ${S}/build/autoconf " |
43 | 43 | ||
diff --git a/meta/packages/mpeg2dec/mpeg2dec_0.4.0b.bb b/meta/packages/mpeg2dec/mpeg2dec_0.4.0b.bb index 3bda0ac45f..a97b92926e 100644 --- a/meta/packages/mpeg2dec/mpeg2dec_0.4.0b.bb +++ b/meta/packages/mpeg2dec/mpeg2dec_0.4.0b.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "virtual/libx11" | |||
10 | SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz" | 10 | SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz" |
11 | S = "${WORKDIR}/mpeg2dec-0.4.0" | 11 | S = "${WORKDIR}/mpeg2dec-0.4.0" |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = "--enable-shared --disable-sdl --with-x" | 15 | EXTRA_OECONF = "--enable-shared --disable-sdl --with-x" |
16 | 16 | ||
diff --git a/meta/packages/mpfr/mpfr.inc b/meta/packages/mpfr/mpfr.inc index 938fd1c730..cf898b62b6 100644 --- a/meta/packages/mpfr/mpfr.inc +++ b/meta/packages/mpfr/mpfr.inc | |||
@@ -3,4 +3,4 @@ HOMEPAGE = "http://www.mpfr.org/" | |||
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | inherit autotools_stage | 6 | inherit autotools |
diff --git a/meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb b/meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb index 66f85f7b38..372dfe4ac7 100644 --- a/meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb +++ b/meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-2.1.3.tar.g | |||
8 | file://gcc43_fix.patch;patch=1 \ | 8 | file://gcc43_fix.patch;patch=1 \ |
9 | file://autofoo.patch;patch=1" | 9 | file://autofoo.patch;patch=1" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
diff --git a/meta/packages/neon/neon_0.28.1.bb b/meta/packages/neon/neon_0.28.1.bb index 997c73b46a..3b2472a786 100644 --- a/meta/packages/neon/neon_0.28.1.bb +++ b/meta/packages/neon/neon_0.28.1.bb | |||
@@ -6,6 +6,6 @@ DEPENDS = "zlib libxml2 expat time gnutls" | |||
6 | SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ | 6 | SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ |
7 | file://pkgconfig.patch;patch=1" | 7 | file://pkgconfig.patch;patch=1" |
8 | 8 | ||
9 | inherit autotools_stage binconfig lib_package pkgconfig | 9 | inherit autotools binconfig lib_package pkgconfig |
10 | 10 | ||
11 | EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" | 11 | EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" |
diff --git a/meta/packages/networkmanager/networkmanager_svn.bb b/meta/packages/networkmanager/networkmanager_svn.bb index efa0bef556..7a41676613 100644 --- a/meta/packages/networkmanager/networkmanager_svn.bb +++ b/meta/packages/networkmanager/networkmanager_svn.bb | |||
@@ -24,7 +24,7 @@ EXTRA_OECONF = " \ | |||
24 | 24 | ||
25 | S = "${WORKDIR}/trunk" | 25 | S = "${WORKDIR}/trunk" |
26 | 26 | ||
27 | inherit autotools_stage pkgconfig update-rc.d | 27 | inherit autotools pkgconfig update-rc.d |
28 | 28 | ||
29 | INITSCRIPT_NAME = "NetworkManager" | 29 | INITSCRIPT_NAME = "NetworkManager" |
30 | INITSCRIPT_PARAMS = "defaults 22" | 30 | INITSCRIPT_PARAMS = "defaults 22" |
diff --git a/meta/packages/ofono/ofono.inc b/meta/packages/ofono/ofono.inc index d1c2628a1e..8948e57ae7 100644 --- a/meta/packages/ofono/ofono.inc +++ b/meta/packages/ofono/ofono.inc | |||
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.ofono.org" | |||
2 | SUMMARY = "open source telephony" | 2 | SUMMARY = "open source telephony" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | 4 | ||
5 | inherit autotools_stage pkgconfig update-rc.d | 5 | inherit autotools pkgconfig update-rc.d |
6 | 6 | ||
7 | DEPENDS = "dbus glib-2.0" | 7 | DEPENDS = "dbus glib-2.0" |
8 | 8 | ||
diff --git a/meta/packages/openobex/openobex_1.5.bb b/meta/packages/openobex/openobex_1.5.bb index 8fc7e6dc7d..dc07ae1353 100644 --- a/meta/packages/openobex/openobex_1.5.bb +++ b/meta/packages/openobex/openobex_1.5.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/bluetooth/openobex-${PV}.tar.gz \ | |||
11 | file://disable-cable-test.patch;patch=1 \ | 11 | file://disable-cable-test.patch;patch=1 \ |
12 | file://libusb_crosscompile_check.patch;patch=1" | 12 | file://libusb_crosscompile_check.patch;patch=1" |
13 | 13 | ||
14 | inherit autotools_stage binconfig pkgconfig | 14 | inherit autotools binconfig pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ | 16 | EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ |
17 | --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." | 17 | --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." |
diff --git a/meta/packages/opkg-utils/opkg-utils_svn.bb b/meta/packages/opkg-utils/opkg-utils_svn.bb index b06ea6a68e..59f911bc7d 100644 --- a/meta/packages/opkg-utils/opkg-utils_svn.bb +++ b/meta/packages/opkg-utils/opkg-utils_svn.bb | |||
@@ -9,7 +9,7 @@ PR = "r6" | |||
9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ | 9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ |
10 | file://index-ignore-filenotfound.patch;patch=1" | 10 | file://index-ignore-filenotfound.patch;patch=1" |
11 | 11 | ||
12 | inherit autotools_stage | 12 | inherit autotools |
13 | 13 | ||
14 | S = "${WORKDIR}/opkg-utils" | 14 | S = "${WORKDIR}/opkg-utils" |
15 | 15 | ||
diff --git a/meta/packages/opkg/opkg.inc b/meta/packages/opkg/opkg.inc index a1def9a5ab..84ce74c936 100644 --- a/meta/packages/opkg/opkg.inc +++ b/meta/packages/opkg/opkg.inc | |||
@@ -24,7 +24,7 @@ do_configure_prepend() { | |||
24 | sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am | 24 | sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am |
25 | } | 25 | } |
26 | 26 | ||
27 | inherit autotools_stage pkgconfig | 27 | inherit autotools pkgconfig |
28 | 28 | ||
29 | target_libdir := "${libdir}" | 29 | target_libdir := "${libdir}" |
30 | EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_libdir} --disable-gpg --disable-curl --disable-openssl" | 30 | EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_libdir} --disable-gpg --disable-curl --disable-openssl" |
diff --git a/meta/packages/owl-video-widget/libowl-av_svn.bb b/meta/packages/owl-video-widget/libowl-av_svn.bb index fe3cb68e7b..f0d2f1fa99 100644 --- a/meta/packages/owl-video-widget/libowl-av_svn.bb +++ b/meta/packages/owl-video-widget/libowl-av_svn.bb | |||
@@ -12,4 +12,4 @@ S = "${WORKDIR}/${PN}" | |||
12 | 12 | ||
13 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 13 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" |
14 | 14 | ||
15 | inherit autotools_stage pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta/packages/parted/parted_1.9.0.bb b/meta/packages/parted/parted_1.9.0.bb index cd9c09f593..f2a265187f 100644 --- a/meta/packages/parted/parted_1.9.0.bb +++ b/meta/packages/parted/parted_1.9.0.bb | |||
@@ -11,6 +11,6 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ | |||
11 | 11 | ||
12 | EXTRA_OECONF = "--disable-Werror --disable-device-mapper" | 12 | EXTRA_OECONF = "--disable-Werror --disable-device-mapper" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig gettext | 14 | inherit autotools pkgconfig gettext |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc index 679e70a8fd..1e960f241a 100644 --- a/meta/packages/pimlico/contacts.inc +++ b/meta/packages/pimlico/contacts.inc | |||
@@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 gtk+ eds-dbus" | |||
5 | DEPENDS_append_poky = " libowl" | 5 | DEPENDS_append_poky = " libowl" |
6 | RDEPENDS = "libedata-book" | 6 | RDEPENDS = "libedata-book" |
7 | 7 | ||
8 | inherit autotools_stage pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | OWL = "--disable-owl" | 10 | OWL = "--disable-owl" |
11 | OWL_poky = "--enable-owl" | 11 | OWL_poky = "--enable-owl" |
diff --git a/meta/packages/pimlico/dates.inc b/meta/packages/pimlico/dates.inc index a6590da679..b2ab0efb5c 100644 --- a/meta/packages/pimlico/dates.inc +++ b/meta/packages/pimlico/dates.inc | |||
@@ -4,7 +4,7 @@ SECTION = "x11" | |||
4 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | 4 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" |
5 | RDEPENDS = "libedata-cal" | 5 | RDEPENDS = "libedata-cal" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig gtk-icon-cache | 7 | inherit autotools pkgconfig gtk-icon-cache |
8 | 8 | ||
9 | # Poky/Sato specific enhancements | 9 | # Poky/Sato specific enhancements |
10 | OWL = "--disable-owl" | 10 | OWL = "--disable-owl" |
diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc index 0ff45240aa..c6e4a25f52 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc | |||
@@ -4,7 +4,7 @@ SECTION = "x11" | |||
4 | DEPENDS = "glib-2.0 gtk+ eds-dbus" | 4 | DEPENDS = "glib-2.0 gtk+ eds-dbus" |
5 | DEPENDS_append_poky = " libowl" | 5 | DEPENDS_append_poky = " libowl" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig gtk-icon-cache | 7 | inherit autotools pkgconfig gtk-icon-cache |
8 | 8 | ||
9 | OWL ?= "--disable-owl" | 9 | OWL ?= "--disable-owl" |
10 | OWL_poky ?= "--enable-owl" | 10 | OWL_poky ?= "--enable-owl" |
diff --git a/meta/packages/polkit/polkit-gnome_0.96.bb b/meta/packages/polkit/polkit-gnome_0.96.bb index b10847aa51..e103e631c8 100644 --- a/meta/packages/polkit/polkit-gnome_0.96.bb +++ b/meta/packages/polkit/polkit-gnome_0.96.bb | |||
@@ -10,7 +10,7 @@ EXTRA_OECONF = " --disable-scrollkeeper \ | |||
10 | --disable-gtk-doc \ | 10 | --disable-gtk-doc \ |
11 | --disable-introspection " | 11 | --disable-introspection " |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | FILES_${PN} += " ${datadir}/dbus-1 \ | 15 | FILES_${PN} += " ${datadir}/dbus-1 \ |
16 | ${datadir}/PolicyKit \ | 16 | ${datadir}/PolicyKit \ |
diff --git a/meta/packages/poppler/poppler.inc b/meta/packages/poppler/poppler.inc index a3bce0c32e..645e734e8b 100644 --- a/meta/packages/poppler/poppler.inc +++ b/meta/packages/poppler/poppler.inc | |||
@@ -5,7 +5,7 @@ PR = "r1" | |||
5 | 5 | ||
6 | SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz" | 6 | SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz" |
7 | 7 | ||
8 | inherit autotools_stage pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | EXTRA_OECONF = " --enable-xpdf-headers \ | 10 | EXTRA_OECONF = " --enable-xpdf-headers \ |
11 | --disable-gtk-test \ | 11 | --disable-gtk-test \ |
diff --git a/meta/packages/popt/popt_1.14.bb b/meta/packages/popt/popt_1.14.bb index ba863b58ff..e7e7062d59 100644 --- a/meta/packages/popt/popt_1.14.bb +++ b/meta/packages/popt/popt_1.14.bb | |||
@@ -5,6 +5,6 @@ DEPENDS = "gettext" | |||
5 | 5 | ||
6 | SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz" | 6 | SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz" |
7 | 7 | ||
8 | inherit autotools_stage | 8 | inherit autotools |
9 | 9 | ||
10 | BBCLASSEXTEND = "native" \ No newline at end of file | 10 | BBCLASSEXTEND = "native" \ No newline at end of file |
diff --git a/meta/packages/pth/pth_2.0.7.bb b/meta/packages/pth/pth_2.0.7.bb index 1871b2bb38..e3bffa7ff0 100644 --- a/meta/packages/pth/pth_2.0.7.bb +++ b/meta/packages/pth/pth_2.0.7.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" | |||
8 | 8 | ||
9 | PARALLEL_MAKE="" | 9 | PARALLEL_MAKE="" |
10 | 10 | ||
11 | inherit autotools_stage binconfig | 11 | inherit autotools binconfig |
12 | 12 | ||
13 | do_configure() { | 13 | do_configure() { |
14 | gnu-configize | 14 | gnu-configize |
diff --git a/meta/packages/python/python-gst_0.10.8.bb b/meta/packages/python/python-gst_0.10.8.bb index 31d3bc94e4..59fae113d3 100644 --- a/meta/packages/python/python-gst_0.10.8.bb +++ b/meta/packages/python/python-gst_0.10.8.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar. | |||
8 | file://python-path.patch;patch=1" | 8 | file://python-path.patch;patch=1" |
9 | S = "${WORKDIR}/gst-python-${PV}" | 9 | S = "${WORKDIR}/gst-python-${PV}" |
10 | 10 | ||
11 | inherit autotools_stage distutils-base pkgconfig | 11 | inherit autotools distutils-base pkgconfig |
12 | 12 | ||
13 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | 13 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" |
14 | 14 | ||
diff --git a/meta/packages/readline/readline_5.2.bb b/meta/packages/readline/readline_5.2.bb index 55ffb79fe6..10ce18fe9a 100644 --- a/meta/packages/readline/readline_5.2.bb +++ b/meta/packages/readline/readline_5.2.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/readline/readline-${PV}.tar.gz \ | |||
16 | 16 | ||
17 | S = "${WORKDIR}/readline-${PV}" | 17 | S = "${WORKDIR}/readline-${PV}" |
18 | 18 | ||
19 | inherit autotools_stage | 19 | inherit autotools |
20 | 20 | ||
21 | do_configure () { | 21 | do_configure () { |
22 | install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ | 22 | install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ |
diff --git a/meta/packages/speex/speex_1.1.12+1.2beta3.bb b/meta/packages/speex/speex_1.1.12+1.2beta3.bb index f5e83f5bc8..d3681a939a 100644 --- a/meta/packages/speex/speex_1.1.12+1.2beta3.bb +++ b/meta/packages/speex/speex_1.1.12+1.2beta3.bb | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/${PN}-1.2beta3" | |||
11 | 11 | ||
12 | PARALLEL_MAKE = "" | 12 | PARALLEL_MAKE = "" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ | 16 | EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ |
17 | --disable-float-api --disable-vbr \ | 17 | --disable-float-api --disable-vbr \ |
diff --git a/meta/packages/sqlite/sqlite3.inc b/meta/packages/sqlite/sqlite3.inc index cad3bd9fc0..fc102c4b69 100644 --- a/meta/packages/sqlite/sqlite3.inc +++ b/meta/packages/sqlite/sqlite3.inc | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ | |||
9 | 9 | ||
10 | S = "${WORKDIR}/sqlite-${PV}" | 10 | S = "${WORKDIR}/sqlite-${PV}" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig pkgconfig_stage | 12 | inherit autotools pkgconfig pkgconfig_stage |
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-tcl --enable-shared \ | 14 | EXTRA_OECONF = "--disable-tcl --enable-shared \ |
15 | --enable-threadsafe" | 15 | --enable-threadsafe" |
diff --git a/meta/packages/startup-notification/startup-notification_0.9.bb b/meta/packages/startup-notification/startup-notification_0.9.bb index 4dedd10e44..42710c417f 100644 --- a/meta/packages/startup-notification/startup-notification_0.9.bb +++ b/meta/packages/startup-notification/startup-notification_0.9.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | DEPENDS = "virtual/libx11 libsm" | 5 | DEPENDS = "virtual/libx11 libsm" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" | 9 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" |
10 | 10 | ||
diff --git a/meta/packages/subversion/subversion_1.5.5.bb b/meta/packages/subversion/subversion_1.5.5.bb index df1ec50fad..8adac8a6fa 100644 --- a/meta/packages/subversion/subversion_1.5.5.bb +++ b/meta/packages/subversion/subversion_1.5.5.bb | |||
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \ | |||
17 | --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ | 17 | --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ |
18 | --with-apr-util=${STAGING_BINDIR_CROSS}" | 18 | --with-apr-util=${STAGING_BINDIR_CROSS}" |
19 | 19 | ||
20 | inherit autotools_stage | 20 | inherit autotools |
21 | 21 | ||
22 | export LDFLAGS += " -L${STAGING_LIBDIR} " | 22 | export LDFLAGS += " -L${STAGING_LIBDIR} " |
23 | 23 | ||
diff --git a/meta/packages/sysfsutils/sysfsutils_2.0.0.bb b/meta/packages/sysfsutils/sysfsutils_2.0.0.bb index 04bb337629..f1f6fe561c 100644 --- a/meta/packages/sysfsutils/sysfsutils_2.0.0.bb +++ b/meta/packages/sysfsutils/sysfsutils_2.0.0.bb | |||
@@ -6,7 +6,7 @@ PR = "r3" | |||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-diag/sysfsutils-${PV}.tar.gz" | 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-diag/sysfsutils-${PV}.tar.gz" |
7 | S = "${WORKDIR}/sysfsutils-${PV}" | 7 | S = "${WORKDIR}/sysfsutils-${PV}" |
8 | 8 | ||
9 | inherit autotools_stage | 9 | inherit autotools |
10 | 10 | ||
11 | PACKAGES_prepend = "libsysfs libsysfs-dbg libsysfs-dev " | 11 | PACKAGES_prepend = "libsysfs libsysfs-dbg libsysfs-dev " |
12 | FILES_libsysfs = "${libdir}/*.so.*" | 12 | FILES_libsysfs = "${libdir}/*.so.*" |
diff --git a/meta/packages/telepathy/libtelepathy_0.3.3.bb b/meta/packages/telepathy/libtelepathy_0.3.3.bb index 69e34a9f42..c1e0c76bdf 100644 --- a/meta/packages/telepathy/libtelepathy_0.3.3.bb +++ b/meta/packages/telepathy/libtelepathy_0.3.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-$ | |||
8 | file://prefer_python_2.5.patch;patch=1 \ | 8 | file://prefer_python_2.5.patch;patch=1 \ |
9 | file://doublefix.patch;patch=1" | 9 | file://doublefix.patch;patch=1" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | FILES_${PN} += "${datadir}/telepathy \ | 13 | FILES_${PN} += "${datadir}/telepathy \ |
14 | ${datadir}/dbus-1" | 14 | ${datadir}/dbus-1" |
diff --git a/meta/packages/telepathy/telepathy-farsight_0.0.7.bb b/meta/packages/telepathy/telepathy-farsight_0.0.7.bb index ee1966b9d3..dfb7e39b0a 100644 --- a/meta/packages/telepathy/telepathy-farsight_0.0.7.bb +++ b/meta/packages/telepathy/telepathy-farsight_0.0.7.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2" | |||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${P}.tar.gz \ | 6 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${P}.tar.gz \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit autotools_stage | 9 | inherit autotools |
10 | 10 | ||
11 | EXTRA_OECONF = "--disable-python" | 11 | EXTRA_OECONF = "--disable-python" |
12 | 12 | ||
diff --git a/meta/packages/telepathy/telepathy-glib_0.9.2.bb b/meta/packages/telepathy/telepathy-glib_0.9.2.bb index 333efd426f..5c773bdb2d 100644 --- a/meta/packages/telepathy/telepathy-glib_0.9.2.bb +++ b/meta/packages/telepathy/telepathy-glib_0.9.2.bb | |||
@@ -6,7 +6,7 @@ PR = "r1" | |||
6 | 6 | ||
7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" | 7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" |
8 | 8 | ||
9 | inherit autotools_stage pkgconfig | 9 | inherit autotools pkgconfig |
10 | 10 | ||
11 | FILES_${PN} += "${datadir}/telepathy \ | 11 | FILES_${PN} += "${datadir}/telepathy \ |
12 | ${datadir}/dbus-1" | 12 | ${datadir}/dbus-1" |
diff --git a/meta/packages/telepathy/telepathy-mission-control_4.67.bb b/meta/packages/telepathy/telepathy-mission-control_4.67.bb index 0350fdfb7f..3af177970e 100644 --- a/meta/packages/telepathy/telepathy-mission-control_4.67.bb +++ b/meta/packages/telepathy/telepathy-mission-control_4.67.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/mission-control/telepathy-mission-control-${PV} | |||
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | PACKAGES =+ " \ | 14 | PACKAGES =+ " \ |
15 | libmissioncontrol \ | 15 | libmissioncontrol \ |
diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb index fd5ab7c58c..36b9c81bd3 100644 --- a/meta/packages/tremor/tremor_20041119.bb +++ b/meta/packages/tremor/tremor_20041119.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/Tremor" | 11 | S = "${WORKDIR}/Tremor" |
12 | 12 | ||
13 | inherit autotools_stage | 13 | inherit autotools |
14 | 14 | ||
15 | EXTRA_OECONF=" --enable-shared --disable-rpath " | 15 | EXTRA_OECONF=" --enable-shared --disable-rpath " |
16 | 16 | ||
diff --git a/meta/packages/tslib/tslib_1.0.bb b/meta/packages/tslib/tslib_1.0.bb index c2e732996a..881978df9c 100644 --- a/meta/packages/tslib/tslib_1.0.bb +++ b/meta/packages/tslib/tslib_1.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ | |||
15 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" | 15 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" |
16 | SRC_URI_append_mnci += " file://event1.patch;patch=1" | 16 | SRC_URI_append_mnci += " file://event1.patch;patch=1" |
17 | 17 | ||
18 | inherit autotools_stage pkgconfig | 18 | inherit autotools pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00" | 20 | EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00" |
21 | 21 | ||
diff --git a/meta/packages/util-linux/util-linux.inc b/meta/packages/util-linux/util-linux.inc index 037635d8eb..4e61a8cc27 100644 --- a/meta/packages/util-linux/util-linux.inc +++ b/meta/packages/util-linux/util-linux.inc | |||
@@ -3,7 +3,7 @@ SECTION = "base" | |||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "udev zlib ncurses virtual/libintl gettext" | 4 | DEPENDS = "udev zlib ncurses virtual/libintl gettext" |
5 | 5 | ||
6 | inherit autotools_stage | 6 | inherit autotools |
7 | 7 | ||
8 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v2.15/util-linux-ng-${PV}.tar.bz2 \ | 8 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v2.15/util-linux-ng-${PV}.tar.bz2 \ |
9 | file://MCONFIG \ | 9 | file://MCONFIG \ |
diff --git a/meta/packages/valgrind/valgrind_3.5.0.bb b/meta/packages/valgrind/valgrind_3.5.0.bb index fece8ea0e8..0a9bef8b06 100644 --- a/meta/packages/valgrind/valgrind_3.5.0.bb +++ b/meta/packages/valgrind/valgrind_3.5.0.bb | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/valgrind-${PV}" | |||
11 | 11 | ||
12 | COMPATIBLE_HOST = 'i.86.*-linux' | 12 | COMPATIBLE_HOST = 'i.86.*-linux' |
13 | 13 | ||
14 | inherit autotools_stage | 14 | inherit autotools |
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-tls" | 16 | EXTRA_OECONF = "--enable-tls" |
17 | 17 | ||
diff --git a/meta/packages/wbxml/wbxml2_0.9.2.bb b/meta/packages/wbxml/wbxml2_0.9.2.bb index 14c3f6acc3..b8ba8c747f 100644 --- a/meta/packages/wbxml/wbxml2_0.9.2.bb +++ b/meta/packages/wbxml/wbxml2_0.9.2.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "libxml2 sed-native expat" | |||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \ | 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \ |
7 | file://no-doc-install.patch;patch=1" | 7 | file://no-doc-install.patch;patch=1" |
8 | 8 | ||
9 | inherit autotools_stage pkgconfig | 9 | inherit autotools pkgconfig |
10 | 10 | ||
11 | do_configure_append() { | 11 | do_configure_append() { |
12 | sed -i s:-I/usr/include::g Makefile | 12 | sed -i s:-I/usr/include::g Makefile |
diff --git a/meta/packages/webkit/webkit-gtk_svn.bb b/meta/packages/webkit/webkit-gtk_svn.bb index a5765e84b1..f999280128 100644 --- a/meta/packages/webkit/webkit-gtk_svn.bb +++ b/meta/packages/webkit/webkit-gtk_svn.bb | |||
@@ -23,7 +23,7 @@ SRC_URI = "\ | |||
23 | 23 | ||
24 | S = "${WORKDIR}/" | 24 | S = "${WORKDIR}/" |
25 | 25 | ||
26 | inherit autotools_stage pkgconfig | 26 | inherit autotools pkgconfig |
27 | 27 | ||
28 | EXTRA_OECONF = "\ | 28 | EXTRA_OECONF = "\ |
29 | --enable-debug=no \ | 29 | --enable-debug=no \ |
diff --git a/meta/packages/wv/wv_1.2.0.bb b/meta/packages/wv/wv_1.2.0.bb index 6fdb0fe8c6..c4c115b90e 100644 --- a/meta/packages/wv/wv_1.2.0.bb +++ b/meta/packages/wv/wv_1.2.0.bb | |||
@@ -7,7 +7,7 @@ PR = "r3" | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ |
8 | file://pkgconfig.patch;patch=1" | 8 | file://pkgconfig.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | S = "${WORKDIR}/${PN}-${PV}" | 12 | S = "${WORKDIR}/${PN}-${PV}" |
13 | 13 | ||
diff --git a/meta/packages/xcb/libpthread-stubs_0.1.bb b/meta/packages/xcb/libpthread-stubs_0.1.bb index d2a4690937..9dd0aaff43 100644 --- a/meta/packages/xcb/libpthread-stubs_0.1.bb +++ b/meta/packages/xcb/libpthread-stubs_0.1.bb | |||
@@ -11,7 +11,7 @@ PARALLEL_MAKE = "" | |||
11 | 11 | ||
12 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" | 12 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | RDEPENDS_${PN}-dev = "" | 16 | RDEPENDS_${PN}-dev = "" |
17 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | 17 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" |
diff --git a/meta/packages/xorg-app/xorg-app-common.inc b/meta/packages/xorg-app/xorg-app-common.inc index 68653654e7..5c84596dbf 100644 --- a/meta/packages/xorg-app/xorg-app-common.inc +++ b/meta/packages/xorg-app/xorg-app-common.inc | |||
@@ -10,6 +10,6 @@ SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 11 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
12 | 12 | ||
13 | inherit autotools_stage pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | FILES_${PN} += " /usr/lib/X11/${XORG_PN}" | 15 | FILES_${PN} += " /usr/lib/X11/${XORG_PN}" |
diff --git a/meta/packages/xorg-driver/xf86-driver-common.inc b/meta/packages/xorg-driver/xf86-driver-common.inc index ce7bd06811..9d83ce9ae3 100644 --- a/meta/packages/xorg-driver/xf86-driver-common.inc +++ b/meta/packages/xorg-driver/xf86-driver-common.inc | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" | |||
16 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" | 16 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" |
17 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" | 17 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" |
18 | 18 | ||
19 | inherit autotools_stage pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | # AC_CHECK_FILE doesn't work when cross compiling, so we create a replacement | 21 | # AC_CHECK_FILE doesn't work when cross compiling, so we create a replacement |
22 | # macro that simply assumes the test succeeds. | 22 | # macro that simply assumes the test succeeds. |
diff --git a/meta/packages/xorg-lib/xkeyboard-config_1.6.bb b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb index a2f58be9ea..9a7494d48a 100644 --- a/meta/packages/xorg-lib/xkeyboard-config_1.6.bb +++ b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb | |||
@@ -11,7 +11,7 @@ EXTRA_OECONF = "--with-xkb-rules-symlink=xorg" | |||
11 | RDEPENDS_${PN} += "xkbcomp" | 11 | RDEPENDS_${PN} += "xkbcomp" |
12 | FILES_${PN} += "${datadir}/X11/xkb" | 12 | FILES_${PN} += "${datadir}/X11/xkb" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | do_install_append () { | 16 | do_install_append () { |
17 | install -d ${D}/usr/share/X11/xkb/compiled | 17 | install -d ${D}/usr/share/X11/xkb/compiled |
diff --git a/meta/packages/xorg-lib/xorg-lib-common.inc b/meta/packages/xorg-lib/xorg-lib-common.inc index a68fd1a2b7..c61d9efb4c 100644 --- a/meta/packages/xorg-lib/xorg-lib-common.inc +++ b/meta/packages/xorg-lib/xorg-lib-common.inc | |||
@@ -9,6 +9,6 @@ SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 10 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
11 | 11 | ||
12 | inherit autotools_stage pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | EXTRA_OECONF = "--enable-malloc0returnsnull" | 14 | EXTRA_OECONF = "--enable-malloc0returnsnull" |
diff --git a/meta/packages/xorg-proto/xorg-proto-common.inc b/meta/packages/xorg-proto/xorg-proto-common.inc index d3c2536831..dd41e6e6f4 100644 --- a/meta/packages/xorg-proto/xorg-proto-common.inc +++ b/meta/packages/xorg-proto/xorg-proto-common.inc | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" | |||
11 | 11 | ||
12 | DEPENDS = "util-macros" | 12 | DEPENDS = "util-macros" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 16 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
17 | RDEPENDS_${PN}-dev = "" | 17 | RDEPENDS_${PN}-dev = "" |
diff --git a/meta/packages/xorg-util/xorg-util-common.inc b/meta/packages/xorg-util/xorg-util-common.inc index 9b5e653700..86603e40b1 100644 --- a/meta/packages/xorg-util/xorg-util-common.inc +++ b/meta/packages/xorg-util/xorg-util-common.inc | |||
@@ -8,4 +8,4 @@ SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz" | |||
8 | 8 | ||
9 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 9 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
10 | 10 | ||
11 | inherit autotools_stage pkgconfig | 11 | inherit autotools pkgconfig |
diff --git a/meta/packages/xorg-xserver/xserver-xf86-common.inc b/meta/packages/xorg-xserver/xserver-xf86-common.inc index 8064316da0..9fc5bdc4cb 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-common.inc +++ b/meta/packages/xorg-xserver/xserver-xf86-common.inc | |||
@@ -15,7 +15,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2" | |||
15 | 15 | ||
16 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 16 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
17 | 17 | ||
18 | inherit autotools_stage pkgconfig | 18 | inherit autotools pkgconfig |
19 | 19 | ||
20 | PACKAGES =+ "${PN}-utils" | 20 | PACKAGES =+ "${PN}-utils" |
21 | 21 | ||
diff --git a/meta/packages/zlib/zlib_1.2.3.bb b/meta/packages/zlib/zlib_1.2.3.bb index c1d6ce6ea5..97d0be5d5e 100644 --- a/meta/packages/zlib/zlib_1.2.3.bb +++ b/meta/packages/zlib/zlib_1.2.3.bb | |||
@@ -12,6 +12,6 @@ SRC_URI = "http://www.zlib.net/zlib-1.2.3.tar.bz2 \ | |||
12 | 12 | ||
13 | DEPENDS = "libtool-cross" | 13 | DEPENDS = "libtool-cross" |
14 | 14 | ||
15 | inherit autotools_stage | 15 | inherit autotools |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |