summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/udev/udev-extra-rules.bb6
-rw-r--r--meta-oe/recipes-navigation/navit/navit-icons_svn.bb7
-rw-r--r--meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb7
3 files changed, 8 insertions, 12 deletions
diff --git a/meta-oe/recipes-core/udev/udev-extra-rules.bb b/meta-oe/recipes-core/udev/udev-extra-rules.bb
index dfd40807f..ec3f017a0 100644
--- a/meta-oe/recipes-core/udev/udev-extra-rules.bb
+++ b/meta-oe/recipes-core/udev/udev-extra-rules.bb
@@ -2,7 +2,9 @@ DESCRIPTION = "Extra udev rules"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4 4
5PR = "r2" 5inherit allarch
6
7PR = "r3"
6 8
7SRC_URI = " \ 9SRC_URI = " \
8 file://automount.rules \ 10 file://automount.rules \
@@ -31,5 +33,3 @@ do_install() {
31 33
32FILES_${PN} = "${sysconfdir}/udev" 34FILES_${PN} = "${sysconfdir}/udev"
33RDEPENDS_${PN} = "udev" 35RDEPENDS_${PN} = "udev"
34PACKAGE_ARCH = "all"
35
diff --git a/meta-oe/recipes-navigation/navit/navit-icons_svn.bb b/meta-oe/recipes-navigation/navit/navit-icons_svn.bb
index 116ff4397..8688d0c1e 100644
--- a/meta-oe/recipes-navigation/navit/navit-icons_svn.bb
+++ b/meta-oe/recipes-navigation/navit/navit-icons_svn.bb
@@ -5,17 +5,14 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/GPL-2;md5=751419260aa954499f7abaabaa882bbe
5SECTION = "x11/applications" 5SECTION = "x11/applications"
6DEPENDS = "glib-2.0 gtk+ imagemagick-native librsvg-native" 6DEPENDS = "glib-2.0 gtk+ imagemagick-native librsvg-native"
7 7
8#only icons present in the package
9PACKAGE_ARCH = "all"
10
11PV = "0.1.0+svnr${SRCPV}" 8PV = "0.1.0+svnr${SRCPV}"
12PR = "r2" 9PR = "r3"
13 10
14EXTRA_OECONF = "--disable-binding-python --disable-gui-sdl --disable-samplemap --enable-avoid-float --enable-avoid-unaligned --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher" 11EXTRA_OECONF = "--disable-binding-python --disable-gui-sdl --disable-samplemap --enable-avoid-float --enable-avoid-unaligned --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher"
15 12
16S = "${WORKDIR}/xpm" 13S = "${WORKDIR}/xpm"
17 14
18inherit autotools 15inherit autotools allarch
19 16
20FILES_${PN} = " /usr/share/navit/xpm/" 17FILES_${PN} = " /usr/share/navit/xpm/"
21 18
diff --git a/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb b/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb
index de1893dad..c9b9113ec 100644
--- a/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb
+++ b/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb
@@ -1,13 +1,12 @@
1LICENSE = "LGPLv2.1" 1LICENSE = "LGPLv2.1"
2LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" 2LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
3 3
4PACKAGE_ARCH = "all" 4PR = "r1"
5
5SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2" 6SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2"
6SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae" 7SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae"
7SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97" 8SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97"
8 9
9inherit autotools 10inherit autotools allarch
10 11
11FILES_${PN} += "${datadir}/xml/" 12FILES_${PN} += "${datadir}/xml/"
12PACKAGE_ARCH = "all"
13