[yocto] Can not generate the ccgi-${PV} package

Neil.Wu at Emerson.com Neil.Wu at Emerson.com
Thu Nov 6 18:43:42 PST 2014


Hi, all

     I try to compile libccgi .

     At end , I don't why can't create the standard ccgi-${PV} package.

     The just create ccgi-dbg-${PV}  ccgi-dev-${PV}, do you know why??



     The following is my recipes .bb file:

SUMMARY = "Add ccgi lib to rootfs"

HOMEPAGE = "http://sourceforge.net/projects/libccgi/?source=typ_redirect"

LICENSE = "GPLv2"

FILESEXTRAPATHS_prepend  := "${THISDIR}/${PN}:"

LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"



FILES_${PN} = "/usr \

              /usr/include \

              /usr/lib \

              /usr/include/ccgi.h \

              /usr/lib/libccgi.so \

"

SRC_URI = "file://${PN}-${PV}.tar.gz"



S = "${WORKDIR}/${PN}-${PV}"



PARALLEL_MAKEINST="prefix=${D}/usr"

EXTRA_OEMAKE = 'CROSS=${HOST_PREFIX}'



do_install () {

              install -d ${D}${includedir}

              install -d ${D}${libdir}

              install -m 0755  ${S}/*.h ${D}${includedir}

              install -m 0755  ${S}/*.so ${D}${libdir}

}


Thank you&Best regards
Neil Wu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20141107/aa1d10d3/attachment.html>


More information about the yocto mailing list