summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04660f4bee15..d9edddb5a051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,11 @@ license=('GPL2')
makedepends=('git' 'wget')
source=("https://github.com/openembedded/bitbake/archive/${pkgver}.tar.gz"
"bind.patch"
+ "test.patch"
)
md5sums=('aff0217dcba08df3dcbbad256cc07911'
- '44506db845c085dc8916a05ca4348947')
+ '44506db845c085dc8916a05ca4348947'
+ '62c3ad291fff1fa27e31d29d2bc5e2b9')
check() {
if ! git config --global --get user.name; then