blob: 007791d2450686a76ada379d1546d10342dafb93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require popt.inc
DEPENDS = "gettext virtual/libintl"
FILE_PR = "r5"
inherit autotools
SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
file://m4.patch;patch=1 \
file://intl.patch;patch=1"
do_stage() {
oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
install -m 0644 popt.h ${STAGING_INCDIR}
}
|