]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: rename perl-native-runtime
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 7 Jan 2016 11:39:39 +0000 (13:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 23:23:17 +0000 (23:23 +0000)
The code in native.bbclass adds -native suffix to the package
names that don't have it. perl-native-runtime becomes
perl-native-runtime-native because of this.

Renamed perl-native-runtime -> hostperl-runtime-native to avoid
mangling it and to conform with the naming convetion for native
packages.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf
meta/recipes-connectivity/openssl/openssl.inc
meta/recipes-devtools/automake/automake_1.15.bb
meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
meta/recipes-devtools/gnu-config/gnu-config_git.bb
meta/recipes-support/libcap/libcap_2.24.bb

index 9760442377b8e30c8b4ff11f8f7cf366c9450dfd..2fe6b24d6737dfc7deb83096c4220769013d45c3 100644 (file)
@@ -171,7 +171,7 @@ ASSUME_PROVIDED = "\
     grep-native \
     diffstat-native \
     patch-native \
-    perl-native-runtime \
+    hostperl-runtime-native \
     python-native-runtime \
     tar-native \
     virtual/libintl-native \
index 199e9ab0d45e1cd71f55b18e9a94f98c536fd493..44e2eb4f95d63ebda4d405b6218e3faa4d4b6350 100644 (file)
@@ -8,7 +8,7 @@ SECTION = "libs/network"
 LICENSE = "openssl"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
 
-DEPENDS = "perl-native-runtime"
+DEPENDS = "hostperl-runtime-native"
 DEPENDS_append_class-target = " openssl-native"
 
 SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
index 4f280ba8c3f3ac5eced5c82a6cec0bde5a5acf86..e3cb85b41a3e101d245145ca5547ed1d0b3fb0ee 100644 (file)
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "\
     perl-module-threads \
     perl-module-vars "
 
-RDEPENDS_${PN}_class-native = "autoconf-native perl-native-runtime"
+RDEPENDS_${PN}_class-native = "autoconf-native hostperl-runtime-native"
 
 SRC_URI += " file://python-libdir.patch \
             file://py-compile-compile-only-optimized-byte-code.patch \
index eb7e420a0cd7b097abb5bfc30346c98214708a74..0d05e79fd52f1a84f9f81b0176bc248488b085d7 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=b79a4663475f4d724846463277817e0d"
 
-DEPENDS_class-native = "perl-native-runtime"
+DEPENDS_class-native = "hostperl-runtime-native"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
index 3d5f2b8c16af41a8538d7e25aa7b7488056912df..072726f60dae27c6e148923c7ee177c78fb247cb 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "devel"
 LICENSE = "GPL-3.0-with-autoconf-exception"
 LIC_FILES_CHKSUM = "file://config.guess;beginline=7;endline=27;md5=9bac8b1743c2240ae07cce6e546ac2f2"
 
-DEPENDS_class-native = "perl-native-runtime"
+DEPENDS_class-native = "hostperl-runtime-native"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
index e2b93a4c74695c068a25319fa65341a8dae4e691..a701019bb4d6fb63ac9c61868ba86c52323737a6 100644 (file)
@@ -5,7 +5,7 @@ HOMEPAGE = "http://sites.google.com/site/fullycapable/"
 LICENSE = "BSD | GPLv2"
 LIC_FILES_CHKSUM = "file://License;md5=3f84fd6f29d453a56514cb7e4ead25f1"
 
-DEPENDS = "perl-native-runtime"
+DEPENDS = "hostperl-runtime-native"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${PV}.tar.xz"