[oe] create ipk failed...

Koen Kooi k.kooi at student.utwente.nl
Thu May 6 06:12:31 UTC 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 06-05-10 05:19, yenchengwang wrote:
>>
>> hi all,
>>     I have a problem when try to "bitbake -b recipes/minicom/
>> minicom-mypkg_2.4.bb"
>>
>>     the bellow is the content of my bb file:
>>     file name is minicom-mypkg_2.4.bb
>> *********************************************************************************************************
>>
>>     SECTION = "console/network"
>>     DEPENDS = "ncurses"
>>     LICENSE = "GPL"
>>
>>     SRC_URI = "
>> https://alioth.debian.org/frs/download.php/3195/minicom-${PV}.tar.gz<https://alioth.debian.org/frs/download.php/3195/minicom-$%7BPV%7D.tar.gz>
>> "
>>     S = "${WORKDIR}/minicom-${PV}"
>>     PR = "r0"
>>
>>     inherit autotools gettext
>>
>>     do_configure() {
>>         ./configure --host = arm
>>     }
>>
>>     do_install() {
>>         autotools_do_install
>>     }
>>
>> *********************************************************************************************************
>>
>> then bitbake -b recipes/minicom/minicom-mypkg_2.4.bb, I always get the
>> below messages:
>>
>>
>> ****************************************************************************************************************************************************************
>> NOTE: the following files were installed but not shipped in any package:
>> NOTE: /usr/local/share/man/man1/ascii-xfr.1
>> NOTE: /usr/local/share/man/man1/minicom.1
>> NOTE: /usr/local/share/man/man1/xminicom.1
>> NOTE: /usr/local/share/man/man1/runscript.1
>> ... ignored
>> NOTE: /usr/local/bin/xminicom
>> NOTE: /usr/local/bin/ascii-xfr
>> NOTE: /usr/local/bin/minicom
>> NOTE: /usr/local/bin/runscript
>> NOTE: /usr/local/bin/.debug/ascii-xfr
>> NOTE: /usr/local/bin/.debug/minicom
>> NOTE: /usr/local/bin/.debug/runscript
>> NOTE: Running task 12 of 17 (ID: 10, /home/rd/oe/build/recipes/minicom/
>> minicom-mypkg_2.4.bb, do_qa_staging)
>> NOTE: Running task 13 of 17 (ID: 16, /home/rd/oe/build/recipes/minicom/
>> minicom-mypkg_2.4.bb, do_package_write_ipk)
>> Packaged contents of minicom-mypkg-dbg into
>> /home/rd/oe/build/tmp/deploy/glibc/ipk/armv5te/minicom-mypkg-dbg_2.4-r0.5_armv5te.ipk
>> NOTE: Not creating empty archive for minicom-mypkg-2.4-r0.5
>> NOTE: Not creating empty archive for minicom-mypkg-doc-2.4-r0.5
>> Packaged contents of minicom-mypkg-dev into
>> /home/rd/oe/build/tmp/deploy/glibc/ipk/armv5te/minicom-mypkg-dev_2.4-r0.5_armv5te.ipk
>> NOTE: Not creating empty archive for minicom-mypkg-static-2.4-r0.5
>> NOTE: Not creating empty archive for minicom-mypkg-locale-2.4-r0.5
>> ...ignored
>>
>> ****************************************************************************************************************************************************************
>>
>> I have no idea why I always get these messages...
>> NOTE: Not creating empty archive for minicom-mypkg-2.4-r0.5
>> NOTE: Not creating empty archive for minicom-mypkg-doc-2.4-r0.5
>> NOTE: Not creating empty archive for minicom-mypkg-static-2.4-r0.5
>> NOTE: Not creating empty archive for minicom-mypkg-locale-2.4-r0.5
>>
>> any information is appreciate !!

Your do_configure is broken, so it installs to /usr/local, which isn't
in FILES_${PN} by default.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFL4l3PMkyGM64RGpERAgXFAJ9SB4Y461x3GkXdk+H+Zh23fqezVgCdEENx
N3D1GipD8aYuXF+jkrNhWQs=
=O0I2
-----END PGP SIGNATURE-----





More information about the Openembedded-devel mailing list