cdrkit: needs largefile support in toolchain
At the same time fix indentation in Config.in Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
51861e1ba1
commit
f58b8cdef4
10
CHANGES
10
CHANGES
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: aumix, avahi, busybox, cairo, fltk, gettext,
|
Updated/fixed packages: aumix, avahi, busybox, cairo, cdrkit,
|
||||||
gmpc, grep, hal, iconv, libcgicc, libglib2, libidn, libmpd,
|
fltk, gettext, gmpc, grep, hal, iconv, libcgicc, libglib2,
|
||||||
libpcap, libsoup, lmbench, ltrace, lvm2, make, mtd-utils,
|
libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make,
|
||||||
mutt, netsnmp, ntp, pango, php, psmisc, qt, samba, sshfs,
|
mtd-utils, mutt, netsnmp, ntp, pango, php, psmisc, qt, samba,
|
||||||
startup-notification, uemacs, util-linux, vpnc
|
sshfs, startup-notification, uemacs, util-linux, vpnc
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
@ -1,11 +1,15 @@
|
|||||||
config BR2_PACKAGE_CDRKIT
|
config BR2_PACKAGE_CDRKIT
|
||||||
# Needed for libbz
|
# Needed for libbz
|
||||||
select BR2_PACKAGE_BZIP2
|
select BR2_PACKAGE_BZIP2
|
||||||
select BR2_PACKAGE_LIBCAP
|
select BR2_PACKAGE_LIBCAP
|
||||||
bool "cdrkit"
|
depends on BR2_LARGEFILE
|
||||||
help
|
bool "cdrkit"
|
||||||
cdrkit is a suite of programs for recording CDs and DVDs,
|
help
|
||||||
blanking CD-RW media, creating ISO-9660 filesystem images,
|
cdrkit is a suite of programs for recording CDs and DVDs,
|
||||||
extracting audio CD data, and more.
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user