From f76c3a98c8f19501b66e2827f20b395b03e5aefc Mon Sep 17 00:00:00 2001 From: Mihai Lindner Date: Sat, 6 Oct 2012 18:02:30 +0300 Subject: 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 Signed-off-by: Tom Zanussi --- meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend') 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 -- cgit v1.2.3-54-g00ecf