summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-05-19 11:01:46 -0400
committerMatthew McGinn2020-05-19 11:02:23 -0400
commit75f1c89f5a97c4dc205bcbdfe291161c6f3961c4 (patch)
treea495359a9560adfc56b1239c10635fa2e0abd501
parent67fd71c16af0d72ce8cdc4ec7f10326fbe0f2e78 (diff)
downloadaur-75f1c89f5a97c4dc205bcbdfe291161c6f3961c4.tar.gz
rename test.patch to something that is more clear
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--ignore-TestHashEquivalenceTCPServer.patch (renamed from test.patch)0
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c640260b8281..c0586ea92a52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = bitbake
makedepends = git
makedepends = wget
source = https://github.com/openembedded/bitbake/archive/1.46.0.tar.gz
- source = test.patch
+ source = ignore-TestHashEquivalenceTCPServer.patch
md5sums = aff0217dcba08df3dcbbad256cc07911
md5sums = 62c3ad291fff1fa27e31d29d2bc5e2b9
diff --git a/PKGBUILD b/PKGBUILD
index 6d30afd6ff4c..7205c2779976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url='https://www.openembedded.org/wiki/Main_Page'
license=('GPL2')
makedepends=('git' 'wget')
source=("https://github.com/openembedded/bitbake/archive/${pkgver}.tar.gz"
- "test.patch"
+ "ignore-TestHashEquivalenceTCPServer.patch"
)
md5sums=('aff0217dcba08df3dcbbad256cc07911'
'62c3ad291fff1fa27e31d29d2bc5e2b9')
@@ -29,8 +29,7 @@ check() {
git config --global user.email "test@bitbake.com"
fi
cd "${pkgbase}-${pkgver}"
- patch -p0 < "${srcdir}/bind.patch"
- patch -p0 < "${srcdir}/test.patch"
+ patch -p0 < "${srcdir}/ignore-TestHashEquivalenceTCPServer.patch"
BB_SKIP_NETTESTS='yes' PYTHONPATH="${srcdir}/${pkgbase}-${pkgver}/lib" PATH="${PATH}:${srcdir}/${pkgbase}-${pkgver}/bin" python ./bin/bitbake-selftest --failfast -v
if [ "${unset_name}" -eq 1 ]; then
unset_name=1
diff --git a/test.patch b/ignore-TestHashEquivalenceTCPServer.patch
index 0c98f06d5afc..0c98f06d5afc 100644
--- a/test.patch
+++ b/ignore-TestHashEquivalenceTCPServer.patch