summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-05-19 11:00:27 -0400
committerMatthew McGinn2020-05-19 11:00:27 -0400
commit67fd71c16af0d72ce8cdc4ec7f10326fbe0f2e78 (patch)
tree3a69bf67cebd6a276ba4ca1cd7c33518d2b3d688
parente9c94664c4eb658d28638ed0c1ff7b38e34702a4 (diff)
downloadaur-67fd71c16af0d72ce8cdc4ec7f10326fbe0f2e78.tar.gz
remove unneeded patch
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--bind.patch11
3 files changed, 0 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c791eec72d1f..c640260b8281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,8 @@ pkgbase = bitbake
makedepends = git
makedepends = wget
source = https://github.com/openembedded/bitbake/archive/1.46.0.tar.gz
- source = bind.patch
source = test.patch
md5sums = aff0217dcba08df3dcbbad256cc07911
- md5sums = 44506db845c085dc8916a05ca4348947
md5sums = 62c3ad291fff1fa27e31d29d2bc5e2b9
pkgname = bitbake
diff --git a/PKGBUILD b/PKGBUILD
index 77c26013d1ab..6d30afd6ff4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,9 @@ url='https://www.openembedded.org/wiki/Main_Page'
license=('GPL2')
makedepends=('git' 'wget')
source=("https://github.com/openembedded/bitbake/archive/${pkgver}.tar.gz"
- "bind.patch"
"test.patch"
)
md5sums=('aff0217dcba08df3dcbbad256cc07911'
- '44506db845c085dc8916a05ca4348947'
'62c3ad291fff1fa27e31d29d2bc5e2b9')
check() {
diff --git a/bind.patch b/bind.patch
deleted file mode 100644
index 3d1d9174d831..000000000000
--- a/bind.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- bin/bitbake-prserv 2020-05-11 10:39:29.778714233 -0400
-+++ bin/bitbake-prserv 2020-05-11 10:39:48.698497166 -0400
-@@ -14,7 +14,7 @@
-
- __version__="1.0.0"
-
--PRHOST_DEFAULT='0.0.0.0'
-+PRHOST_DEFAULT='127.0.0.1'
- PRPORT_DEFAULT=8585
-
- def main():