On Thu, May 06, 2010 at 11:19:46AM +0800, 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:
The above message says it all - your files are installed in /usr/local and not being added to any package, that's why they are all empty. > > 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 !! _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
