diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-18 13:02:38 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-18 13:02:38 +0000 |
commit | 4ece093943cddc51f13369545ec955b5bfb4ce20 (patch) | |
tree | dbe03a9b2f9f6f7175b30d1b2bbd5862f61f2b07 | |
parent | f06fc1880b1cd1925116916b7949c2032a15a4d0 (diff) |
iso-codes: Arch-independent package.
-rw-r--r-- | recipes/iso-codes/iso-codes_1.4.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/recipes/iso-codes/iso-codes_1.4.bb b/recipes/iso-codes/iso-codes_1.4.bb index f424701f47..ad4f8db562 100644 --- a/recipes/iso-codes/iso-codes_1.4.bb +++ b/recipes/iso-codes/iso-codes_1.4.bb @@ -1,12 +1,8 @@ LICENSE = "LGPL" +PACKAGE_ARCH = "all" +SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2" +PR = "r2" -SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2" - -inherit autotools pkgconfig +inherit autotools_stage FILES_${PN} += "${datadir}/xml/" - -do_stage() { - autotools_stage_all -} - |