diff options
-rw-r--r-- | packages/parted/parted_1.8.7.bb | 7 | ||||
-rw-r--r-- | packages/tasks/task-gpephone.bb | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/packages/parted/parted_1.8.7.bb b/packages/parted/parted_1.8.7.bb index f29771d5a4..dcb3ad7cb4 100644 --- a/packages/parted/parted_1.8.7.bb +++ b/packages/parted/parted_1.8.7.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" LICENSE = "GPLv2" SECTION = "console/tools" DEPENDS = "readline e2fsprogs-libs" -PR = "r0" +PR = "r1" SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz" @@ -20,3 +20,8 @@ do_configure() { do_stage() { autotools_stage_all } + +# Requires autoconf 2.61. Without it, will build, but there +# will be link errors when some other package will link against +# libparted. +DEFAULT_PREFERENCE = "-1" diff --git a/packages/tasks/task-gpephone.bb b/packages/tasks/task-gpephone.bb index 96a27e6ed2..b81338a676 100644 --- a/packages/tasks/task-gpephone.bb +++ b/packages/tasks/task-gpephone.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for GPE Palmtop Environment Phone Edition" -PR = "r4" +PR = "r5" LICENSE = "MIT" ALLOW_EMPTY = "1" @@ -18,12 +18,13 @@ RDEPENDS_gpephone-base-depends = "\ RDEPENDS_gpephone-task-development = "\ rxvt-unicode \ - xmonobut \ gpe-terminal \ gpe-edit \ gdb \ strace \ - e2fsprogs" + e2fsprogs \ + bluez-utils-compat \ + minicom" RDEPENDS_gpephone-task-base = "\ cms92init \ |