blob: c3c5a63a869e3f2d1cb826a3db0292091640ed10 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require popt_${PV}.bb
DEPENDS = "gettext-native"
inherit native
S = "${WORKDIR}/popt-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}"
SRC_URI[md5sum] = "5988e7aeb0ae4dac8d83561265984cc9"
SRC_URI[sha256sum] = "4e75cb28793f0d44134f71fae53057d5f250805e6268fbd9c9780654b73b0dc1"
|