mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "The popt library for parsing command line options."
|
||||
HOMEPAGE = "http://rpm5.org/"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gettext"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user