mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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 @@
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "ISO language, territory, currency, script codes and their translations"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "libs"
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc"
|
||||
FILES_${PN}="${datadir}/xml/iso-codes/ \
|
||||
${datadir}/iso-codes/"
|
||||
Reference in New Issue
Block a user