cdrkit: needs largefile support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 22 May 2010 19:06:34 +0000 (21:06 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 22 May 2010 19:06:34 +0000 (21:06 +0200)
At the same time fix indentation in Config.in

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/cdrkit/Config.in

diff --git a/CHANGES b/CHANGES
index 75da2fd87b2e8b7f9e0e10d1dd56e4ea6cdba766..6d2fbf0d7b331495e1311a2fa0b07ad66ce7edb4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,11 +2,11 @@
 
        Fixes all over the tree.
 
-       Updated/fixed packages: aumix, avahi, busybox, cairo, fltk, gettext,
-       gmpc, grep, hal, iconv, libcgicc, libglib2, libidn, libmpd,
-       libpcap, libsoup, lmbench, ltrace, lvm2, make, mtd-utils,
-       mutt, netsnmp, ntp, pango, php, psmisc, qt, samba, sshfs,
-       startup-notification, uemacs, util-linux, vpnc
+       Updated/fixed packages: aumix, avahi, busybox, cairo, cdrkit,
+       fltk, gettext, gmpc, grep, hal, iconv, libcgicc, libglib2,
+       libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make,
+       mtd-utils, mutt, netsnmp, ntp, pango, php, psmisc, qt, samba,
+       sshfs, startup-notification, uemacs, util-linux, vpnc
 
        Issues resolved (http://bugs.uclibc.org):
 
index 2e255819acc9dfe119409b949b095fde6cb75dc8..7ff50f3f471060fd4e9ebfc4568c9b5efa90dc88 100644 (file)
@@ -1,11 +1,15 @@
 config BR2_PACKAGE_CDRKIT
-       # Needed for libbz
-       select BR2_PACKAGE_BZIP2
-       select BR2_PACKAGE_LIBCAP
-       bool "cdrkit"
-       help
-         cdrkit is a suite of programs for recording CDs and DVDs,
-         blanking CD-RW media, creating ISO-9660 filesystem images,
-         extracting audio CD data, and more.
+       # Needed for libbz
+       select BR2_PACKAGE_BZIP2
+       select BR2_PACKAGE_LIBCAP
+       depends on BR2_LARGEFILE
+       bool "cdrkit"
+       help
+         cdrkit is a suite of programs for recording CDs and DVDs,
+         blanking CD-RW media, creating ISO-9660 filesystem images,
+         extracting audio CD data, and more.
 
-        http://www.cdrkit.org/
+         http://www.cdrkit.org/
+
+comment "cdrkit requires a toolchain with LARGEFILE support"
+       depends on !BR2_LARGEFILE