summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libidn/libidn_0.6.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/libidn/libidn_0.6.14.bb')
-rw-r--r--recipes-extended/libidn/libidn_0.6.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libidn/libidn_0.6.14.bb b/recipes-extended/libidn/libidn_0.6.14.bb
index c681560..dfd9c6e 100644
--- a/recipes-extended/libidn/libidn_0.6.14.bb
+++ b/recipes-extended/libidn/libidn_0.6.14.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://alpha.gnu.org/gnu/libidn/${BPN}-${PV}.tar.gz"
16SRC_URI[md5sum] = "040f012a45feb56168853998bb87ad4d" 16SRC_URI[md5sum] = "040f012a45feb56168853998bb87ad4d"
17SRC_URI[sha256sum] = "98910c2ad664bdf4eed2c2fff88e24f8882636ec9d26669366ff03b469c05ae3" 17SRC_URI[sha256sum] = "98910c2ad664bdf4eed2c2fff88e24f8882636ec9d26669366ff03b469c05ae3"
18 18
19do_configure_prepend() { 19do_configure:prepend() {
20 # this version of libidn copies AC_USE_SYSTEM_EXTENSIONS from 20 # this version of libidn copies AC_USE_SYSTEM_EXTENSIONS from
21 # autoconf CVS because atm the autoconf it uses is a bit old 21 # autoconf CVS because atm the autoconf it uses is a bit old
22 # now with cross autotool, that macro is already there and this 22 # now with cross autotool, that macro is already there and this
@@ -27,7 +27,7 @@ do_configure_prepend() {
27 rm -f ${S}/lib/gl/m4/extensions.m4 27 rm -f ${S}/lib/gl/m4/extensions.m4
28} 28}
29 29
30do_install_append() { 30do_install:append() {
31 rm -rf ${D}${libdir}/Libidn.dll 31 rm -rf ${D}${libdir}/Libidn.dll
32 rm -rf ${D}${datadir}/emacs 32 rm -rf ${D}${datadir}/emacs
33} 33}