[oe-commits] Michael Smith : xdelta 3.0z: add

git version control git at git.openembedded.org
Fri Oct 22 21:39:57 UTC 2010


Module: openembedded.git
Branch: master
Commit: 117024cefa6d38753e3094b964b077aa7c0ce17f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=117024cefa6d38753e3094b964b077aa7c0ce17f

Author: Michael Smith <msmith at cbnco.com>
Date:   Fri Oct 22 17:31:07 2010 -0400

xdelta 3.0z: add

Signed-off-by: Michael Smith <msmith at cbnco.com>
Cc: Sergei Frankoff <sfrankoff at cbnco.com>

---

 recipes/xdelta/xdelta_3.0z.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/xdelta/xdelta_3.0z.bb b/recipes/xdelta/xdelta_3.0z.bb
new file mode 100644
index 0000000..2ee3f3d
--- /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"





More information about the Openembedded-commits mailing list