diff options
| author | Chris Larson <clarson@kergoth.com> | 2003-10-17 00:04:36 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2003-10-17 00:04:36 +0000 |
| commit | 88ca5e7b8d117bdceef3516d15a5e5b0b4b75eaf (patch) | |
| tree | 9e685fd22294440eb759c1e734c682a1ab8225ac | |
| parent | 89f514b9d243fe551466eae22a72e482a2c99541 (diff) | |
First pass at patches to update various packages to recent autotools (first pass is 'autoupdate' only).
BKrev: 3f8f3214lGQ4WxIZ_n6VvkJ1pfUjcQ
60 files changed, 516 insertions, 4 deletions
diff --git a/openssh/openssh-3.7.1p1/cross.patch b/apache/apache-2.0.47/configure.patch index e69de29bb2..e69de29bb2 100644 --- a/openssh/openssh-3.7.1p1/cross.patch +++ b/apache/apache-2.0.47/configure.patch diff --git a/apache/apache_2.0.47.oe b/apache/apache_2.0.47.oe index cee55d3c2a..10658ee80e 100644 --- a/apache/apache_2.0.47.oe +++ b/apache/apache_2.0.47.oe @@ -1,4 +1,5 @@ SRC_URI = http://ftp.epix.net/apache/httpd/httpd-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ file://${FILESDIR}/pcre-configure.patch;patch=1 SECTION = net DEPENDS = virtual/libc expat openssl diff --git a/openssh/openssh-3.7.1p2/cross.patch b/avr-libc/avr-libc-1.0/configure.patch index e69de29bb2..e69de29bb2 100644 --- a/openssh/openssh-3.7.1p2/cross.patch +++ b/avr-libc/avr-libc-1.0/configure.patch diff --git a/avr-libc/avr-libc_1.0.oe b/avr-libc/avr-libc_1.0.oe index e69de29bb2..13476bb956 100644 --- a/avr-libc/avr-libc_1.0.oe +++ b/avr-libc/avr-libc_1.0.oe @@ -0,0 +1,27 @@ +PROVIDES = virtual/libc + +SRC_URI := http://savannah.nongnu.org/download/avr-libc/released/SOURCES/avr-libc-1.0.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} +B := ${WORKDIR}/build.${BUILD_SYS}.${TARGET_SYS} + +inherit autotools + +export tooldir=${prefix} +prefix=${CROSS_DIR} +exec_prefix=${prefix} + +do_stage () { +# install into CROSS_DIR + oe_runmake install +# install into STAGING_DIR + oe_runmake 'prefix=${STAGING_DIR}' 'exec_prefix=${STAGING_DIR}' \ + 'bindir=${STAGING_BINDIR}' 'libdir=${STAGING_LIBDIR}' \ + 'tooldir=${STAGING_DIR}' 'toolibdir=${STAGING_LIBDIR}' \ + install +} + +do_install () { +# install into D + oe_runmake 'DESTDIR=${D}' 'tooldir=/' install +} diff --git a/base-passwd/base-passwd-3.5.4/configure.patch b/base-passwd/base-passwd-3.5.4/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/base-passwd/base-passwd-3.5.4/configure.patch diff --git a/base-passwd/base-passwd_3.5.4.oe b/base-passwd/base-passwd_3.5.4.oe index f9fae0580a..67a808689c 100644 --- a/base-passwd/base-passwd_3.5.4.oe +++ b/base-passwd/base-passwd_3.5.4.oe @@ -1,7 +1,8 @@ DEPENDS = virtual/libc RDEPENDS = libc6 -SRC_URI := ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_3.5.4.tar.gz +SRC_URI := ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_3.5.4.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 S := ${WORKDIR}/${P} inherit autotools diff --git a/bash/bash-2.05b/configure.patch b/bash/bash-2.05b/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/bash/bash-2.05b/configure.patch diff --git a/bash/bash_2.05b.oe b/bash/bash_2.05b.oe index e69de29bb2..cb716d37ff 100644 --- a/bash/bash_2.05b.oe +++ b/bash/bash_2.05b.oe @@ -0,0 +1,22 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI = ${GNU_MIRROR}/bash/bash-2.05b.tar.gz \ + file://${FILESDIR}/make.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools + +EXTRA_OECONF = --with-curses +BUILD_CPPFLAGS_append = " -I${S} -I${S}/include" +BUILD_CFLAGS_append = " -I${S} -I${S}/include" +export CFLAGS_FOR_BUILD=${BUILD_CFLAGS} +export CPPFLAGS_FOR_BUILD=${BUILD_CPPFLAGS} +export LDFLAGS_FOR_BUILD=${BUILD_LDFLAGS} +export CC_FOR_BUILD=${BUILD_CC} +do_configure_prepend () { + if [ ! -e acinclude.m4 ]; then + mv aclocal.m4 acinclude.m4 + fi + support/mkconffiles +} diff --git a/binutils/binutils-2.14.90.0.6/configure.patch b/binutils/binutils-2.14.90.0.6/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/binutils/binutils-2.14.90.0.6/configure.patch diff --git a/binutils/binutils_2.14.90.0.6.oe b/binutils/binutils_2.14.90.0.6.oe index e69de29bb2..6c415916c7 100644 --- a/binutils/binutils_2.14.90.0.6.oe +++ b/binutils/binutils_2.14.90.0.6.oe @@ -0,0 +1,73 @@ +inherit autotools + +DESCRIPTION := A GNU collection of binary utilities +LICENSE := GPL +MAINTAINER := Gerald Britton <gbritton@doomcom.org> + +DEPENDS := virtual/${CROSS}binutils virtual/${CROSS}gcc \ + virtual/libc virtual/libc-headers patcher + +PACKAGES = ${PN} ${PN}-doc +FILES_${PN} = ${includedir} ${libdir} ${bindir}/* + +SRC_URI := http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ + file://${FILESDIR}/binutils-001_ld_makefile.patch;patch=1 \ + file://${FILESDIR}/binutils-006_better_file_error.patch;patch=1 \ + file://${FILESDIR}/binutils-009_signed_char_fix.patch;patch=1 \ + file://${FILESDIR}/binutils-012_check_ldrunpath_length.patch;patch=1 \ + file://${FILESDIR}/binutils-906-hjl_libtool_dso.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 + +S := ${WORKDIR}/binutils-${PV} +B := ${S}/build.${HOST_SYS}.${TARGET_SYS} + +EXTRA_OECONF := --enable-targets=${TARGET_SYS} \ + --with-sysroot=${prefix} \ + --with-lib-path=${prefix}/lib:/lib \ + --enable-multilib \ + --program-prefix=${TARGET_SYS}- + +# This is necessary due to a bug in the binutils Makefiles +EXTRA_OEMAKE = configure-build-libiberty all + +export AR = ${CROSS}ar +export AS = ${CROSS}as +export LD = ${CROSS}ld +export NM = ${CROSS}nm +export RANLIB = ${CROSS}ranlib +export OBJCOPY = ${CROSS}objcopy +export OBJDUMP = ${CROSS}objdump + +export AR_FOR_TARGET = ${TARGET_SYS}-ar +export AS_FOR_TARGET = ${TARGET_SYS}-as +export LD_FOR_TARGET = ${TARGET_SYS}-ld +export NM_FOR_TARGET = ${TARGET_SYS}-nm +export RANLIB_FOR_TARGET = ${TARGET_SYS}-ranlib + +export CC_FOR_HOST = ${CCACHE} ${CROSS}gcc +export CXX_FOR_HOST = ${CCACHE} ${CROSS}gcc + +export CC_FOR_BUILD = ${BUILD_CC} + +export CC = ${CCACHE} ${CROSS}gcc + +binutilsbuild_do_patch () { + oenote IN binutils patch + perl -i -p -e 's,#.*define.*ELF_DYNAMIC_INTERPRETER.*".*",#define ELF_DYNAMIC_INTERPRETER "/lib/ld-uClibc.so.0",;' `grep -lr ELF_DYNAMIC_INTERPRETER *` +} + +python do_patch () { + oe.build.exec_func('base_do_patch', d) + oe.build.exec_func('binutilsbuild_do_patch', d) +} + +do_install_append () { + cd ${D}/${bindir} + # Symlinks for if this is intended to be the only compiler + ( + for p in ${TARGET_SYS}-* ; do + ln -sf $p `echo $p | sed -e s,${TARGET_SYS}-,,` + done + true + ) +} diff --git a/console-tools/console-tools-0.3.2/configure.patch b/console-tools/console-tools-0.3.2/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/console-tools/console-tools-0.3.2/configure.patch diff --git a/console-tools/console-tools_0.3.2.oe b/console-tools/console-tools_0.3.2.oe index e69de29bb2..8083581973 100644 --- a/console-tools/console-tools_0.3.2.oe +++ b/console-tools/console-tools_0.3.2.oe @@ -0,0 +1,16 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := ${SOURCEFORGE_MIRROR}/lct/console-tools-0.3.2.tar.gz \ + file://${FILESDIR}/codepage.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +export SUBDIRS='fontfiletools vttools kbdtools screenfonttools contrib \ + examples po intl compat' +do_compile () { + oe_runmake -C lib + oe_runmake 'SUBDIRS=${SUBDIRS}' +} + +inherit autotools libtool diff --git a/corkscrew/corkscrew-2.0/configure.patch b/corkscrew/corkscrew-2.0/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/corkscrew/corkscrew-2.0/configure.patch diff --git a/corkscrew/corkscrew_2.0.oe b/corkscrew/corkscrew_2.0.oe index e69de29bb2..612c6fee68 100644 --- a/corkscrew/corkscrew_2.0.oe +++ b/corkscrew/corkscrew_2.0.oe @@ -0,0 +1,5 @@ +SRC_URI := http://www.agroman.net/${PN}/${P}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools diff --git a/cscope/cscope-15.4/configure.patch b/cscope/cscope-15.4/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/cscope/cscope-15.4/configure.patch diff --git a/cscope/cscope_15.4.oe b/cscope/cscope_15.4.oe index e69de29bb2..3472c4fd5d 100644 --- a/cscope/cscope_15.4.oe +++ b/cscope/cscope_15.4.oe @@ -0,0 +1,12 @@ +DEPENDS = virtual/libc ncurses-5.3 +RDEPENDS = libc6 libncurses5 + +SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-15.4.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools + +do_compile () { + oe_runmake 'LDFLAGS=${LDFLAGS}' +} diff --git a/fbi/fbi-1.22/configure.patch b/fbi/fbi-1.22/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/fbi/fbi-1.22/configure.patch diff --git a/fbi/fbi_1.22.oe b/fbi/fbi_1.22.oe index e69de29bb2..019e64d773 100644 --- a/fbi/fbi_1.22.oe +++ b/fbi/fbi_1.22.oe @@ -0,0 +1,10 @@ +DEPENDS = virtual/libc jpeg + +SRC_URI := http://bytesex.org/misc/fbi_1.22.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools + +CFLAGS_append = " ${LDFLAGS}" +EXTRA_OECONF = --disable-magick --without-x diff --git a/findutils/findutils-4.1.20/configure.patch b/findutils/findutils-4.1.20/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/findutils/findutils-4.1.20/configure.patch diff --git a/findutils/findutils_4.1.20.oe b/findutils/findutils_4.1.20.oe index e69de29bb2..271a93c6f3 100644 --- a/findutils/findutils_4.1.20.oe +++ b/findutils/findutils_4.1.20.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := ftp://alpha.gnu.org/gnu/findutils/findutils-4.1.20.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools diff --git a/gawk/gawk-3.0.4/configure.patch b/gawk/gawk-3.0.4/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gawk/gawk-3.0.4/configure.patch diff --git a/gawk/gawk_3.0.4.oe b/gawk/gawk_3.0.4.oe index e69de29bb2..3b4d90d03e 100644 --- a/gawk/gawk_3.0.4.oe +++ b/gawk/gawk_3.0.4.oe @@ -0,0 +1,17 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S = ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OEMAKE = "'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}/man1' 'infodir=${D}/${datadir}/info' \ + 'libexecdir=${D}/${libexecdir}' 'datadir=${D}/${datadir}/awk'" + +do_install_append () { + rm -f ${D}/${bindir}/gawk-* +} + +FILES_gawk_append = " ${datadir}/awk" diff --git a/gpm/gpm-1.20.1/configure.patch b/gpm/gpm-1.20.1/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpm/gpm-1.20.1/configure.patch diff --git a/gpm/gpm_1.20.1.oe b/gpm/gpm_1.20.1.oe index 336d277879..1e30cae9ce 100644 --- a/gpm/gpm_1.20.1.oe +++ b/gpm/gpm_1.20.1.oe @@ -1,4 +1,5 @@ -SRC_URI = ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2 +SRC_URI = ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1 S = ${WORKDIR}/${P} inherit autotools diff --git a/gzip/gzip-1.3.5/configure.patch b/gzip/gzip-1.3.5/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gzip/gzip-1.3.5/configure.patch diff --git a/gzip/gzip_1.3.5.oe b/gzip/gzip_1.3.5.oe index e69de29bb2..deae765bef 100644 --- a/gzip/gzip_1.3.5.oe +++ b/gzip/gzip_1.3.5.oe @@ -0,0 +1,11 @@ +SECTION="base" +PRIORITY="required" +MAINTAINER="Greg Gilbert <greg@treke.net>" +RDEPENDS="libc6" +DEPENDS=virtual/libc + +SRC_URI = ${DEBIAN_MIRROR}/main/g/${PN}/${PN}_${PV}.orig.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +S=${WORKDIR}/${PN}-${PV} +inherit autotools diff --git a/irda-utils/irda-utils-0.9.15/configure.patch b/irda-utils/irda-utils-0.9.15/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/irda-utils/irda-utils-0.9.15/configure.patch diff --git a/irda-utils/irda-utils_0.9.15.oe b/irda-utils/irda-utils_0.9.15.oe index e69de29bb2..e2e90c8192 100644 --- a/irda-utils/irda-utils_0.9.15.oe +++ b/irda-utils/irda-utils_0.9.15.oe @@ -0,0 +1,22 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 +DESCRIPTION = Provides common files needed to use IrDA.\ + IrDA allows communication over Infrared with other devices\ + such as phones and laptops. + +SRC_URI = ${SOURCEFORGE_MIRROR}/irda/${P}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S = ${WORKDIR}/${P} + +inherit autotools libtool + +do_compile () { + oe_runmake -C irattach + oe_runmake -C irdaping +} + +do_install () { + install -d ${D}/usr/sbin + oe_runmake -C irattach ROOT="${D}" install + oe_runmake -C irdaping ROOT="${D}" install +} diff --git a/less/less-381/configure.patch b/less/less-381/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/less/less-381/configure.patch diff --git a/less/less_381.oe b/less/less_381.oe index 44b187813d..510a99f9a3 100644 --- a/less/less_381.oe +++ b/less/less_381.oe @@ -1,7 +1,8 @@ DEPENDS = virtual/libc ncurses RDEPENDS = libc6 libncurses5 -SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz +SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 S := ${WORKDIR}/${P} inherit autotools diff --git a/liblockfile/liblockfile-1.05/configure.patch b/liblockfile/liblockfile-1.05/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/liblockfile/liblockfile-1.05/configure.patch diff --git a/liblockfile/liblockfile_1.05.oe b/liblockfile/liblockfile_1.05.oe index 452a9c8221..0f9fe563a2 100644 --- a/liblockfile/liblockfile_1.05.oe +++ b/liblockfile/liblockfile_1.05.oe @@ -2,7 +2,8 @@ DEPENDS = virtual/libc RDEPENDS = libc6 SRC_URI = ${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ - file:/${FILESDIR}/install.patch;patch=1 + file:/${FILESDIR}/install.patch;patch=1 \ + file:/${FILESDIR}/configure.patch;patch=1 inherit autotools diff --git a/libogg/libogg-1.0.0/configure.patch b/libogg/libogg-1.0.0/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libogg/libogg-1.0.0/configure.patch diff --git a/libogg/libogg_1.0.0.oe b/libogg/libogg_1.0.0.oe index e69de29bb2..d542599c01 100644 --- a/libogg/libogg_1.0.0.oe +++ b/libogg/libogg_1.0.0.oe @@ -0,0 +1,27 @@ +SECTION="libs" +PRIORITY="optional" +MAINTAINER="" +RDEPENDS="libc6" +SECTION="libs" +DEPENDS=virtual/libc + +SRC_URI = "ftp://ftp.debian.org/debian/pool/main/libo/libogg/${PN}_${PV}.orig.tar.gz" +SRC_URI_append = " file://${FILESDIR}/libogg-configure.patch;patch=1" +SRC_URI_append = " file://${FILESDIR}/configure.patch;patch=1" +S=${WORKDIR}/${P} + +inherit autotools libtool + +do_stage () { + install -m 0644 src/.libs/libogg.a ${STAGING_LIBDIR}/ + install -m 0644 src/.libs/libogg.lai ${STAGING_LIBDIR}/libogg.la + install -m 0644 src/.libs/libogg.so.0.4.0 ${STAGING_LIBDIR}/ + ln -sf libogg.so.0.4.0 ${STAGING_LIBDIR}/libogg.so.0 + ln -sf libogg.so.0.4.0 ${STAGING_LIBDIR}/libogg.so + + install -d ${STAGING_LIBDIR}/ogg + (cd include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_LIBDIR}/ogg/) + + install -d ${STAGING_DIR}/share/aclocal + install -m 0644 ogg.m4 ${STAGING_DIR}/share/aclocal/ogg.m4 +} diff --git a/libpcap/libpcap-0.7.2/configure.patch b/libpcap/libpcap-0.7.2/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libpcap/libpcap-0.7.2/configure.patch diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe index e69de29bb2..a7049a31bb 100644 --- a/libpcap/libpcap_0.7.2.oe +++ b/libpcap/libpcap_0.7.2.oe @@ -0,0 +1,26 @@ +DESCRIPTION="Network Packet Capture Library" +SECTION="libs" +PRIORITY="required" +MAINTAINER="Greg Gilbert <treke@handhelds.org>" +RDEPENDS="libc6" + +SRC_URI=http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; +SRC_URI_append=" file://${FILESDIR}/libpcap-shared.patch;patch=1" +SRC_URI_append=" file://${FILESDIR}/configure.patch;patch=1" +DEPENDS=virtual/libc +S=${WORKDIR}/libpcap-${PV} + +inherit autotools +EXTRA_OECONF=" --with-pcap=linux" + +do_stage () { + install -d ${STAGING_DIR}/target/include/net + install -m 0644 net/bpf.h ${STAGING_DIR}/target/include/net/bpf.h + install -m 0644 pcap.h ${STAGING_DIR}/target/include/pcap.h + install -m 0644 pcap-namedb.h ${STAGING_DIR}/target/include/pcap-namedb.h + install -m 0755 libpcap.so.${PV} ${STAGING_LIBDIR}/ + ln -sf libpcap.so.${PV} ${STAGING_LIBDIR}/libpcap.so.0.7 + ln -sf libpcap.so.${PV} ${STAGING_LIBDIR}/libpcap.so.0 + ln -sf libpcap.so.${PV} ${STAGING_LIBDIR}/libpcap.so + install -m 0644 libpcap.a ${STAGING_LIBDIR}/ +} diff --git a/mailutils/mailutils-0.3.1/configure.patch b/mailutils/mailutils-0.3.1/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mailutils/mailutils-0.3.1/configure.patch diff --git a/mailutils/mailutils_0.3.1.oe b/mailutils/mailutils_0.3.1.oe index e69de29bb2..1e0a8eba87 100644 --- a/mailutils/mailutils_0.3.1.oe +++ b/mailutils/mailutils_0.3.1.oe @@ -0,0 +1,10 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := ${GNU_MIRROR}/mailutils/mailutils-0.3.1.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OECONF = --disable-pam --program-prefix= diff --git a/modutils/modutils-2.4.25-r0/configure.patch b/modutils/modutils-2.4.25-r0/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/modutils/modutils-2.4.25-r0/configure.patch diff --git a/modutils/modutils_2.4.25.oe b/modutils/modutils_2.4.25.oe index e69de29bb2..cfee450fab 100644 --- a/modutils/modutils_2.4.25.oe +++ b/modutils/modutils_2.4.25.oe @@ - |
