diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-11-09 10:37:33 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-11-09 10:37:33 +0000 |
commit | 13b1746414d7674c0dfc3e53c4a9c92d8c6c8288 (patch) | |
tree | 6e957a2ec95b81b5c8a743c1a6e635a479ad4250 /packages/file/file-native_4.18.bb | |
parent | b83d36707c2292235878fcec4aa270f3ce14426f (diff) |
file, file-native 4.18 : replaced the magic files for filesystems and dump
for the ones for 4.16. The stuff that doesnt compile in 4.18 is new so it
looks like a lack of QA on part of this release that they dont work.
Diffstat (limited to 'packages/file/file-native_4.18.bb')
-rw-r--r-- | packages/file/file-native_4.18.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/file/file-native_4.18.bb b/packages/file/file-native_4.18.bb new file mode 100644 index 0000000000..63554b01fb --- /dev/null +++ b/packages/file/file-native_4.18.bb @@ -0,0 +1,8 @@ +require file_${PV}.bb +inherit native + +# avoid dependency loop +DEPENDS = "" +PR = "r1" + +SRC_URI += "file://native-fix.diff;patch=1" |