diff options
author | Mihai Lindner <mihaix.lindner@linux.intel.com> | 2012-10-06 18:02:30 +0300 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-06 10:49:22 -0500 |
commit | f76c3a98c8f19501b66e2827f20b395b03e5aefc (patch) | |
tree | a75c128043e3e4ce3d8ec560b007e8f589cc4548 /meta-tlk | |
parent | 7228f6b0c81817c8a8455ea78271abfd5d66fed8 (diff) | |
download | meta-intel-f76c3a98c8f19501b66e2827f20b395b03e5aefc.tar.gz |
meta-tlk: fix included file name
PN in linux-yocto-tlk.inc takes the .inc file name and becomes
linux-yocto-tlk. Renamed to linux-yocto_tlk.inc to avoid confusions.
Related to: [YOCTO #3217]
Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-tlk')
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 | ||||
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 | ||||
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 | ||||
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc (renamed from meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend index e316320e..f5801680 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -1 +1 @@ | |||
require ${PN}-tlk.inc | require ${PN}_tlk.inc | ||
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend index e316320e..f5801680 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
@@ -1 +1 @@ | |||
require ${PN}-tlk.inc | require ${PN}_tlk.inc | ||
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend index e316320e..f5801680 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
@@ -1 +1 @@ | |||
require ${PN}-tlk.inc | require ${PN}_tlk.inc | ||
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc index b1cf8834..b1cf8834 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc | |||