On 19 September 2014 23:44, Todd E Brandt <todd.e.bra...@linux.intel.com> wrote:
> This is the package recipe for the phoronix test suite v5.2.1. The
> tool is for benchmarking and testing of the system.

+RDEPENDS_${PN} = "php-cli"

Surely phoronix has more dependencies than just php...  Or is this
just the runner and it talks to slave?  Honestly have no idea how the
phoronix test suite is structured.

+SRC_URI = 
"http://www.phoronix-test-suite.com/releases/phoronix-test-suite-5.2.1.tar.gz";

${BP} expands to PN-PV, so you can replace that with .../releases/${BP}.tar.gz.

+S = "${WORKDIR}/phoronix-test-suite"

That's the default value, so you can delete this line.

+do_install() {
+       DESTDIR=${D} ./install-sh /usr
+}

Use ${exec_prefix} instead of /usr.

Finally, this is a patch to meta-oe, so it should go to
openembedded-devel@, not openembedded-core@.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to