summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unifdef/unifdef_2.10.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-10-17 17:16:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-24 17:36:17 +0100
commitfc0a068d478b8f2b950ab049c5445ed12bca4027 (patch)
treef8af233f9d6bd3cab6f35e98cad146cdc47db067 /meta/recipes-devtools/unifdef/unifdef_2.10.bb
parentac638b7bd1f4a347f2ebbf4f1f8d8f5f54b5173c (diff)
downloadpoky-fc0a068d478b8f2b950ab049c5445ed12bca4027.tar.gz
unifdef: remove fork, package upstream
Instead of building specifiaclly for native a static fork of unifdef from 2007, simply package the latest tarball. (From OE-Core rev: f642a9753b33c2f35d502b6721601fc690f674ec) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/unifdef/unifdef_2.10.bb')
-rw-r--r--meta/recipes-devtools/unifdef/unifdef_2.10.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/unifdef/unifdef_2.10.bb b/meta/recipes-devtools/unifdef/unifdef_2.10.bb
new file mode 100644
index 0000000000..b8a0079840
--- /dev/null
+++ b/meta/recipes-devtools/unifdef/unifdef_2.10.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Selectively remove #ifdef statements from sources"
2SECTION = "devel"
3LICENSE = "BSD-2-Clause"
4
5LIC_FILES_CHKSUM = "file://unifdef.c;endline=32;md5=2cc23f0382a6f560f6a9ecf4e040c0da"
6
7SRC_URI = "http://dotat.at/prog/${BPN}/${BP}.tar.xz"
8SRC_URI[md5sum] = "bb5d895e5ebbba5c5cc0c2771cf97ebe"
9SRC_URI[sha256sum] = "3b9b2b6b1952e9b9c1b9f734edec270689a35bdbf33ae66b50e19b2ed0d2df06"
10
11do_install() {
12 oe_runmake install DESTDIR=${D} prefix=${prefix}
13}
14
15BBCLASSEXTEND = "native"