summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD3
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c53791d421e..d0382e2c8c68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 17:11:06 UTC 2017
+# Tue Oct 9 05:53:15 UTC 2018
pkgbase = bitbake
pkgdesc = Build tool executing tasks and managing metadata.
pkgver = 1.34
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..87c5a3bc1e5e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+bitbake/*
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 3cd1e73e01ab..1181a990c05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Matthew McGinn <mamcgi@gmail.com>
# Contributor: Felipe F. Tonello <eu@felipetonello.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# TODO: support Toast
@@ -16,7 +17,7 @@ md5sums=('SKIP')
check() {
cd ${pkgbase}/bin
- PYTHONPATH="${srcdir}/${pkgbaes}/lib:${srcdir}/${pkgbase}/lib/bb" python ./bitbake-selftest
+ PYTHONPATH="${srcdir}/${pkgbase}/lib:${srcdir}/${pkgbase}/lib/bb" python ./bitbake-selftest
}
package_bitbake() {