adding browser package to using ltib

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

adding browser package to using ltib

2,203 Views
admin
Specialist II

hi all, i am trying to add  arora browser to my package list and compile it as a individual application. when i tried ltib -m prep arora

 

 --> Cannot find spec file that contains the package name arora.
If necessary please give the whole spec file name (with the .spec extension).

<--.

 

here is my spec file(arora.spec).

------------------------------------------------------------------------

%define pfx /opt/freescale/rootfs/%{_target_cpu}

Summary         : Arora web browser
Name            : arora
Version         : 0.10.2
Release         : 1
License         : GPL
Vendor          : Freescale
Packager        : xmanxxx
Group           : /usr/share/doc/rpm-/arora
URL             : http://xxxx
Source          : arora-0.10.2.tar.gz
BuildRoot       : %{_tmppath}/%{name}
Prefix          : %{pfx}
.... rest is same as template spec.

----------------------------------------------------------------------------

 

 

can anybody tell me wht is missing

 

 

 thanks

manz

0 Kudos
3 Replies

469 Views
medina
Contributor III

I have the spec file in:

         ltib/dist/lfs-5.1/arora/arora.spec

I have the package file with the other packages.

 

And I add the package in those files:

        ltib/config/userspace/sysconfig.lkc

        ltib/config/userspace/packages.lkc
        ltib/dist/lfs-5.1/common/pkg_map
        ltib/dist/lfs-5.1/sysconfig/sysconfig.spec

 

Medina

0 Kudos

469 Views
fabio_estevam
NXP Employee
NXP Employee

Try as follows:

 

./ltib -p arora.spec -m prep

 

Regards,

 

Fabio Estevam

0 Kudos

469 Views
admin
Specialist II

I have met the same problem.

If you use

 ./ltib -p arora.spec -m prep

it could work.

But  I want to know why "./ltib -p arora -m prep" can not work.

0 Kudos