ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Readline package expected but not found.


From: Stuart Hughes
Subject: Re: [Ltib] Readline package expected but not found.
Date: Fri, 05 Sep 2008 17:36:38 +0100

Hi Jim,

I can't recall why readline is missing from packages.lkc.  There is an
entry in pkg_map, I've just checked in the following update to Savannah
CVS, the package seems to build fine, but I've not tested on a target.

Regards, Stuart


$ cvs diff config/userspace/packages.lkc
Index: config/userspace/packages.lkc
===================================================================
RCS file: /sources/ltib/ltib/config/userspace/packages.lkc,v
retrieving revision 1.13
diff -u -r1.13 packages.lkc
--- config/userspace/packages.lkc       1 Aug 2008 14:00:01 -0000
1.13
+++ config/userspace/packages.lkc       5 Sep 2008 16:36:04 -0000
@@ -2127,6 +2127,12 @@
 endmenu


+config PKG_READLINE
+    depends CAP_HAS_MMU
+    bool "readline"
+    help
+       Libraries to support command line editing functions
+
 config PKG_RPM
     depends CAP_HAS_MMU
     select PKG_ZLIB


On Thu, 2008-09-04 at 16:31 -0700, James E. Chargin Jr. wrote:
> This is a follow-up to my email starting on 8/13/08, with subject 
> "Trouble adding new package in LTIB".
> 
> While reviewing the work I've done to introduce the parted package to my 
> embedded target via ltib, I notice that one of the optional dependencies 
> for parted is readline. I avoided this dependency previously, by 
> configuring parted using --without-readline.
> 
> I notice that there is a .../ltib/dist/lfs/readline/readline.spec file, 
> which makes me question my previous decision to use --without-readline.
> 
> However, "./ltib --configure" does not present a choice in its package 
> list for readline. Also, packages.lkc does not have an entry for 
> PKG_READLINE (or anything similar) and there is not a 
> /opt/freescale/pkgs/readline.
> 
> Should I expect that there should be an entry for readline in 
> packages.lkc and a companion /opt/freescale/pkgs/readline? Should ltib 
> allow me to select this package?
> 
> Thanks,
> Jim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]