mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
popt: upgrade to 1.13
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4065 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
12
meta/packages/popt/popt_1.13.bb
Normal file
12
meta/packages/popt/popt_1.13.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "The popt library for parsing command line options."
|
||||
LICENSE = "MIT"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gettext-native"
|
||||
|
||||
SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
DESCRIPTION = "The popt library exists essentially \
|
||||
for parsing command line options."
|
||||
LICENSE = "MIT"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gettext-native"
|
||||
PR = "r4"
|
||||
|
||||
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"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_stage () {
|
||||
oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
|
||||
install -m 0644 popt.h ${STAGING_INCDIR}/
|
||||
}
|
||||
Reference in New Issue
Block a user