diff options
Diffstat (limited to 'packages/popt')
-rw-r--r-- | packages/popt/popt_1.7.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb index e599c023dc..6984dbdb13 100644 --- a/packages/popt/popt_1.7.bb +++ b/packages/popt/popt_1.7.bb @@ -2,7 +2,7 @@ SECTION = "libs" DESCRIPTION = "The popt library exists essentially \ for parsing command line options." LICENSE = "MIT" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ file://m4.patch;patch=1 \ @@ -11,5 +11,6 @@ SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ inherit autotools do_stage () { - autotools_stage_all + oe_libinstall -a -so libpopt ${STAGING_LIBDIR} + install -m 0644 popt.h ${STAGING_INCDIR}/ } |