On Jul 31, 2013, at 9:35 PM, Khem Raj
mailto:raj.k...@gmail.com>> wrote:
On Jul 31, 2013, at 5:52 PM, Brad Litterell
mailto:br...@taser.com>> wrote:
Hi,
I tried
FILES_${PN} =+ "${libdir}/libuci.so"
but under package-split, the .so file is still only listed in the -dev package.
Is it possi
On Jul 31, 2013, at 5:52 PM, Brad Litterell wrote:
> Hi,
>
> I tried
>
>> FILES_${PN} =+ "${libdir}/libuci.so"
>
> but under package-split, the .so file is still only listed in the -dev
> package.
>
> Is it possible that the lib*.so files are always forcibly removed from
> FILES_${PN}?
w
Hi,
I tried
FILES_${PN} =+ "${libdir}/libuci.so"
but under package-split, the .so file is still only listed in the -dev package.
Is it possible that the lib*.so files are always forcibly removed from
FILES_${PN}?
I was able to hack the CMakeList.txt file as follows. If I set SOVERSION on
th
On 07/31/2013 03:39 PM, Brad Litterell wrote:
Hi Ross,
Thanks for your reply.
First, it appears you are correct that UCI is not following the normal pattern.
Here is the image for the package:
.
└── usr
├── bin
│ ├── uci
│ └── uci-static
├── include
│ ├── uci
On Jul 31, 2013, at 3:39 PM, Brad Litterell wrote:
> └── lib
> ├── libuci.a
> └── libuci.so
>
> So, I added this:
>
> FILES_${PN} +="/usr/lib/*"
Try something like
FILES_${PN} =+ "${libdir}/libuci.so"
>
> However that doesn't remove the message. Did I do it right?
>
Hi Ross,
Thanks for your reply.
First, it appears you are correct that UCI is not following the normal pattern.
Here is the image for the package:
.
└── usr
├── bin
│ ├── uci
│ └── uci-static
├── include
│ ├── uci_config.h
│ ├── uci.h
│ └── ucimap.h
Hi Brad,
On 31 July 2013 18:52, Brad Litterell wrote:
> I'm new to Yocto, so please let me know if this is the wrong list for
> questions like this.
You've got the right list for support question.
> I'm trying to add a recipe for a new cmake project (for UCI). The
> do_package_qa task reports
Hi,
I'm new to Yocto, so please let me know if this is the wrong list for questions
like this.
I'm trying to add a recipe for a new cmake project (for UCI). The
do_package_qa task reports this problem:
ERROR: QA Issue: uci rdepends on uci-dev
ERROR: QA run found fatal errors. Please consider