[oe] [meta-oe][PATCH] hexedit: 1.2.13 -> 1.2.14

Huang Qiyu huangqy.fnst at cn.fujitsu.com
Mon Mar 5 05:48:02 UTC 2018


1.Upgrade hexedit from 1.2.13 to 1.2.14

2.Modify SRC_URI to git://github.com/pixel/hexedit.git

Signed-off-by: Huang Qiyu <huangqy.fnst at cn.fujitsu.com>
---
 meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb | 17 -----------------
 meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 17 deletions(-)
 delete mode 100644 meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
 create mode 100644 meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb

diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
deleted file mode 100644
index 39df5b2..0000000
--- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "view and edit files in hexadecimal or in ASCII"
-HOMEPAGE = "http://rigaux.org/hexedit.html"
-SECTION = "console/utils"
-LICENSE = "GPLv2+"
-DEPENDS = "ncurses"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
-
-SRC_URI = "http://rigaux.org/${BP}.src.tgz \
-    file://0001-don-t-strip-when-installing.patch "
-
-SRC_URI[md5sum] = "a5af1378d028512a9cad27a5ba3e15f9"
-SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7"
-
-inherit autotools-brokensep
-
-S = "${WORKDIR}/${BPN}"
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb
new file mode 100644
index 0000000..b6652e5
--- /dev/null
+++ b/meta-oe/recipes-extended/hexedit/hexedit_1.2.14.bb
@@ -0,0 +1,16 @@
+UMMARY = "view and edit files in hexadecimal or in ASCII"
+HOMEPAGE = "http://rigaux.org/hexedit.html"
+SECTION = "console/utils"
+LICENSE = "GPLv2+"
+DEPENDS = "ncurses"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
+
+SRC_URI = "git://github.com/pixel/hexedit.git \
+    "
+
+SRCREV = "800e4b2e6280531a84fd23ee0b48e16baeb90878"
+
+S = "${WORKDIR}/git"
+
+inherit autotools-brokensep
-- 
2.7.4






More information about the Openembedded-devel mailing list