From 117024cefa6d38753e3094b964b077aa7c0ce17f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 22 Oct 2010 17:31:07 -0400 Subject: [PATCH] xdelta 3.0z: add Signed-off-by: Michael Smith Cc: Sergei Frankoff --- recipes/xdelta/xdelta_3.0z.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/xdelta/xdelta_3.0z.bb diff --git a/recipes/xdelta/xdelta_3.0z.bb b/recipes/xdelta/xdelta_3.0z.bb new file mode 100644 index 0000000000..2ee3f3d615 --- /dev/null +++ b/recipes/xdelta/xdelta_3.0z.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "utilities for creating binary deltas" +LICENSE = "GPLv2+" +PR = "r0" +SRC_URI = "http://xdelta.googlecode.com/files/xdelta${PV}.tar.gz" + +S = "${WORKDIR}/${PN}${PV}" + +do_compile() { + oe_runmake +} + +do_install() { + install -d ${D}${bindir} + install -m 0755 ${S}/xdelta3 ${D}${bindir}/xdelta3 +} + +SRC_URI[md5sum] = "2b5b3c33438cff581ce5c12d66c28b6c" +SRC_URI[sha256sum] = "5504b25eb21c743a651367976b40655ea874603976d83fd50ea8a3ef8725f3e6" -- 2.39.5