diff options
| -rw-r--r-- | meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch | 30 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/hexedit/hexedit_1.4.2.bb (renamed from meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb) | 11 |
2 files changed, 5 insertions, 36 deletions
diff --git a/meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch b/meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch deleted file mode 100644 index a384b05cef..0000000000 --- a/meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | From cc67246ca6839e5b3f6a286f10ed24c225b77a5e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@eukrea.com> | ||
| 3 | Date: Thu, 4 Jul 2013 12:34:32 +0200 | ||
| 4 | Subject: [PATCH] don't strip when installing | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Signed-off-by: Eric Bénard <eric@eukrea.com> | ||
| 10 | |||
| 11 | Upstream-Status: Inappropriate [configuration] | ||
| 12 | --- | ||
| 13 | Makefile.in | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/Makefile.in b/Makefile.in | ||
| 17 | index 159463e..735cc72 100644 | ||
| 18 | --- a/Makefile.in | ||
| 19 | +++ b/Makefile.in | ||
| 20 | @@ -42,6 +42,6 @@ distclean: clean | ||
| 21 | |||
| 22 | install: $(PRODUCT) | ||
| 23 | $(INSTALL) -d -m 755 $(DESTDIR)$(bindir) | ||
| 24 | - $(INSTALL) -s -m 755 $(PRODUCT) $(DESTDIR)$(bindir) | ||
| 25 | + $(INSTALL) -m 755 $(PRODUCT) $(DESTDIR)$(bindir) | ||
| 26 | $(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1 | ||
| 27 | $(INSTALL) -m 644 $(PRODUCT).1 $(DESTDIR)$(mandir)/man1 | ||
| 28 | -- | ||
| 29 | 1.7.10.4 | ||
| 30 | |||
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.4.2.bb index 39df5b2b36..050b7da3d7 100644 --- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb +++ b/meta-oe/recipes-extended/hexedit/hexedit_1.4.2.bb | |||
| @@ -6,12 +6,11 @@ DEPENDS = "ncurses" | |||
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://rigaux.org/${BP}.src.tgz \ | 9 | SRC_URI = "git://github.com/pixel/hexedit.git \ |
| 10 | file://0001-don-t-strip-when-installing.patch " | 10 | " |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "a5af1378d028512a9cad27a5ba3e15f9" | 12 | SRCREV = "800e4b2e6280531a84fd23ee0b48e16baeb90878" |
| 13 | SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7" | ||
| 14 | 13 | ||
| 15 | inherit autotools-brokensep | 14 | S = "${WORKDIR}/git" |
| 16 | 15 | ||
| 17 | S = "${WORKDIR}/${BPN}" | 16 | inherit autotools-brokensep |
