diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2018-03-06 02:20:26 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 10:01:04 -0700 |
| commit | 0e5589db291c61a67f25debb48c5e37f03a3b8a0 (patch) | |
| tree | 507ecf515810589eb21caf763290187315cf30b5 /meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb | |
| parent | 0a87d8cc26b4ddcfa4957690609ae4de2ac58708 (diff) | |
| download | meta-openembedded-0e5589db291c61a67f25debb48c5e37f03a3b8a0.tar.gz | |
hexedit: 1.2.13 -> 1.4.2
Upgrade hexedit from 1.2.13 to 1.4.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb')
| -rw-r--r-- | meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb | 17 |
1 files changed, 0 insertions, 17 deletions
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 39df5b2b36..0000000000 --- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | SUMMARY = "view and edit files in hexadecimal or in ASCII" | ||
| 2 | HOMEPAGE = "http://rigaux.org/hexedit.html" | ||
| 3 | SECTION = "console/utils" | ||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | DEPENDS = "ncurses" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
| 8 | |||
| 9 | SRC_URI = "http://rigaux.org/${BP}.src.tgz \ | ||
| 10 | file://0001-don-t-strip-when-installing.patch " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "a5af1378d028512a9cad27a5ba3e15f9" | ||
| 13 | SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7" | ||
| 14 | |||
| 15 | inherit autotools-brokensep | ||
| 16 | |||
| 17 | S = "${WORKDIR}/${BPN}" | ||
