summaryrefslogtreecommitdiffstats
path: root/recipes/glibmm/glibmm_2.22.1.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-01-26 21:37:13 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-01-26 21:37:13 +0000
commit57e0965d94297295a4d9a55530d34b2ccf7f2b99 (patch)
tree46dc34803928b7f8b4e40b1e550ab3de40e4cc55 /recipes/glibmm/glibmm_2.22.1.bb
parente6ca435a63a8a3bd16384cfb798617324af99a10 (diff)
downloadopenembedded-57e0965d94297295a4d9a55530d34b2ccf7f2b99.tar.gz
glibmm_2.22.1.bb : fix/bandaid autoconf
I noticed when I changed libtool this package didnt pass configure as it had disabled OEs autoconf handling. This is because the examples/ directory has bad autoconf for it. So bandaided this to allow autoreconf to run correctly.
Diffstat (limited to 'recipes/glibmm/glibmm_2.22.1.bb')
-rw-r--r--recipes/glibmm/glibmm_2.22.1.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/glibmm/glibmm_2.22.1.bb b/recipes/glibmm/glibmm_2.22.1.bb
index d96a372d26..737e140657 100644
--- a/recipes/glibmm/glibmm_2.22.1.bb
+++ b/recipes/glibmm/glibmm_2.22.1.bb
@@ -1,9 +1,8 @@
require glibmm.inc
-do_configure() {
- libtoolize --force
- gnu-configize
- oe_runconf
-}
+DEPENDS += "mm-common"
+SRC_URI += " file://remove-examples.patch;patch=1"
+
+PR = "r1"