generic-poky/meta/packages/popt/popt_1.14.bb
Richard Purdie 75d7e7cb29 popt: 1.13 -> 1.14 to fix uclibc issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4632 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-12 19:58:08 +00:00

13 lines
243 B
BlitzBasic

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
}