blob: 09c0ccad4d697de8353e86ac3a707ccc3402f7fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require opkg.inc
SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
file://no-install-recommends.patch \
file://add-exclude.patch \
file://opkg-configure.service \
"
S = "${WORKDIR}/${BPN}-${PV}"
SRC_URI[md5sum] = "1881d170b9dfbd7ecf0aa468cb9779c0"
SRC_URI[sha256sum] = "43c2d95e4cd3ef5e341e233e63de78698ec7522bca446972963160bb0f1e62db"
|