diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-24 08:26:00 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-24 08:26:00 +0000 |
commit | 8d97387a3a7bec681120303640f2cf5ae6d67433 (patch) | |
tree | 45fd7dec788e85765c63ca8bf7d44da1893c6041 /simpad-utilities/genboot-native.oe | |
parent | 5df1997cce171d566ceef2c1dcbad31aaa6b2b70 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/06/24 09:25:42+01:00 nexus.co.uk!pb
depend on pad-native
BKrev: 40da9018b-IhoSMttWehUpUnw5aCZg
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() { |