summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libidn/libidn_0.6.14.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:59:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 00:02:10 +0100
commit80747190ccce6628ce8815cf856f6ab867a00b5d (patch)
tree07be151fe85a5cf4207b8606fbe566e339e105e5 /recipes-extended/libidn/libidn_0.6.14.bb
parent27eafbb395fd4f607249b2e57085012e40283926 (diff)
downloadmeta-gplv2-80747190ccce6628ce8815cf856f6ab867a00b5d.tar.gz
meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}