summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-03-23 00:14:34 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-03-23 00:14:34 +0000
commit820f8812616862e40bc1c6f5bfc19987d2eaaeaf (patch)
tree7837d0f5c519ded1913996e867788ccc252bb15e /meta-extras
parenteab15b8e0d7c8de7167b21d939ea8c9cd49d8191 (diff)
downloadopenembedded-core-contrib-820f8812616862e40bc1c6f5bfc19987d2eaaeaf.tar.gz
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
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/python/python-gst_0.10.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-extras/packages/python/python-gst_0.10.7.bb b/meta-extras/packages/python/python-gst_0.10.7.bb
index bf65595be9..d206c0ab12 100644
--- a/meta-extras/packages/python/python-gst_0.10.7.bb
+++ b/meta-extras/packages/python/python-gst_0.10.7.bb
@@ -13,6 +13,7 @@ inherit autotools distutils-base pkgconfig
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
do_configure_prepend() {
+ install -d ${S}/m4
install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
}