mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 15:38:04 +00:00
file: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
2a4760dfc9
commit
315d4ab7c8
@ -1,8 +0,0 @@
|
||||
require file_${PV}.bb
|
||||
inherit native
|
||||
|
||||
# avoid dependency loop
|
||||
DEPENDS = ""
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI += "file://native-fix.diff;patch=1"
|
||||
@ -15,3 +15,7 @@ do_configure_prepend() {
|
||||
cp ${WORKDIR}/dump ${S}/magic/Magdir/
|
||||
cp ${WORKDIR}/filesystems ${S}/magic/Magdir/
|
||||
}
|
||||
|
||||
DEPENDS_virtclass-native = ""
|
||||
SRC_URI_append_virtclass-native = " file://native-fix.diff;patch=1"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user