mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
python-gst: create m4/ directory before copying into it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1387 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -13,6 +13,7 @@ inherit autotools distutils-base pkgconfig
|
|||||||
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
|
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
|
install -d ${S}/m4
|
||||||
install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
|
install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user