On Sun, Oct 24, 2010 at 12:56:57PM +0700, Chuck Norris wrote:
>  this is my bb file
> 
> DESCRIPTION = "plugin for pidgin for sending voice messages encoded in
> speex"
> LICENSE = "GPLv3"
> DEPENDS = "pidgin libogg speex openal"
> INC_PR = "r0"
> 
> inherit autotools pkgconfig
> 
> PR = "${INC_PR}.0"
> 
> SRC_URI = "\
>   ${SOURCEFORGE_MIRROR}/pvoim4pidgin/pvoim4pidgin-${PV}.tar.bz2 \
> "
> 
> FILES_pvoim4pidgin = "${libdir}/pidgin/pvoim4pidgin.so"
> 
> SRC_URI[md5sum] = "d72d8adbd7d3df1cd2a8264069ff8646"
> SRC_URI[sha256sum] =
> "25da1e95d2629e10840dd9f56386dcdac86754c29c530933bad968d22f43083e"
> 
> why bitbake don't make pvoim4pidgin ipk? only dev and doc?
> also bitbake prints:

strange looks ok

but you usually want to append to FILES_${PN} (not overwrite it)

please replace pvoim4pidgin with ${PN} so ie FILES_${PN} instead of
FILES_pvoim4pidgin, the same for SRC_URI and pvoim4pidgin-${PV} is just
${P}.

also update FILES_${PN}-dbg to include that .debug dir and
FILES_${PN}-dev for .la.

and don't use INC_PR (just PR) unless you plan to use .inc file (ie
pvoim4pidgin.inc)

Reply back with updated recipe if you still have issues with it.

Regards,

-- 
Martin 'JaMa' Jansa     jabber: [email protected]
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to