From 3675a22dfcc359ccf142f506eda79ca6a827f344 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 12 Jun 2014 23:09:21 -0400 Subject: bzip2: s/Breaks/Conflicts/. Conflicts is a stronger restriction than is necessary, but opkg and opkbuild don't support Breaks. --- diff --git a/bzip2.pkg/control b/bzip2.pkg/control index d65e2ed..e23c507 100644 --- a/bzip2.pkg/control +++ b/bzip2.pkg/control @@ -2,7 +2,7 @@ Architecture: any Platform: all Depends: libbz2.1.0 (= ${Binary-Version}) Replaces: busybox (<< 1.21.1-6) -Breaks: busybox (<< 1.21.1-6) +Conflicts: busybox (<< 1.21.1-6) Description: High-quality data compression utilities ${Common-Description} . -- cgit v0.9.1