blob: 313e31b8fc93257aad2d8262416c774c8f14b6f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require popt.inc
DEPENDS = "gettext virtual/libintl"
inherit autotools autotools_stage
SRC_URI = "\
http://rpm.org/releases/historical/rpm-4.1.x/popt-${PV}.tar.gz \
file://m4.patch;patch=1 \
file://intl.patch;patch=1 \
"
|