summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--conf/distro/include/disable-gplv3.inc4
-rw-r--r--recipes-bsp/grub/grub_0.97.bb4
-rw-r--r--recipes-core/coreutils/coreutils_6.9.bb2
-rw-r--r--recipes-core/gettext/gettext_0.16.1.bb28
-rw-r--r--recipes-core/readline/readline_5.2.bb4
-rw-r--r--recipes-devtools/bison/bison_2.3.bb2
-rw-r--r--recipes-devtools/elfutils/elfutils_0.148.bb24
-rw-r--r--recipes-devtools/m4/m4-1.4.9.inc2
-rw-r--r--recipes-devtools/mtools/mtools_3.9.9.bb6
-rw-r--r--recipes-devtools/patch/patch.inc2
-rw-r--r--recipes-devtools/rsync/rsync.inc2
-rw-r--r--recipes-extended/bash/bash.inc22
-rw-r--r--recipes-extended/bc/bc_1.06.bb2
-rw-r--r--recipes-extended/cpio/cpio_v2.inc6
-rw-r--r--recipes-extended/diffutils/diffutils.inc2
-rw-r--r--recipes-extended/diffutils/diffutils_2.8.1.bb2
-rw-r--r--recipes-extended/ed/ed_0.5.bb6
-rw-r--r--recipes-extended/findutils/findutils.inc2
-rw-r--r--recipes-extended/gawk/gawk_3.1.5.bb14
-rw-r--r--recipes-extended/gperf/gperf.inc2
-rw-r--r--recipes-extended/grep/grep_2.5.1a.bb6
-rw-r--r--recipes-extended/groff/groff_1.18.1.4.bb4
-rw-r--r--recipes-extended/gzip/gzip.inc8
-rw-r--r--recipes-extended/libidn/libidn_0.6.14.bb4
-rw-r--r--recipes-extended/mc/mc_4.7.5.2.bb18
-rw-r--r--recipes-extended/msmtp/msmtp_1.4.12.bb4
-rw-r--r--recipes-extended/sed/sed_4.1.2.bb4
-rw-r--r--recipes-extended/tar/tar.inc14
-rw-r--r--recipes-extended/texinfo/texinfo_4.8.bb18
-rw-r--r--recipes-extended/time/time_1.7.bb2
-rw-r--r--recipes-extended/which/which_2.18.bb4
-rw-r--r--recipes-sato/rxvt-unicode/rxvt-unicode.inc12
-rw-r--r--recipes-support/gdbm/gdbm_1.8.3.bb2
-rw-r--r--recipes-support/gmp/gmp.inc4
-rw-r--r--recipes-support/gmp/gmp_4.2.1.bb2
-rw-r--r--recipes-support/gnupg/gnupg_1.4.7.bb8
-rw-r--r--recipes-support/gnutls/gnutls.inc20
-rw-r--r--recipes-support/libiconv/libiconv_1.11.1.bb6
-rw-r--r--recipes-support/nettle/nettle.inc2
-rw-r--r--recipes-support/nettle/nettle_2.7.1.bb2
-rw-r--r--recipes-support/shared-mime-info/shared-mime-info.inc10
41 files changed, 146 insertions, 146 deletions
diff --git a/conf/distro/include/disable-gplv3.inc b/conf/distro/include/disable-gplv3.inc
index bded378..5d948cc 100644
--- a/conf/distro/include/disable-gplv3.inc
+++ b/conf/distro/include/disable-gplv3.inc
@@ -1,3 +1,3 @@
1INCOMPATIBLE_LICENSE = '*GPLv3*' 1INCOMPATIBLE_LICENSE = '*GPLv3*'
2WARN_QA_remove = 'incompatible-license' 2WARN_QA:remove = 'incompatible-license'
3RDEPENDS_${PN}-ptest_remove_pn-glib-2.0 = "python3-dbusmock" 3RDEPENDS:${PN}-ptest:remove:pn-glib-2.0 = "python3-dbusmock"
diff --git a/recipes-bsp/grub/grub_0.97.bb b/recipes-bsp/grub/grub_0.97.bb
index 3e4e12c..3845c94 100644
--- a/recipes-bsp/grub/grub_0.97.bb
+++ b/recipes-bsp/grub/grub_0.97.bb
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
10 file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6" 10 file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6"
11 11
12RDEPENDS_${PN} = "diffutils" 12RDEPENDS:${PN} = "diffutils"
13PR = "r6" 13PR = "r6"
14 14
15SRC_URI = "http://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ 15SRC_URI = "http://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
@@ -29,7 +29,7 @@ COMPATIBLE_HOST = "i.86.*-linux"
29 29
30EXTRA_OECONF = "--without-curses" 30EXTRA_OECONF = "--without-curses"
31 31
32do_install_append_vmware() { 32do_install:append_vmware() {
33 mkdir -p ${D}/boot/ 33 mkdir -p ${D}/boot/
34 ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub 34 ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub
35} 35}
diff --git a/recipes-core/coreutils/coreutils_6.9.bb b/recipes-core/coreutils/coreutils_6.9.bb
index 69e5489..8f24556 100644
--- a/recipes-core/coreutils/coreutils_6.9.bb
+++ b/recipes-core/coreutils/coreutils_6.9.bb
@@ -92,7 +92,7 @@ inherit update-alternatives
92 92
93ALTERNATIVE_PRIORITY = "100" 93ALTERNATIVE_PRIORITY = "100"
94 94
95ALTERNATIVE_${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs}" 95ALTERNATIVE:${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs}"
96 96
97ALTERNATIVE_PRIORITY[uptime] = "10" 97ALTERNATIVE_PRIORITY[uptime] = "10"
98ALTERNATIVE_PRIORITY[hostname] = "10" 98ALTERNATIVE_PRIORITY[hostname] = "10"
diff --git a/recipes-core/gettext/gettext_0.16.1.bb b/recipes-core/gettext/gettext_0.16.1.bb
index 1907ea5..76c2a01 100644
--- a/recipes-core/gettext/gettext_0.16.1.bb
+++ b/recipes-core/gettext/gettext_0.16.1.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ea3144f04c41cd2eada5d3f472e6ea5"
7 7
8PR = "r6" 8PR = "r6"
9DEPENDS = "virtual/libiconv" 9DEPENDS = "virtual/libiconv"
10DEPENDS_class-native = "" 10DEPENDS:class-native = ""
11PROVIDES = "virtual/libintl virtual/gettext" 11PROVIDES = "virtual/libintl virtual/gettext"
12PROVIDES_class-native = "virtual/gettext-native" 12PROVIDES:class-native = "virtual/gettext-native"
13 13
14SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ 14SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
15 file://gettext-vpath.patch \ 15 file://gettext-vpath.patch \
@@ -37,7 +37,7 @@ EXTRA_OECONF += "--without-lispdir \
37 --disable-openmp \ 37 --disable-openmp \
38 --without-emacs \ 38 --without-emacs \
39 " 39 "
40EXTRA_OECONF_append_libc-musl = "\ 40EXTRA_OECONF:append:libc-musl = "\
41 gt_cv_func_gnugettext1_libc=yes \ 41 gt_cv_func_gnugettext1_libc=yes \
42 gt_cv_func_gnugettext2_libc=yes \ 42 gt_cv_func_gnugettext2_libc=yes \
43 " 43 "
@@ -46,11 +46,11 @@ acpaths = '-I ${S}/autoconf-lib-link/m4/ \
46 -I ${S}/gettext-runtime/m4 \ 46 -I ${S}/gettext-runtime/m4 \
47 -I ${S}/gettext-tools/m4' 47 -I ${S}/gettext-tools/m4'
48 48
49do_configure_prepend() { 49do_configure:prepend() {
50 rm -f ${S}/config/m4/libtool.m4 50 rm -f ${S}/config/m4/libtool.m4
51} 51}
52 52
53do_install_append_libc-musl () { 53do_install:append:libc-musl () {
54 rm -f ${D}${libdir}/charset.alias 54 rm -f ${D}${libdir}/charset.alias
55} 55}
56 56
@@ -65,24 +65,24 @@ do_install_append_libc-musl () {
65# 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk 65# 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk
66 66
67PACKAGES =+ "libgettextlib libgettextsrc" 67PACKAGES =+ "libgettextlib libgettextsrc"
68FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" 68FILES:libgettextlib = "${libdir}/libgettextlib-*.so*"
69FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" 69FILES:libgettextsrc = "${libdir}/libgettextsrc-*.so*"
70 70
71PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-staticdev gettext-runtime-doc" 71PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-staticdev gettext-runtime-doc"
72 72
73FILES_${PN} += "${libdir}/${BPN}/*" 73FILES:${PN} += "${libdir}/${BPN}/*"
74 74
75FILES_gettext-runtime = "${bindir}/gettext \ 75FILES:gettext-runtime = "${bindir}/gettext \
76 ${bindir}/ngettext \ 76 ${bindir}/ngettext \
77 ${bindir}/envsubst \ 77 ${bindir}/envsubst \
78 ${bindir}/gettext.sh \ 78 ${bindir}/gettext.sh \
79 ${libdir}/libasprintf${SODEV} \ 79 ${libdir}/libasprintf${SODEV} \
80 ${libdir}/GNU.Gettext.dll \ 80 ${libdir}/GNU.Gettext.dll \
81 " 81 "
82FILES_gettext-runtime-staticdev += "${libdir}/libasprintf.a" 82FILES:gettext-runtime-staticdev += "${libdir}/libasprintf.a"
83FILES_gettext-runtime-dev += "${includedir}/autosprintf.h \ 83FILES:gettext-runtime-dev += "${includedir}/autosprintf.h \
84 ${libdir}/libasprintf${SOLIBDEV}" 84 ${libdir}/libasprintf${SOLIBDEV}"
85FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ 85FILES:gettext-runtime-doc = "${mandir}/man1/gettext.* \
86 ${mandir}/man1/ngettext.* \ 86 ${mandir}/man1/ngettext.* \
87 ${mandir}/man1/envsubst.* \ 87 ${mandir}/man1/envsubst.* \
88 ${mandir}/man1/.* \ 88 ${mandir}/man1/.* \
@@ -97,11 +97,11 @@ FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \
97 ${infodir}/autosprintf.info \ 97 ${infodir}/autosprintf.info \
98 " 98 "
99 99
100do_install_append() { 100do_install:append() {
101 rm -f ${D}${libdir}/preloadable_libintl.so 101 rm -f ${D}${libdir}/preloadable_libintl.so
102} 102}
103 103
104do_install_append_class-native () { 104do_install:append:class-native () {
105 rm ${D}${datadir}/aclocal/* 105 rm ${D}${datadir}/aclocal/*
106 rm ${D}${datadir}/gettext/config.rpath 106 rm ${D}${datadir}/gettext/config.rpath
107 rm ${D}${datadir}/gettext/po/Makefile.in.in 107 rm ${D}${datadir}/gettext/po/Makefile.in.in
diff --git a/recipes-core/readline/readline_5.2.bb b/recipes-core/readline/readline_5.2.bb
index c1007a2..aa2799e 100644
--- a/recipes-core/readline/readline_5.2.bb
+++ b/recipes-core/readline/readline_5.2.bb
@@ -69,13 +69,13 @@ EXTRA_AUTORECONF += "--exclude=autoheader"
69 69
70LEAD_SONAME = "libreadline.so" 70LEAD_SONAME = "libreadline.so"
71 71
72do_configure_prepend () { 72do_configure:prepend () {
73 if [ ! -e ${S}/acinclude.m4 ]; then 73 if [ ! -e ${S}/acinclude.m4 ]; then
74 cat ${S}/aclocal.m4 > ${S}/acinclude.m4 74 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
75 fi 75 fi
76} 76}
77 77
78do_install_append () { 78do_install:append () {
79 # Make install doesn't properly install these 79 # Make install doesn't properly install these
80 oe_libinstall -so -C shlib libhistory ${D}${libdir} 80 oe_libinstall -so -C shlib libhistory ${D}${libdir}
81 oe_libinstall -so -C shlib libreadline ${D}${libdir} 81 oe_libinstall -so -C shlib libreadline ${D}${libdir}
diff --git a/recipes-devtools/bison/bison_2.3.bb b/recipes-devtools/bison/bison_2.3.bb
index 182e880..c84fd9a 100644
--- a/recipes-devtools/bison/bison_2.3.bb
+++ b/recipes-devtools/bison/bison_2.3.bb
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ec
20inherit autotools gettext texinfo 20inherit autotools gettext texinfo
21acpaths = "-I ${S}/m4" 21acpaths = "-I ${S}/m4"
22 22
23do_configure_prepend () { 23do_configure:prepend () {
24 rm -f ${S}/m4/*gl.m4 24 rm -f ${S}/m4/*gl.m4
25 cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/runtime-po/ 25 cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/runtime-po/
26} 26}
diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb
index 3c0f9f0..848e2cf 100644
--- a/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -42,11 +42,11 @@ SRC_URI += "\
42" 42"
43 43
44# Only apply when building musl based target recipe 44# Only apply when building musl based target recipe
45SRC_URI_append_libc-musl = " file://musl-support-for-elfutils-0.148.patch" 45SRC_URI:append:libc-musl = " file://musl-support-for-elfutils-0.148.patch"
46 46
47# The buildsystem wants to generate 2 .h files from source using a binary it just built, 47# The buildsystem wants to generate 2 .h files from source using a binary it just built,
48# which can not pass the cross compiling, so let's work around it by adding 2 .h files 48# which can not pass the cross compiling, so let's work around it by adding 2 .h files
49# along with the do_configure_prepend() 49# along with the do_configure:prepend()
50 50
51SRC_URI += "\ 51SRC_URI += "\
52 file://i386_dis.h \ 52 file://i386_dis.h \
@@ -67,9 +67,9 @@ CFLAGS += "-Wno-error=format-truncation="
67CFLAGS += "-Wno-error=stringop-overflow=" 67CFLAGS += "-Wno-error=stringop-overflow="
68 68
69EXTRA_OECONF = "--program-prefix=eu- --without-lzma" 69EXTRA_OECONF = "--program-prefix=eu- --without-lzma"
70EXTRA_OECONF_append_class-native = " --without-bzlib" 70EXTRA_OECONF:append:class-native = " --without-bzlib"
71 71
72do_configure_prepend() { 72do_configure:prepend() {
73 sed -i '/^i386_dis.h:/,+4 {/.*/d}' ${S}/libcpu/Makefile.am 73 sed -i '/^i386_dis.h:/,+4 {/.*/d}' ${S}/libcpu/Makefile.am
74 74
75 cp ${WORKDIR}/*dis.h ${S}/libcpu 75 cp ${WORKDIR}/*dis.h ${S}/libcpu
@@ -79,15 +79,15 @@ do_configure_prepend() {
79# but some recipes e.g. gcc 4.5 depends on libelf so we 79# but some recipes e.g. gcc 4.5 depends on libelf so we
80# build only libelf for musl cases 80# build only libelf for musl cases
81 81
82EXTRA_OEMAKE_libc-musl = "-C libelf" 82EXTRA_OEMAKE:libc-musl = "-C libelf"
83EXTRA_OEMAKE_class-native = "" 83EXTRA_OEMAKE:class-native = ""
84EXTRA_OEMAKE_class-nativesdk = "" 84EXTRA_OEMAKE:class-nativesdk = ""
85 85
86BBCLASSEXTEND = "native nativesdk" 86BBCLASSEXTEND = "native nativesdk"
87 87
88# Package utilities separately 88# Package utilities separately
89PACKAGES =+ "${PN}-binutils libelf libasm libdw" 89PACKAGES =+ "${PN}-binutils libelf libasm libdw"
90FILES_${PN}-binutils = "\ 90FILES:${PN}-binutils = "\
91 ${bindir}/eu-addr2line \ 91 ${bindir}/eu-addr2line \
92 ${bindir}/eu-ld \ 92 ${bindir}/eu-ld \
93 ${bindir}/eu-nm \ 93 ${bindir}/eu-nm \
@@ -95,13 +95,13 @@ FILES_${PN}-binutils = "\
95 ${bindir}/eu-size \ 95 ${bindir}/eu-size \
96 ${bindir}/eu-strip" 96 ${bindir}/eu-strip"
97 97
98FILES_libelf = "${libdir}/libelf-${PV}.so ${libdir}/libelf.so.*" 98FILES:libelf = "${libdir}/libelf-${PV}.so ${libdir}/libelf.so.*"
99FILES_libasm = "${libdir}/libasm-${PV}.so ${libdir}/libasm.so.*" 99FILES:libasm = "${libdir}/libasm-${PV}.so ${libdir}/libasm.so.*"
100FILES_libdw = "${libdir}/libdw-${PV}.so ${libdir}/libdw.so.* ${libdir}/elfutils/lib*" 100FILES:libdw = "${libdir}/libdw-${PV}.so ${libdir}/libdw.so.* ${libdir}/elfutils/lib*"
101# Some packages have the version preceeding the .so instead properly 101# Some packages have the version preceeding the .so instead properly
102# versioned .so.<version>, so we need to reorder and repackage. 102# versioned .so.<version>, so we need to reorder and repackage.
103#FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" 103#FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so"
104#FILES_SOLIBSDEV = "${libdir}/libasm.so ${libdir}/libdw.so ${libdir}/libelf.so" 104#FILES_SOLIBSDEV = "${libdir}/libasm.so ${libdir}/libdw.so ${libdir}/libelf.so"
105 105
106# The package contains symlinks that trip up insane 106# The package contains symlinks that trip up insane
107INSANE_SKIP_${MLPREFIX}libdw = "dev-so" 107INSANE_SKIP:${MLPREFIX}libdw = "dev-so"
diff --git a/recipes-devtools/m4/m4-1.4.9.inc b/recipes-devtools/m4/m4-1.4.9.inc
index 8c75dab..41f46cd 100644
--- a/recipes-devtools/m4/m4-1.4.9.inc
+++ b/recipes-devtools/m4/m4-1.4.9.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe\
8PR = "r2" 8PR = "r2"
9SRC_URI += "file://fix_for_circular_dependency.patch" 9SRC_URI += "file://fix_for_circular_dependency.patch"
10 10
11SRC_URI_append_class-target = "\ 11SRC_URI:append:class-target = "\
12 file://0001-freeze-fix-compilation-error-with-security-flags-ena.patch \ 12 file://0001-freeze-fix-compilation-error-with-security-flags-ena.patch \
13 file://0002-build-don-t-need-charset.alias-when-building-for-mus.patch \ 13 file://0002-build-don-t-need-charset.alias-when-building-for-mus.patch \
14" 14"
diff --git a/recipes-devtools/mtools/mtools_3.9.9.bb b/recipes-devtools/mtools/mtools_3.9.9.bb
index d28fc48..8e106b0 100644
--- a/recipes-devtools/mtools/mtools_3.9.9.bb
+++ b/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -8,8 +8,8 @@ PR = "r6"
8 8
9DEPENDS += "virtual/libiconv" 9DEPENDS += "virtual/libiconv"
10 10
11RDEPENDS_${PN}_libc-glibc = "glibc-gconv-ibm850" 11RDEPENDS:${PN}:libc-glibc = "glibc-gconv-ibm850"
12RRECOMMENDS_${PN}_libc-glibc = "\ 12RRECOMMENDS:${PN}:libc-glibc = "\
13 glibc-gconv-ibm437 \ 13 glibc-gconv-ibm437 \
14 glibc-gconv-ibm737 \ 14 glibc-gconv-ibm737 \
15 glibc-gconv-ibm775 \ 15 glibc-gconv-ibm775 \
@@ -46,7 +46,7 @@ BBCLASSEXTEND = "native nativesdk"
46PACKAGECONFIG ??= "" 46PACKAGECONFIG ??= ""
47PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd" 47PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd"
48 48
49do_install_prepend () { 49do_install:prepend () {
50 # Create bindir to fix parallel installation issues 50 # Create bindir to fix parallel installation issues
51 mkdir -p ${D}/${bindir} 51 mkdir -p ${D}/${bindir}
52 mkdir -p ${D}/${datadir} 52 mkdir -p ${D}/${datadir}
diff --git a/recipes-devtools/patch/patch.inc b/recipes-devtools/patch/patch.inc
index cbfb8cf..a12d426 100644
--- a/recipes-devtools/patch/patch.inc
+++ b/recipes-devtools/patch/patch.inc
@@ -10,5 +10,5 @@ S = "${WORKDIR}/patch-${PV}"
10 10
11inherit autotools update-alternatives 11inherit autotools update-alternatives
12 12
13ALTERNATIVE_${PN} = "patch" 13ALTERNATIVE:${PN} = "patch"
14ALTERNATIVE_PRIORITY = "100" 14ALTERNATIVE_PRIORITY = "100"
diff --git a/recipes-devtools/rsync/rsync.inc b/recipes-devtools/rsync/rsync.inc
index 26c023a..00e0860 100644
--- a/recipes-devtools/rsync/rsync.inc
+++ b/recipes-devtools/rsync/rsync.inc
@@ -10,7 +10,7 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \
10 10
11inherit autotools 11inherit autotools
12 12
13do_install_append() { 13do_install:append() {
14 install -d ${D}${sysconfdir} 14 install -d ${D}${sysconfdir}
15 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir} 15 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
16} 16}
diff --git a/recipes-extended/bash/bash.inc b/recipes-extended/bash/bash.inc
index 0f0d679..4767618 100644
--- a/recipes-extended/bash/bash.inc
+++ b/recipes-extended/bash/bash.inc
@@ -14,21 +14,21 @@ EXTRA_OECONF = "--enable-job-control --without-bash-malloc"
14# This is what other major distros do. And this is what we wanted. See bug#5359 and bug#7137. 14# This is what other major distros do. And this is what we wanted. See bug#5359 and bug#7137.
15CFLAGS += "-DNON_INTERACTIVE_LOGIN_SHELLS" 15CFLAGS += "-DNON_INTERACTIVE_LOGIN_SHELLS"
16 16
17ALTERNATIVE_${PN} = "bash sh" 17ALTERNATIVE:${PN} = "bash sh"
18ALTERNATIVE_LINK_NAME[bash] = "${base_bindir}/bash" 18ALTERNATIVE_LINK_NAME[bash] = "${base_bindir}/bash"
19ALTERNATIVE_TARGET[bash] = "${base_bindir}/bash" 19ALTERNATIVE_TARGET[bash] = "${base_bindir}/bash"
20ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" 20ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
21ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash.${BPN}" 21ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash.${BPN}"
22ALTERNATIVE_PRIORITY = "100" 22ALTERNATIVE_PRIORITY = "100"
23 23
24RDEPENDS_${PN} += "base-files" 24RDEPENDS:${PN} += "base-files"
25RDEPENDS_${PN}_class-nativesdk = "" 25RDEPENDS:${PN}:class-nativesdk = ""
26RDEPENDS_${PN}-ptest += "make" 26RDEPENDS:${PN}-ptest += "make"
27 27
28USERADD_PACKAGES = "${PN}-ptest" 28USERADD_PACKAGES = "${PN}-ptest"
29USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" 29USERADD_PARAM:${PN}-ptest = "--create-home --user-group test"
30 30
31do_configure_prepend () { 31do_configure:prepend () {
32 if [ ! -e ${S}/acinclude.m4 ]; then 32 if [ ! -e ${S}/acinclude.m4 ]; then
33 cat ${S}/aclocal.m4 > ${S}/acinclude.m4 33 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
34 fi 34 fi
@@ -38,14 +38,14 @@ do_compile_ptest () {
38 oe_runmake buildtest 38 oe_runmake buildtest
39} 39}
40 40
41do_install_append () { 41do_install:append () {
42 # Move /usr/bin/bash to /bin/bash, if need 42 # Move /usr/bin/bash to /bin/bash, if need
43 if [ "${base_bindir}" != "${bindir}" ]; then 43 if [ "${base_bindir}" != "${bindir}" ]; then
44 mkdir -p ${D}${base_bindir} 44 mkdir -p ${D}${base_bindir}
45 mv ${D}${bindir}/bash ${D}${base_bindir} 45 mv ${D}${bindir}/bash ${D}${base_bindir}
46 fi 46 fi
47} 47}
48do_install_append_class-target () { 48do_install:append:class-target () {
49 # Clean host path in bashbug 49 # Clean host path in bashbug
50 sed -i -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \ 50 sed -i -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \
51 -e "s,-I${WORKDIR}/\S* ,,g" ${D}${bindir}/bashbug 51 -e "s,-I${WORKDIR}/\S* ,,g" ${D}${bindir}/bashbug
@@ -58,12 +58,12 @@ do_install_ptest () {
58 -e "s,${S},,g" -e "s,${B},,g" -e "s,${STAGING_DIR_NATIVE},,g" ${D}${PTEST_PATH}/Makefile 58 -e "s,${S},,g" -e "s,${B},,g" -e "s,${STAGING_DIR_NATIVE},,g" ${D}${PTEST_PATH}/Makefile
59} 59}
60 60
61pkg_postinst_${PN} () { 61pkg_postinst:${PN} () {
62 grep -q "^${base_bindir}/bash$" $D${sysconfdir}/shells || echo ${base_bindir}/bash >> $D${sysconfdir}/shells 62 grep -q "^${base_bindir}/bash$" $D${sysconfdir}/shells || echo ${base_bindir}/bash >> $D${sysconfdir}/shells
63} 63}
64 64
65pkg_postrm_${PN} () { 65pkg_postrm:${PN} () {
66 printf "$(grep -v "^${base_bindir}/bash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells 66 printf "$(grep -v "^${base_bindir}/bash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
67} 67}
68 68
69RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}" 69RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}"
diff --git a/recipes-extended/bc/bc_1.06.bb b/recipes-extended/bc/bc_1.06.bb
index 3de1b24..82143a4 100644
--- a/recipes-extended/bc/bc_1.06.bb
+++ b/recipes-extended/bc/bc_1.06.bb
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea7
20 20
21inherit autotools texinfo update-alternatives 21inherit autotools texinfo update-alternatives
22 22
23ALTERNATIVE_${PN} = "bc dc" 23ALTERNATIVE:${PN} = "bc dc"
24ALTERNATIVE_PRIORITY = "100" 24ALTERNATIVE_PRIORITY = "100"
25 25
26BBCLASSEXTEND = "native" 26BBCLASSEXTEND = "native"
diff --git a/recipes-extended/cpio/cpio_v2.inc b/recipes-extended/cpio/cpio_v2.inc
index 31adb71..f202d5f 100644
--- a/recipes-extended/cpio/cpio_v2.inc
+++ b/recipes-extended/cpio/cpio_v2.inc
@@ -26,14 +26,14 @@ do_install () {
26 26
27PACKAGES =+ "${PN}-rmt" 27PACKAGES =+ "${PN}-rmt"
28 28
29FILES_${PN}-rmt = "${base_sbindir}/rmt*" 29FILES:${PN}-rmt = "${base_sbindir}/rmt*"
30 30
31inherit update-alternatives 31inherit update-alternatives
32 32
33ALTERNATIVE_PRIORITY = "100" 33ALTERNATIVE_PRIORITY = "100"
34 34
35ALTERNATIVE_${PN} = "cpio" 35ALTERNATIVE:${PN} = "cpio"
36ALTERNATIVE_${PN}-rmt = "rmt" 36ALTERNATIVE:${PN}-rmt = "rmt"
37 37
38ALTERNATIVE_LINK_NAME[cpio] = "${base_bindir}/cpio" 38ALTERNATIVE_LINK_NAME[cpio] = "${base_bindir}/cpio"
39 39
diff --git a/recipes-extended/diffutils/diffutils.inc b/recipes-extended/diffutils/diffutils.inc
index c81348b..08ebaa9 100644
--- a/recipes-extended/diffutils/diffutils.inc
+++ b/recipes-extended/diffutils/diffutils.inc
@@ -6,6 +6,6 @@ SECTION = "base"
6 6
7inherit autotools texinfo update-alternatives gettext 7inherit autotools texinfo update-alternatives gettext
8 8
9ALTERNATIVE_${PN} = "diff cmp" 9ALTERNATIVE:${PN} = "diff cmp"
10ALTERNATIVE_PRIORITY = "100" 10ALTERNATIVE_PRIORITY = "100"
11 11
diff --git a/recipes-extended/diffutils/diffutils_2.8.1.bb b/recipes-extended/diffutils/diffutils_2.8.1.bb
index 7c43c4b..6e48dc6 100644
--- a/recipes-extended/diffutils/diffutils_2.8.1.bb
+++ b/recipes-extended/diffutils/diffutils_2.8.1.bb
@@ -21,6 +21,6 @@ CACHED_CONFIGUREVARS = "\
21 jm_cv_func_working_realloc=yes \ 21 jm_cv_func_working_realloc=yes \
22" 22"
23 23
24do_configure_prepend () { 24do_configure:prepend () {
25 chmod u+w ${S}/po/Makefile.in.in 25 chmod u+w ${S}/po/Makefile.in.in
26} 26}
diff --git a/recipes-extended/ed/ed_0.5.bb b/recipes-extended/ed/ed_0.5.bb
index e2df13f..8305e6b 100644
--- a/recipes-extended/ed/ed_0.5.bb
+++ b/recipes-extended/ed/ed_0.5.bb
@@ -15,6 +15,6 @@ inherit autotools texinfo
15 15
16EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}' 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'" 16EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}' 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'"
17 17
18CONFIGUREOPTS_remove = "--disable-dependency-tracking" 18CONFIGUREOPTS:remove = "--disable-dependency-tracking"
19CONFIGUREOPTS_remove = "--disable-silent-rules" 19CONFIGUREOPTS:remove = "--disable-silent-rules"
20EXTRA_OECONF_remove = "--disable-static" 20EXTRA_OECONF:remove = "--disable-static"
diff --git a/recipes-extended/findutils/findutils.inc b/recipes-extended/findutils/findutils.inc
index ad36429..8887675 100644
--- a/recipes-extended/findutils/findutils.inc
+++ b/recipes-extended/findutils/findutils.inc
@@ -10,7 +10,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
10 10
11inherit autotools gettext texinfo update-alternatives upstream-version-is-even 11inherit autotools gettext texinfo update-alternatives upstream-version-is-even
12 12
13ALTERNATIVE_${PN} = "find xargs" 13ALTERNATIVE:${PN} = "find xargs"
14ALTERNATIVE_PRIORITY = "100" 14ALTERNATIVE_PRIORITY = "100"
15 15
16BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-extended/gawk/gawk_3.1.5.bb b/recipes-extended/gawk/gawk_3.1.5.bb
index 63fd32f..933c140 100644
--- a/recipes-extended/gawk/gawk_3.1.5.bb
+++ b/recipes-extended/gawk/gawk_3.1.5.bb
@@ -11,8 +11,8 @@ SECTION = "console/utils"
11LICENSE = "GPLv2" 11LICENSE = "GPLv2"
12LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 12LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
13 13
14RDEPENDS_gawk += "gawk-common" 14RDEPENDS:gawk += "gawk-common"
15RDEPENDS_pgawk += "gawk-common" 15RDEPENDS:pgawk += "gawk-common"
16PR = "r2" 16PR = "r2"
17 17
18SRC_URI = "\ 18SRC_URI = "\
@@ -28,17 +28,17 @@ inherit autotools gettext texinfo update-alternatives
28 28
29PACKAGES += "gawk-common pgawk" 29PACKAGES += "gawk-common pgawk"
30 30
31FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk" 31FILES:${PN} = "${bindir}/gawk* ${bindir}/igawk"
32FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*" 32FILES:gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*"
33FILES_pgawk = "${bindir}/pgawk*" 33FILES:pgawk = "${bindir}/pgawk*"
34 34
35ALTERNATIVE_${PN} = "awk" 35ALTERNATIVE:${PN} = "awk"
36ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" 36ALTERNATIVE_TARGET[awk] = "${bindir}/gawk"
37ALTERNATIVE_PRIORITY = "100" 37ALTERNATIVE_PRIORITY = "100"
38 38
39CFLAGS += "-D PROTOTYPES" 39CFLAGS += "-D PROTOTYPES"
40 40
41do_install_append() { 41do_install:append() {
42 # remove the link since we don't package it 42 # remove the link since we don't package it
43 rm ${D}${bindir}/awk 43 rm ${D}${bindir}/awk
44} 44}
diff --git a/recipes-extended/gperf/gperf.inc b/recipes-extended/gperf/gperf.inc
index a8ce230..10738e4 100644
--- a/recipes-extended/gperf/gperf.inc
+++ b/recipes-extended/gperf/gperf.inc
@@ -13,7 +13,7 @@ inherit autotools
13# duplicating acinclude.m4 in every subdirectory, use absolute include path to aclocal 13# duplicating acinclude.m4 in every subdirectory, use absolute include path to aclocal
14EXTRA_AUTORECONF += " -I ${S}" 14EXTRA_AUTORECONF += " -I ${S}"
15 15
16do_configure_prepend() { 16do_configure:prepend() {
17 if [ ! -e ${S}/acinclude.m4 ]; then 17 if [ ! -e ${S}/acinclude.m4 ]; then
18 cat ${S}/aclocal.m4 > ${S}/acinclude.m4 18 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
19 fi 19 fi
diff --git a/recipes-extended/grep/grep_2.5.1a.bb b/recipes-extended/grep/grep_2.5.1a.bb
index 5445c7e..1a3231e 100644
--- a/recipes-extended/grep/grep_2.5.1a.bb
+++ b/recipes-extended/grep/grep_2.5.1a.bb
@@ -27,13 +27,13 @@ SRC_URI[sha256sum] = "38c8a2bb9223d1fb1b10bdd607cf44830afc92fd451ac4cd07619bf92b
27inherit autotools gettext texinfo 27inherit autotools gettext texinfo
28 28
29EXTRA_OECONF_INCLUDED_REGEX = "--without-included-regex" 29EXTRA_OECONF_INCLUDED_REGEX = "--without-included-regex"
30EXTRA_OECONF_INCLUDED_REGEX_libc-musl = "--with-included-regex" 30EXTRA_OECONF_INCLUDED_REGEX:libc-musl = "--with-included-regex"
31 31
32EXTRA_OECONF = "--disable-perl-regexp \ 32EXTRA_OECONF = "--disable-perl-regexp \
33 ${EXTRA_OECONF_INCLUDED_REGEX}" 33 ${EXTRA_OECONF_INCLUDED_REGEX}"
34 34
35CFLAGS += "-D PROTOTYPES" 35CFLAGS += "-D PROTOTYPES"
36do_configure_prepend () { 36do_configure:prepend () {
37 rm -f ${S}/m4/init.m4 37 rm -f ${S}/m4/init.m4
38 cp -f ${WORKDIR}/Makevars ${S}/po/ 38 cp -f ${WORKDIR}/Makevars ${S}/po/
39} 39}
@@ -53,7 +53,7 @@ inherit update-alternatives
53 53
54ALTERNATIVE_PRIORITY = "100" 54ALTERNATIVE_PRIORITY = "100"
55 55
56ALTERNATIVE_${PN} = "grep egrep fgrep" 56ALTERNATIVE:${PN} = "grep egrep fgrep"
57ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep" 57ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep"
58ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep" 58ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep"
59ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep" 59ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep"
diff --git a/recipes-extended/groff/groff_1.18.1.4.bb b/recipes-extended/groff/groff_1.18.1.4.bb
index a31cbf1..84b0d78 100644
--- a/recipes-extended/groff/groff_1.18.1.4.bb
+++ b/recipes-extended/groff/groff_1.18.1.4.bb
@@ -30,7 +30,7 @@ do_configure (){
30 oe_runconf 30 oe_runconf
31} 31}
32 32
33do_install_append() { 33do_install:append() {
34 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location 34 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location
35 # for target as /usr/bin/perl, so fix it to /usr/bin/perl. 35 # for target as /usr/bin/perl, so fix it to /usr/bin/perl.
36 for i in afmtodit mmroff; do 36 for i in afmtodit mmroff; do
@@ -44,7 +44,7 @@ do_install_append() {
44 cp -rf ${D}${datadir}/groff/site-tmac/* ${D}${datadir}/groff/${PV}/tmac/ 44 cp -rf ${D}${datadir}/groff/site-tmac/* ${D}${datadir}/groff/${PV}/tmac/
45} 45}
46 46
47pkg_postinst_${PN}() { 47pkg_postinst:${PN}() {
48 ln -s tbl $D${bindir}/gtbl 48 ln -s tbl $D${bindir}/gtbl
49 echo "export GROFF_FONT_PATH=/usr/share/groff/${PV}/font" >> $D${sysconfdir}/profile 49 echo "export GROFF_FONT_PATH=/usr/share/groff/${PV}/font" >> $D${sysconfdir}/profile
50 echo "export GROFF_TMAC_PATH=/usr/share/groff/${PV}/tmac" >> $D${sysconfdir}/profile 50 echo "export GROFF_TMAC_PATH=/usr/share/groff/${PV}/tmac" >> $D${sysconfdir}/profile
diff --git a/recipes-extended/gzip/gzip.inc b/recipes-extended/gzip/gzip.inc
index 04f8f95..15fd665 100644
--- a/recipes-extended/gzip/gzip.inc
+++ b/recipes-extended/gzip/gzip.inc
@@ -8,10 +8,10 @@ SECTION = "console/utils"
8inherit autotools texinfo 8inherit autotools texinfo
9export DEFS="NO_ASM" 9export DEFS="NO_ASM"
10 10
11EXTRA_OEMAKE_class-target = "GREP=${base_bindir}/grep" 11EXTRA_OEMAKE:class-target = "GREP=${base_bindir}/grep"
12EXTRA_OECONF_append_libc-musl = " gl_cv_func_fflush_stdin=yes " 12EXTRA_OECONF:append:libc-musl = " gl_cv_func_fflush_stdin=yes "
13 13
14do_install_append () { 14do_install:append () {
15 if [ "${base_bindir}" != "${bindir}" ]; then 15 if [ "${base_bindir}" != "${bindir}" ]; then
16 # Rename and move files into /bin (FHS), which is typical place for gzip 16 # Rename and move files into /bin (FHS), which is typical place for gzip
17 install -d ${D}${base_bindir} 17 install -d ${D}${base_bindir}
@@ -25,7 +25,7 @@ do_install_append () {
25inherit update-alternatives 25inherit update-alternatives
26 26
27ALTERNATIVE_PRIORITY = "100" 27ALTERNATIVE_PRIORITY = "100"
28ALTERNATIVE_${PN} = "gunzip gzip zcat" 28ALTERNATIVE:${PN} = "gunzip gzip zcat"
29ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" 29ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
30ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" 30ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
31ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" 31ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat"
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}
diff --git a/recipes-extended/mc/mc_4.7.5.2.bb b/recipes-extended/mc/mc_4.7.5.2.bb
index 5f56641..2d30fe7 100644
--- a/recipes-extended/mc/mc_4.7.5.2.bb
+++ b/recipes-extended/mc/mc_4.7.5.2.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5SECTION = "console/utils" 5SECTION = "console/utils"
6DEPENDS = "ncurses glib-2.0" 6DEPENDS = "ncurses glib-2.0"
7RDEPENDS_${PN} = "ncurses-terminfo" 7RDEPENDS:${PN} = "ncurses-terminfo"
8 8
9PR = "r3" 9PR = "r3"
10 10
@@ -21,7 +21,7 @@ inherit autotools gettext pkgconfig
21 21
22EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" 22EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba"
23 23
24do_install_append () { 24do_install:append () {
25 sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* 25 sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/*
26 # These use python2 which is no longer supported 26 # These use python2 which is no longer supported
27 rm ${D}${libexecdir}/mc/extfs.d/s3+ 27 rm ${D}${libexecdir}/mc/extfs.d/s3+
@@ -30,18 +30,18 @@ do_install_append () {
30 30
31PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish" 31PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish"
32 32
33SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts" 33SUMMARY:${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
34FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \ 34FILES:${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
35 ${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \ 35 ${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \
36 ${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \ 36 ${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \
37 ${libexecdir}/mc/extfs.d/mailfs ${libexecdir}/mc/extfs.d/patchfs \ 37 ${libexecdir}/mc/extfs.d/mailfs ${libexecdir}/mc/extfs.d/patchfs \
38 ${libexecdir}/mc/extfs.d/rpms+ ${libexecdir}/mc/extfs.d/ulib \ 38 ${libexecdir}/mc/extfs.d/rpms+ ${libexecdir}/mc/extfs.d/ulib \
39 ${libexecdir}/mc/extfs.d/uzip" 39 ${libexecdir}/mc/extfs.d/uzip"
40RDEPENDS_${BPN}-helpers-perl = "perl" 40RDEPENDS:${BPN}-helpers-perl = "perl"
41 41
42SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts" 42SUMMARY:${BPN}-helpers = "Midnight Commander shell helper scripts"
43FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*" 43FILES:${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
44 44
45SUMMARY_${BPN}-fish = "Midnight Commander Fish scripts" 45SUMMARY:${BPN}-fish = "Midnight Commander Fish scripts"
46FILES_${BPN}-fish = "${libexecdir}/mc/fish" 46FILES:${BPN}-fish = "${libexecdir}/mc/fish"
47 47
diff --git a/recipes-extended/msmtp/msmtp_1.4.12.bb b/recipes-extended/msmtp/msmtp_1.4.12.bb
index e03d432..21d9f81 100644
--- a/recipes-extended/msmtp/msmtp_1.4.12.bb
+++ b/recipes-extended/msmtp/msmtp_1.4.12.bb
@@ -24,12 +24,12 @@ PACKAGECONFIG[libidn] = "--with-libidn,--without-libidn,libidn"
24 24
25inherit gettext autotools update-alternatives 25inherit gettext autotools update-alternatives
26 26
27ALTERNATIVE_${PN} = "sendmail" 27ALTERNATIVE:${PN} = "sendmail"
28ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp" 28ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"
29ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" 29ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
30ALTERNATIVE_PRIORITY = "100" 30ALTERNATIVE_PRIORITY = "100"
31 31
32pkg_postinst_${PN}_linuxstdbase () { 32pkg_postinst:${PN}:linuxstdbase () {
33 # /usr/lib/sendmail is required by LSB specification 33 # /usr/lib/sendmail is required by LSB specification
34 [ ! -L $D/usr/lib/sendmail ] && ln -sf ${sbindir}/sendmail $D/usr/lib 34 [ ! -L $D/usr/lib/sendmail ] && ln -sf ${sbindir}/sendmail $D/usr/lib
35} 35}
diff --git a/recipes-extended/sed/sed_4.1.2.bb b/recipes-extended/sed/sed_4.1.2.bb
index 4a58442..24f479e 100644
--- a/recipes-extended/sed/sed_4.1.2.bb
+++ b/recipes-extended/sed/sed_4.1.2.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93
18 18
19inherit autotools texinfo update-alternatives gettext 19inherit autotools texinfo update-alternatives gettext
20 20
21do_configure_prepend () { 21do_configure:prepend () {
22 cp ${WORKDIR}/Makevars ${S}/po/ 22 cp ${WORKDIR}/Makevars ${S}/po/
23} 23}
24 24
@@ -31,7 +31,7 @@ do_install () {
31 fi 31 fi
32} 32}
33 33
34ALTERNATIVE_${PN} = "sed" 34ALTERNATIVE:${PN} = "sed"
35ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed" 35ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed"
36ALTERNATIVE_PRIORITY = "100" 36ALTERNATIVE_PRIORITY = "100"
37 37
diff --git a/recipes-extended/tar/tar.inc b/recipes-extended/tar/tar.inc
index 93e4da1..e035fa6 100644
--- a/recipes-extended/tar/tar.inc
+++ b/recipes-extended/tar/tar.inc
@@ -21,7 +21,7 @@ do_install () {
21 ln -s tar ${D}${bindir}/gtar 21 ln -s tar ${D}${bindir}/gtar
22} 22}
23 23
24do_install_append_class-target() { 24do_install:append:class-target() {
25 if [ "${base_bindir}" != "${bindir}" ]; then 25 if [ "${base_bindir}" != "${bindir}" ]; then
26 install -d ${D}${base_bindir} 26 install -d ${D}${base_bindir}
27 mv ${D}${bindir}/tar ${D}${base_bindir}/tar 27 mv ${D}${bindir}/tar ${D}${base_bindir}/tar
@@ -32,21 +32,21 @@ do_install_append_class-target() {
32 32
33PACKAGES =+ "${PN}-rmt" 33PACKAGES =+ "${PN}-rmt"
34 34
35FILES_${PN}-rmt = "${base_sbindir}/rmt*" 35FILES:${PN}-rmt = "${base_sbindir}/rmt*"
36 36
37inherit update-alternatives 37inherit update-alternatives
38 38
39ALTERNATIVE_PRIORITY = "100" 39ALTERNATIVE_PRIORITY = "100"
40 40
41ALTERNATIVE_${PN} = "tar" 41ALTERNATIVE:${PN} = "tar"
42ALTERNATIVE_${PN}-rmt = "rmt" 42ALTERNATIVE:${PN}-rmt = "rmt"
43ALTERNATIVE_${PN}_class-nativesdk = "" 43ALTERNATIVE:${PN}:class-nativesdk = ""
44ALTERNATIVE_${PN}-rmt_class-nativesdk = "" 44ALTERNATIVE:${PN}-rmt:class-nativesdk = ""
45 45
46ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar" 46ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar"
47ALTERNATIVE_LINK_NAME[rmt] = "${base_sbindir}/rmt" 47ALTERNATIVE_LINK_NAME[rmt] = "${base_sbindir}/rmt"
48 48
49PROVIDES_append_class-native = " tar-replacement-native" 49PROVIDES:append:class-native = " tar-replacement-native"
50NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" 50NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
51 51
52BBCLASSEXTEND = "native nativesdk" 52BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-extended/texinfo/texinfo_4.8.bb b/recipes-extended/texinfo/texinfo_4.8.bb
index 13678e0..ea269cc 100644
--- a/recipes-extended/texinfo/texinfo_4.8.bb
+++ b/recipes-extended/texinfo/texinfo_4.8.bb
@@ -7,15 +7,15 @@ SECTION = "console/utils"
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
9 9
10PROVIDES_append_class-native = " texinfo-4.8-replacement-native" 10PROVIDES:append:class-native = " texinfo-4.8-replacement-native"
11 11
12DEPENDS = "zlib ncurses texinfo-4.8-replacement-native" 12DEPENDS = "zlib ncurses texinfo-4.8-replacement-native"
13DEPENDS_class-native = "zlib-native ncurses-native" 13DEPENDS:class-native = "zlib-native ncurses-native"
14 14
15TARGET_PATCH = "file://use_host_makedoc.patch \ 15TARGET_PATCH = "file://use_host_makedoc.patch \
16 file://using-native-makeinfo.patch \ 16 file://using-native-makeinfo.patch \
17" 17"
18TARGET_PATCH_class-native = "" 18TARGET_PATCH:class-native = ""
19 19
20SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \ 20SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \
21 file://check-locale-h.patch \ 21 file://check-locale-h.patch \
@@ -30,25 +30,25 @@ tex_texinfo = "texmf/tex/texinfo"
30 30
31inherit gettext autotools 31inherit gettext autotools
32 32
33do_install_append() { 33do_install:append() {
34 mkdir -p ${D}${datadir}/${tex_texinfo} 34 mkdir -p ${D}${datadir}/${tex_texinfo}
35 install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo} 35 install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo}
36} 36}
37 37
38do_install_append_class-native() { 38do_install:append:class-native() {
39 install -m 755 info/makedoc ${D}${bindir} 39 install -m 755 info/makedoc ${D}${bindir}
40 install -m 755 makeinfo/makeinfo ${D}${bindir} 40 install -m 755 makeinfo/makeinfo ${D}${bindir}
41} 41}
42 42
43PACKAGES += "info info-doc" 43PACKAGES += "info info-doc"
44 44
45FILES_info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info" 45FILES:info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info"
46FILES_info-doc = "${infodir}/info.info ${infodir}/dir ${infodir}/info-*.info \ 46FILES:info-doc = "${infodir}/info.info ${infodir}/dir ${infodir}/info-*.info \
47 ${mandir}/man1/info.1* ${mandir}/man5/info.5* \ 47 ${mandir}/man1/info.1* ${mandir}/man5/info.5* \
48 ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*" 48 ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*"
49 49
50FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo" 50FILES:${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo"
51FILES_${PN}-doc = "${infodir}/texinfo* \ 51FILES:${PN}-doc = "${infodir}/texinfo* \
52 ${datadir}/${tex_texinfo} \ 52 ${datadir}/${tex_texinfo} \
53 ${mandir}/man1 ${mandir}/man5" 53 ${mandir}/man1 ${mandir}/man5"
54 54
diff --git a/recipes-extended/time/time_1.7.bb b/recipes-extended/time/time_1.7.bb
index e5713db..ccc7788 100644
--- a/recipes-extended/time/time_1.7.bb
+++ b/recipes-extended/time/time_1.7.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
8 8
9inherit texinfo update-alternatives 9inherit texinfo update-alternatives
10 10
11ALTERNATIVE_${PN} = "time" 11ALTERNATIVE:${PN} = "time"
12ALTERNATIVE_PRIORITY = "100" 12ALTERNATIVE_PRIORITY = "100"
13 13
14BBCLASSEXTEND = "native nativesdk" 14BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-extended/which/which_2.18.bb b/recipes-extended/which/which_2.18.bb
index eb6cc99..63b43c4 100644
--- a/recipes-extended/which/which_2.18.bb
+++ b/recipes-extended/which/which_2.18.bb
@@ -23,12 +23,12 @@ DEPENDS = "cwautomacros-native"
23 23
24inherit autotools texinfo update-alternatives 24inherit autotools texinfo update-alternatives
25 25
26do_configure_prepend() { 26do_configure:prepend() {
27 OLD="@ACLOCAL_CWFLAGS@" 27 OLD="@ACLOCAL_CWFLAGS@"
28 NEW="-I ${STAGING_DIR_NATIVE}/${datadir}/cwautomacros/m4" 28 NEW="-I ${STAGING_DIR_NATIVE}/${datadir}/cwautomacros/m4"
29 sed -i "s#${OLD}#${NEW}#g" `grep -rl ${OLD} ${S}` 29 sed -i "s#${OLD}#${NEW}#g" `grep -rl ${OLD} ${S}`
30} 30}
31 31
32ALTERNATIVE_${PN} = "which" 32ALTERNATIVE:${PN} = "which"
33ALTERNATIVE_PRIORITY = "100" 33ALTERNATIVE_PRIORITY = "100"
34 34
diff --git a/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/recipes-sato/rxvt-unicode/rxvt-unicode.inc
index b568f04..4da2596 100644
--- a/recipes-sato/rxvt-unicode/rxvt-unicode.inc
+++ b/recipes-sato/rxvt-unicode/rxvt-unicode.inc
@@ -15,10 +15,10 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2
15inherit autotools pkgconfig update-alternatives 15inherit autotools pkgconfig update-alternatives
16 16
17PROVIDES = "virtual/x-terminal-emulator" 17PROVIDES = "virtual/x-terminal-emulator"
18ALTERNATIVE_${PN} = "x-terminal-emulator" 18ALTERNATIVE:${PN} = "x-terminal-emulator"
19ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt" 19ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt"
20 20
21CFLAGS_append = " -fpermissive" 21CFLAGS:append = " -fpermissive"
22 22
23EXTRA_OECONF = "--enable-xim \ 23EXTRA_OECONF = "--enable-xim \
24 --enable-utmp --enable-wtmp --enable-lastlog \ 24 --enable-utmp --enable-wtmp --enable-lastlog \
@@ -33,20 +33,20 @@ EXTRA_OECONF = "--enable-xim \
33PACKAGECONFIG ??= "" 33PACKAGECONFIG ??= ""
34PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," 34PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification,"
35 35
36do_configure_prepend () { 36do_configure:prepend () {
37 if [ ! -e ${S}/acinclude.m4 ]; then 37 if [ ! -e ${S}/acinclude.m4 ]; then
38 cp ${S}/aclocal.m4 ${S}/acinclude.m4 38 cp ${S}/aclocal.m4 ${S}/acinclude.m4
39 fi 39 fi
40} 40}
41 41
42do_compile_prepend () { 42do_compile:prepend () {
43 echo '#define UTMP_FILE "${localstatedir}/run/utmp"' >> config.h 43 echo '#define UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
44 echo '#define WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h 44 echo '#define WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h
45 echo '#define LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h 45 echo '#define LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h
46 echo '#define HAVE_XLOCALE 1' >> config.h 46 echo '#define HAVE_XLOCALE 1' >> config.h
47} 47}
48 48
49do_install_append () { 49do_install:append () {
50 install -d ${D}/${datadir} 50 install -d ${D}/${datadir}
51 install -d ${D}/${datadir}/applications 51 install -d ${D}/${datadir}/applications
52 install -d ${D}/${datadir}/pixmaps/ 52 install -d ${D}/${datadir}/pixmaps/
@@ -55,4 +55,4 @@ do_install_append () {
55 install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications 55 install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications
56} 56}
57 57
58FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" 58FILES:${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png"
diff --git a/recipes-support/gdbm/gdbm_1.8.3.bb b/recipes-support/gdbm/gdbm_1.8.3.bb
index b253dc1..b7551ad 100644
--- a/recipes-support/gdbm/gdbm_1.8.3.bb
+++ b/recipes-support/gdbm/gdbm_1.8.3.bb
@@ -18,7 +18,7 @@ inherit autotools texinfo
18 18
19BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"
20 20
21do_install_append () { 21do_install:append () {
22 oe_runmake install-compat DESTDIR=${D} 22 oe_runmake install-compat DESTDIR=${D}
23 install -d ${D}${includedir}/gdbm 23 install -d ${D}${includedir}/gdbm
24 install -m 0644 ${S}/dbm.h ${D}${includedir}/ 24 install -m 0644 ${S}/dbm.h ${D}${includedir}/
diff --git a/recipes-support/gmp/gmp.inc b/recipes-support/gmp/gmp.inc
index abac8cf..60520c2 100644
--- a/recipes-support/gmp/gmp.inc
+++ b/recipes-support/gmp/gmp.inc
@@ -8,5 +8,5 @@ inherit autotools texinfo
8PACKAGECONFIG ??= "" 8PACKAGECONFIG ??= ""
9PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" 9PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"
10 10
11ARM_INSTRUCTION_SET_armv4 = "arm" 11ARM_INSTRUCTION_SET:armv4 = "arm"
12ARM_INSTRUCTION_SET_armv5 = "arm" 12ARM_INSTRUCTION_SET:armv5 = "arm"
diff --git a/recipes-support/gmp/gmp_4.2.1.bb b/recipes-support/gmp/gmp_4.2.1.bb
index 029e728..88d8f9b 100644
--- a/recipes-support/gmp/gmp_4.2.1.bb
+++ b/recipes-support/gmp/gmp_4.2.1.bb
@@ -1,7 +1,7 @@
1require gmp.inc 1require gmp.inc
2 2
3LICENSE = "LGPLv2.1+ & GPLv2+" 3LICENSE = "LGPLv2.1+ & GPLv2+"
4LICENSE_${PN} = "LGPLv2.1+" 4LICENSE:${PN} = "LGPLv2.1+"
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \
7 file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ 7 file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \
diff --git a/recipes-support/gnupg/gnupg_1.4.7.bb b/recipes-support/gnupg/gnupg_1.4.7.bb
index c7da052..7f146a1 100644
--- a/recipes-support/gnupg/gnupg_1.4.7.bb
+++ b/recipes-support/gnupg/gnupg_1.4.7.bb
@@ -100,14 +100,14 @@ do_install () {
100} 100}
101 101
102# split out gpgv from main package 102# split out gpgv from main package
103RDEPENDS_${PN} = "gpgv" 103RDEPENDS:${PN} = "gpgv"
104RDEPENDS_${PN}_class-native = "" 104RDEPENDS:${PN}:class-native = ""
105 105
106PACKAGES =+ "gpgv" 106PACKAGES =+ "gpgv"
107FILES_gpgv = "${bindir}/gpgv" 107FILES:gpgv = "${bindir}/gpgv"
108 108
109# Exclude debug files from the main packages 109# Exclude debug files from the main packages
110FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*" 110FILES:${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*"
111 111
112PACKAGECONFIG ??= "" 112PACKAGECONFIG ??= ""
113PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl" 113PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl"
diff --git a/recipes-support/gnutls/gnutls.inc b/recipes-support/gnutls/gnutls.inc
index 6b46e54..491fdbf 100644
--- a/recipes-support/gnutls/gnutls.inc
+++ b/recipes-support/gnutls/gnutls.inc
@@ -3,16 +3,16 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" 3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
4 4
5LICENSE = "GPLv3+ & LGPLv2.1+" 5LICENSE = "GPLv3+ & LGPLv2.1+"
6LICENSE_${PN} = "LGPLv2.1+" 6LICENSE:${PN} = "LGPLv2.1+"
7LICENSE_${PN}-xx = "LGPLv2.1+" 7LICENSE:${PN}-xx = "LGPLv2.1+"
8LICENSE_${PN}-bin = "GPLv3+" 8LICENSE:${PN}-bin = "GPLv3+"
9LICENSE_${PN}-openssl = "GPLv3+" 9LICENSE:${PN}-openssl = "GPLv3+"
10 10
11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
12 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" 12 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
13 13
14DEPENDS = "nettle gmp virtual/libiconv" 14DEPENDS = "nettle gmp virtual/libiconv"
15DEPENDS_append_libc-musl = " argp-standalone" 15DEPENDS:append:libc-musl = " argp-standalone"
16 16
17SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" 17SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
18 18
@@ -38,9 +38,9 @@ EXTRA_OECONF = " \
38 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ 38 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
39" 39"
40 40
41LDFLAGS_append_libc-musl = " -largp" 41LDFLAGS:append:libc-musl = " -largp"
42 42
43do_configure_prepend() { 43do_configure:prepend() {
44 for dir in . lib; do 44 for dir in . lib; do
45 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4 45 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4
46 done 46 done
@@ -48,8 +48,8 @@ do_configure_prepend() {
48 48
49PACKAGES =+ "${PN}-openssl ${PN}-xx" 49PACKAGES =+ "${PN}-openssl ${PN}-xx"
50 50
51FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" 51FILES:${PN}-dev += "${bindir}/gnutls-cli-debug"
52FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" 52FILES:${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
53FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" 53FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*"
54 54
55BBCLASSEXTEND = "native nativesdk" 55BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-support/libiconv/libiconv_1.11.1.bb b/recipes-support/libiconv/libiconv_1.11.1.bb
index f28e64a..1e6668e 100644
--- a/recipes-support/libiconv/libiconv_1.11.1.bb
+++ b/recipes-support/libiconv/libiconv_1.11.1.bb
@@ -31,17 +31,17 @@ EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable"
31 31
32LEAD_SONAME = "libiconv.so" 32LEAD_SONAME = "libiconv.so"
33 33
34do_configure_prepend () { 34do_configure:prepend () {
35 rm -f ${S}/m4/libtool.m4 ${S}/m4/ltoptions.m4 ${S}/m4/ltsugar.m4 ${S}/m4/ltversion.m4 ${S}/m4/lt~obsolete.m4 ${S}/libcharset/m4/libtool.m4 ${S}/libcharset/m4/ltoptions.m4 ${S}/libcharset/m4/ltsugar.m4 ${S}/libcharset/m4/ltversion.m4 ${S}/libcharset/m4/lt~obsolete.m4 35 rm -f ${S}/m4/libtool.m4 ${S}/m4/ltoptions.m4 ${S}/m4/ltsugar.m4 ${S}/m4/ltversion.m4 ${S}/m4/lt~obsolete.m4 ${S}/libcharset/m4/libtool.m4 ${S}/libcharset/m4/ltoptions.m4 ${S}/libcharset/m4/ltsugar.m4 ${S}/libcharset/m4/ltversion.m4 ${S}/libcharset/m4/lt~obsolete.m4
36} 36}
37 37
38do_configure_append () { 38do_configure:append () {
39 # forcibly remove RPATH from libtool 39 # forcibly remove RPATH from libtool
40 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' *libtool 40 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' *libtool
41 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=_NO_RPATH_|g' *libtool 41 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=_NO_RPATH_|g' *libtool
42} 42}
43 43
44do_install_append () { 44do_install:append () {
45 rm -rf ${D}${libdir}/preloadable_libiconv.so 45 rm -rf ${D}${libdir}/preloadable_libiconv.so
46 rm -rf ${D}${libdir}/charset.alias 46 rm -rf ${D}${libdir}/charset.alias
47} 47}
diff --git a/recipes-support/nettle/nettle.inc b/recipes-support/nettle/nettle.inc
index af51fb6..5c27c1e 100644
--- a/recipes-support/nettle/nettle.inc
+++ b/recipes-support/nettle/nettle.inc
@@ -15,7 +15,7 @@ inherit autotools ptest
15 15
16EXTRA_OECONF = "--disable-openssl" 16EXTRA_OECONF = "--disable-openssl"
17 17
18do_configure_prepend() { 18do_configure:prepend() {
19 if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then 19 if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then
20 cp ${S}/aclocal.m4 ${S}/acinclude.m4 20 cp ${S}/aclocal.m4 ${S}/acinclude.m4
21 fi 21 fi
diff --git a/recipes-support/nettle/nettle_2.7.1.bb b/recipes-support/nettle/nettle_2.7.1.bb
index 2006146..7ff03dd 100644
--- a/recipes-support/nettle/nettle_2.7.1.bb
+++ b/recipes-support/nettle/nettle_2.7.1.bb
@@ -1,7 +1,7 @@
1require nettle.inc 1require nettle.inc
2 2
3LICENSE = "LGPLv2.1+ & GPLv2" 3LICENSE = "LGPLv2.1+ & GPLv2"
4LICENSE_${PN} = "LGPLv2.1+" 4LICENSE:${PN} = "LGPLv2.1+"
5 5
6LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 6LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
7 file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \ 7 file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \
diff --git a/recipes-support/shared-mime-info/shared-mime-info.inc b/recipes-support/shared-mime-info/shared-mime-info.inc
index 2614d3a..06d0422 100644
--- a/recipes-support/shared-mime-info/shared-mime-info.inc
+++ b/recipes-support/shared-mime-info/shared-mime-info.inc
@@ -13,14 +13,14 @@ inherit autotools pkgconfig gettext mime
13 13
14EXTRA_OECONF = "--disable-update-mimedb" 14EXTRA_OECONF = "--disable-update-mimedb"
15 15
16FILES_${PN} += "${datadir}/mime" 16FILES:${PN} += "${datadir}/mime"
17FILES_${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc" 17FILES:${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc"
18 18
19# freedesktop.org.xml is only required when updating the mime database, 19# freedesktop.org.xml is only required when updating the mime database,
20# package it separately 20# package it separately
21PACKAGES =+ "shared-mime-info-data" 21PACKAGES =+ "shared-mime-info-data"
22FILES_shared-mime-info-data = "${datadir}/mime/packages/freedesktop.org.xml" 22FILES:shared-mime-info-data = "${datadir}/mime/packages/freedesktop.org.xml"
23RDEPENDS_shared-mime-info-data = "shared-mime-info" 23RDEPENDS:shared-mime-info-data = "shared-mime-info"
24 24
25do_install () { 25do_install () {
26 autotools_do_install 26 autotools_do_install
@@ -28,7 +28,7 @@ do_install () {
28 update-mime-database ${D}${datadir}/mime 28 update-mime-database ${D}${datadir}/mime
29} 29}
30 30
31do_install_class-native () { 31do_install:class-native () {
32 autotools_do_install 32 autotools_do_install
33 33
34 ${B}/update-mime-database ${D}${datadir}/mime 34 ${B}/update-mime-database ${D}${datadir}/mime