Hi Ulf, On Monday 02 December 2013 12:46:37 Ulf Samuelsson wrote: > +DESCRIPTION = "C++ library for client-side URL transfers."
Please set SUMMARY instead for a short one-line description, this will set DESCRIPTION as well. > +HOMEPAGE = "http://code.google.com/p/curlpp/" > +SECTION = "console/network" > +LICENSE = "freely distributable" The correct LICENSE value is "MIT" according to the website above. > +LIC_FILES_CHKSUM = "file://COPYING;md5=fd0c9adf285a69aa3b4faf34384e1029" > + > +DEPENDS = "curl boost" > +DEPENDS_class-native = "curl-native" > +PR = "r1" Drop PR here please > + > +SRC_URI = "http://curlpp.googlecode.com/files/curlpp-${PV}.tar.gz \ > + " > + > +SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485" > +SRC_URI[sha256sum] = > "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5" > + > +inherit autotools pkgconfig binconfig > + > +EXTRA_OECONF = "--prefix=${STAGING_DIR} \ > + --with-boost=${STAGING_DIR} \ > + " > +# --host=arm-angstrom-linux-gnueabi \ Drop this (and any other commented out lines) Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
