summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5b8105cc69e..f49340b258c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = bitbake
arch = any
license = GPL2
makedepends = git
+ makedepends = wget
source = https://github.com/openembedded/bitbake/archive/1.44.0.tar.gz
md5sums = 4b263eb4764980dc972c887e22b76159
diff --git a/PKGBUILD b/PKGBUILD
index 57166a90d741..3e684d700462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc='Build tool executing tasks and managing metadata.'
arch=('any')
url='https://www.openembedded.org/wiki/Main_Page'
license=('GPL2')
-makedepends=('git')
+makedepends=('git' 'wget')
source=("https://github.com/openembedded/bitbake/archive/${pkgver}.tar.gz")
md5sums=('4b263eb4764980dc972c887e22b76159')