summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Makefile-use-defined-bindir-and-mandir-as-installati.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils/0001-Makefile-use-defined-bindir-and-mandir-as-installati.patch')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils/0001-Makefile-use-defined-bindir-and-mandir-as-installati.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Makefile-use-defined-bindir-and-mandir-as-installati.patch b/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Makefile-use-defined-bindir-and-mandir-as-installati.patch
deleted file mode 100644
index 6259f0086f..0000000000
--- a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Makefile-use-defined-bindir-and-mandir-as-installati.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From af4a6e4666264661769e32874e9654e02e5eb019 Mon Sep 17 00:00:00 2001
2From: Alejandro del Castillo <alejandro.delcastillo@ni.com>
3Date: Thu, 22 Dec 2016 16:15:56 -0600
4Subject: [opkg-utils PATCH] Makefile: use defined bindir and mandir as
5 installation dirs
6
7Upstream-Status: Pending
8
9Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
10---
11 Makefile | 3 ---
12 1 file changed, 3 deletions(-)
13
14diff --git a/Makefile b/Makefile
15index 92b45f1..9f0531c 100644
16--- a/Makefile
17+++ b/Makefile
18@@ -5,9 +5,6 @@ UTILS = opkg-build opkg-unbuild opkg-make-index opkg.py opkg-list-fields \
19 MANPAGES = opkg-build.1
20
21 DESTDIR=
22-PREFIX=/usr/local
23-bindir=$(PREFIX)/bin
24-mandir=$(PREFIX)/man
25
26 .SUFFIXES: .1
27
28--
292.7.4
30