diff options
author | Awais Belal <awais.belal@gmail.com> | 2014-12-05 16:41:43 +0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2014-12-26 18:03:17 -0800 |
commit | ca118b8054149441e6c956891e59126f2da195e8 (patch) | |
tree | 419c5235be75db35b611c039be9db33b1efea3fd /meta-oe/recipes-support/enca/enca_1.9.bb | |
parent | 551b484a7dd8621f45b3cef7acccf1cf64781ac9 (diff) | |
download | meta-openembedded-ca118b8054149441e6c956891e59126f2da195e8.tar.gz meta-openembedded-ca118b8054149441e6c956891e59126f2da195e8.tar.bz2 meta-openembedded-ca118b8054149441e6c956891e59126f2da195e8.zip |
enca: fix broken automake
The added patch fixes the usage of AM_ICONV macro and
comes straight from the Buildroot source tree.
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/enca/enca_1.9.bb')
-rw-r--r-- | meta-oe/recipes-support/enca/enca_1.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb index efea5a3c1..184b27e53 100644 --- a/meta-oe/recipes-support/enca/enca_1.9.bb +++ b/meta-oe/recipes-support/enca/enca_1.9.bb @@ -11,7 +11,8 @@ SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV} file://configure-hack.patch \ file://dont-run-tests.patch \ file://configure-remove-dumbness.patch \ - file://makefile-remove-tools.patch " + file://makefile-remove-tools.patch \ + file://libenca-003-iconv.patch " SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3" SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d" |