diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-extra/dwarfutils/dwarfgen_20121130.bb | |
download | meta-linaro-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro/recipes-extra/dwarfutils/dwarfgen_20121130.bb')
-rw-r--r-- | meta-linaro/recipes-extra/dwarfutils/dwarfgen_20121130.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/dwarfutils/dwarfgen_20121130.bb b/meta-linaro/recipes-extra/dwarfutils/dwarfgen_20121130.bb new file mode 100644 index 0000000..97d3b2f --- /dev/null +++ b/meta-linaro/recipes-extra/dwarfutils/dwarfgen_20121130.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require dwarf.inc | ||
2 | |||
3 | DEPENDS = "libdwarf libdwarf-native" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://GPL.txt;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | do_install() { | ||
8 | install -d ${D}${bindir} ${D}${mandir}/man1 | ||
9 | install -m 0755 ${BPN} ${D}${bindir} | ||
10 | install -m 0644 ${BPN}.1 ${D}${mandir}/man1 | ||
11 | } | ||
12 | |||
13 | PARALLEL_MAKE = "" | ||