diff options
7 files changed, 2 insertions, 12 deletions
diff --git a/meta/recipes-core/udev/udev-extraconf_1.0.bb b/meta/recipes-core/udev/udev-extraconf_1.0.bb index ea95a60067..fd9a333fe6 100644 --- a/meta/recipes-core/udev/udev-extraconf_1.0.bb +++ b/meta/recipes-core/udev/udev-extraconf_1.0.bb | |||
@@ -4,8 +4,6 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | inherit allarch | ||
8 | |||
9 | PR = "r8" | 7 | PR = "r8" |
10 | 8 | ||
11 | SRC_URI = " \ | 9 | SRC_URI = " \ |
diff --git a/meta/recipes-devtools/devel-config/anjuta-remote-run.bb b/meta/recipes-devtools/devel-config/anjuta-remote-run.bb index 51fdf9ecac..b9cded74a8 100644 --- a/meta/recipes-devtools/devel-config/anjuta-remote-run.bb +++ b/meta/recipes-devtools/devel-config/anjuta-remote-run.bb | |||
@@ -15,5 +15,3 @@ do_install() { | |||
15 | PACKAGES = "${PN}" | 15 | PACKAGES = "${PN}" |
16 | RDEPENDS_${PN} = "dbus rsync" | 16 | RDEPENDS_${PN} = "dbus rsync" |
17 | 17 | ||
18 | inherit allarch | ||
19 | |||
diff --git a/meta/recipes-devtools/devel-config/distcc-config.bb b/meta/recipes-devtools/devel-config/distcc-config.bb index 8deaa66589..c9c024dde9 100644 --- a/meta/recipes-devtools/devel-config/distcc-config.bb +++ b/meta/recipes-devtools/devel-config/distcc-config.bb | |||
@@ -21,5 +21,3 @@ do_install() { | |||
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} = "distcc" | 23 | RDEPENDS_${PN} = "distcc" |
24 | |||
25 | inherit allarch | ||
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb index 4d9f6dd5aa..5fa8cb3c0f 100644 --- a/meta/recipes-devtools/devel-config/nfs-export-root.bb +++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb | |||
@@ -15,5 +15,3 @@ do_install() { | |||
15 | } | 15 | } |
16 | 16 | ||
17 | RDEPENDS_${PN} = "packagegroup-core-nfs-server" | 17 | RDEPENDS_${PN} = "packagegroup-core-nfs-server" |
18 | |||
19 | inherit allarch | ||
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index a34825ab19..c99521f9b6 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -12,7 +12,7 @@ RDEPENDS_${PN} = "fontconfig-utils" | |||
12 | PR = "r4" | 12 | PR = "r4" |
13 | PE = "1" | 13 | PE = "1" |
14 | 14 | ||
15 | inherit allarch fontcache | 15 | inherit fontcache |
16 | 16 | ||
17 | FONT_PACKAGES = "${PN}" | 17 | FONT_PACKAGES = "${PN}" |
18 | 18 | ||
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index ccd865ce4d..75f78a2745 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" | |||
10 | PR = "r7" | 10 | PR = "r7" |
11 | RDEPENDS_${PN} = "fontconfig-utils" | 11 | RDEPENDS_${PN} = "fontconfig-utils" |
12 | 12 | ||
13 | inherit allarch fontcache | 13 | inherit fontcache |
14 | 14 | ||
15 | FONT_PACKAGES = "${PN}" | 15 | FONT_PACKAGES = "${PN}" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb index 49de5a3218..2df1347860 100644 --- a/meta/recipes-graphics/x11-common/x11-common_0.1.bb +++ b/meta/recipes-graphics/x11-common/x11-common_0.1.bb | |||
@@ -9,8 +9,6 @@ SRC_URI = "file://etc \ | |||
9 | 9 | ||
10 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
11 | 11 | ||
12 | inherit allarch | ||
13 | |||
14 | do_install() { | 12 | do_install() { |
15 | cp -R ${S}/etc ${D}${sysconfdir} | 13 | cp -R ${S}/etc ${D}${sysconfdir} |
16 | chmod -R 755 ${D}${sysconfdir} | 14 | chmod -R 755 ${D}${sysconfdir} |