blob: d5e9a604b9e236e22e64582c4ee4bcda28fd7404 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require popt.inc
PR = "${INC_PR}.0"
SRC_URI = "\
http://rpm5.org/files/popt/popt-${PV}.tar.gz \
"
BBCLASSEXTEND = "native"
SRC_URI[md5sum] = "4f90a07316eb825604dd10ae4f9f3f04"
SRC_URI[sha256sum] = "175be17571e9af3ad622531b494a0738ae632c60c8c6329273778b2b6fbbad74"
|