# HG changeset patch # User Pascal Bellard # Date 1586164251 -7200 # Node ID 6bab837a85ec7d2505fdf2c244f608b742d67568 # Parent 6459e4820526a739e611bc5169bf44935408f887 joe, tig, udftools: update bdeps diff -r 6459e4820526 -r 6bab837a85ec busybox/stuff/busybox-1.31.config --- a/busybox/stuff/busybox-1.31.config Mon Apr 06 09:22:36 2020 +0100 +++ b/busybox/stuff/busybox-1.31.config Mon Apr 06 11:10:51 2020 +0200 @@ -631,7 +631,7 @@ CONFIG_LOSETUP=y CONFIG_LSPCI=y CONFIG_LSUSB=y -# CONFIG_MDEV is not set +CONFIG_MDEV=y # CONFIG_FEATURE_MDEV_CONF is not set # CONFIG_FEATURE_MDEV_RENAME is not set # CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set diff -r 6459e4820526 -r 6bab837a85ec joe/receipt --- a/joe/receipt Mon Apr 06 09:22:36 2020 +0100 +++ b/joe/receipt Mon Apr 06 11:10:51 2020 +0200 @@ -13,7 +13,7 @@ WGET_URL="$SF_MIRROR/joe-editor/$TARBALL" DEPENDS="ncursesw" -BUILD_DEPENDS="ncursesw-dev" +BUILD_DEPENDS="ncursesw-dev desktop-file-utils" HOST_ARCH="i486 arm" # Rules to configure and make the package. diff -r 6459e4820526 -r 6bab837a85ec python-cheetah/receipt --- a/python-cheetah/receipt Mon Apr 06 09:22:36 2020 +0100 +++ b/python-cheetah/receipt Mon Apr 06 11:10:51 2020 +0200 @@ -11,6 +11,7 @@ SOURCE="Cheetah" TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://pypi.org/project/Cheetah/" WGET_URL="https://files.pythonhosted.org/packages/source/C/$SOURCE/$TARBALL" DEPENDS="python" diff -r 6459e4820526 -r 6bab837a85ec tig/receipt --- a/tig/receipt Mon Apr 06 09:22:36 2020 +0100 +++ b/tig/receipt Mon Apr 06 11:10:51 2020 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/jonas/$PACKAGE/archive/$TARBALL" DEPENDS="ncurses" -BUILD_DEPENDS="autoconf ncurses-dev" +BUILD_DEPENDS="libtool ncurses-dev" # Rules to configure and make the package. compile_rules() diff -r 6459e4820526 -r 6bab837a85ec udftools/receipt --- a/udftools/receipt Mon Apr 06 09:22:36 2020 +0100 +++ b/udftools/receipt Mon Apr 06 11:10:51 2020 +0200 @@ -12,7 +12,7 @@ WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz" DEPENDS="ncurses readline" -BUILD_DEPENDS="autoconf bash file ncurses-dev readline-dev" +BUILD_DEPENDS="libtool bash file ncurses-dev readline-dev udev-dev" # Rules to configure and make the package. compile_rules()