diff options
Diffstat (limited to 'simpad-utilities/genboot-native.oe')
-rw-r--r-- | simpad-utilities/genboot-native.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/simpad-utilities/genboot-native.oe b/simpad-utilities/genboot-native.oe index c24a73006f..4293e31094 100644 --- a/simpad-utilities/genboot-native.oe +++ b/simpad-utilities/genboot-native.oe @@ -1,7 +1,10 @@ +PR = "r1" DESCRIPTION = "Console utility for generating a SIMpad boot image for the proprietary SIEMENS Switzerland bootloader" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/genboot" SRC_URI = "file://gen_boot.c file://arnold_boot.h file://simpad-make-flashimg" +DEPENDS = "pad-native" + inherit native do_compile() { |