mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhere
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -5,7 +5,6 @@ LICENSE = "GPLv2.1"
|
|||||||
DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
|
DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ LICENSE = "LGPL/MPL"
|
|||||||
DEPENDS = "glib-2.0 gstreamer"
|
DEPENDS = "glib-2.0 gstreamer"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
||||||
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*a"
|
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*a"
|
||||||
|
|||||||
@@ -12,7 +12,5 @@ inherit autotools
|
|||||||
|
|
||||||
EXTRA_OECONF = "--disable-python"
|
EXTRA_OECONF = "--disable-python"
|
||||||
|
|
||||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/telepathy \
|
FILES_${PN} += "${datadir}/telepathy \
|
||||||
${datadir}/dbus-1"
|
${datadir}/dbus-1"
|
||||||
|
|||||||
@@ -13,8 +13,6 @@ SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.t
|
|||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
||||||
|
|
||||||
EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/"
|
EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/"
|
||||||
|
|
||||||
# FIXME: Put icons in their own package too?
|
# FIXME: Put icons in their own package too?
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ SRC_URI = "\
|
|||||||
S = "${WORKDIR}/bluez-${PV}"
|
S = "${WORKDIR}/bluez-${PV}"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
||||||
|
|
||||||
EXTRA_OECONF = "\
|
EXTRA_OECONF = "\
|
||||||
--enable-gstreamer \
|
--enable-gstreamer \
|
||||||
|
|||||||
@@ -21,5 +21,3 @@ do_configure_prepend () {
|
|||||||
FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome"
|
FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome"
|
||||||
FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug"
|
FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug"
|
||||||
|
|
||||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,4 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
|
|||||||
|
|
||||||
inherit autotools binconfig lib_package
|
inherit autotools binconfig lib_package
|
||||||
|
|
||||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@@ -12,4 +12,3 @@ do_configure_append() {
|
|||||||
sed -i s:doc\ binary:binary:g Makefile
|
sed -i s:doc\ binary:binary:g Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user