diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-05 20:04:39 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-05 20:04:39 +0200 |
commit | 3c8bf196704ae3573b13ecd13add51039306a889 (patch) | |
tree | 8c54bd8f4bfcaadf6a22688235ca09e336fc28e0 /recipes/libdlo | |
parent | b8c6983b56936425cbd4aabf0958da0253e67d70 (diff) |
kernel-module-udlfb: fix SRC_URI
Diffstat (limited to 'recipes/libdlo')
-rw-r--r-- | recipes/libdlo/kernel-module-udlfb.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libdlo/kernel-module-udlfb.bb b/recipes/libdlo/kernel-module-udlfb.bb index 52cde6b47d..55262d22c9 100644 --- a/recipes/libdlo/kernel-module-udlfb.bb +++ b/recipes/libdlo/kernel-module-udlfb.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" PV = "0.2.2" SRC_URI = "file://udlfb.c \ - file://dlfb.h \ + file://udlfb.h \ file://Makefile \ " |