mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
This commit is contained in:
@@ -8,7 +8,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.
|
||||
file://python-path.patch;patch=1"
|
||||
S = "${WORKDIR}/gst-python-${PV}"
|
||||
|
||||
inherit autotools distutils-base pkgconfig
|
||||
inherit autotools_stage distutils-base pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
|
||||
|
||||
@@ -17,10 +17,6 @@ do_configure_prepend() {
|
||||
install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/gst-python"
|
||||
FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs"
|
||||
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/"
|
||||
|
||||
Reference in New Issue
Block a user