diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-26 08:26:28 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-26 08:26:28 +0100 |
commit | a305c33209abba05fa9371e09abc5dc4c397973b (patch) | |
tree | 2e9b70228edb8b3bea640e6c282a336af764a7b3 /package/libelf/Config.in | |
parent | da25e92b081ca9cbf6e3603528d5902ce2ea9766 (diff) |
libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS option
We have the generic BR2_HAVE_DEVFILES now.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libelf/Config.in')
-rw-r--r-- | package/libelf/Config.in | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/package/libelf/Config.in b/package/libelf/Config.in index 197f993da..600ef68fd 100644 --- a/package/libelf/Config.in +++ b/package/libelf/Config.in @@ -1,15 +1,7 @@ config BR2_PACKAGE_LIBELF bool "libelf" help - This is the public release of libelf-0.8.5, a free ELF object - file access library. This build does not generate a shared - library. + The elf library provides routines to access, and manipulate, + Elf object files. - http://www.stud.uni-hannover.de/~michael/software/ - -config BR2_PACKAGE_LIBELF_HEADERS - bool "headers on the target" - depends on BR2_PACKAGE_LIBELF - help - Whether to copy the lib and the headers to the - target system. + http://www.mr511.de/software/ |