diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-23 00:14:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-23 00:14:34 +0000 |
commit | 820f8812616862e40bc1c6f5bfc19987d2eaaeaf (patch) | |
tree | 7837d0f5c519ded1913996e867788ccc252bb15e | |
parent | eab15b8e0d7c8de7167b21d939ea8c9cd49d8191 (diff) | |
download | poky-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
-rw-r--r-- | meta-extras/packages/python/python-gst_0.10.7.bb | 1 |
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 | |||
13 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | 13 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" |
14 | 14 | ||
15 | do_configure_prepend() { | 15 | do_configure_prepend() { |
16 | install -d ${S}/m4 | ||
16 | install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ | 17 | install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ |
17 | } | 18 | } |
18 | 19 | ||