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:31:58 +0100
commitf642a9753b33c2f35d502b6721601fc690f674ec (patch)
tree1b0c63efcb842d0a483017a03bf02e664607c682 /meta/recipes-devtools/unifdef/unifdef_2.10.bb
parent9237d18964ff0bf76f5c37fca21ab3974d81d0d2 (diff)
downloadopenembedded-core-f642a9753b33c2f35d502b6721601fc690f674ec.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. Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@
+SUMMARY = "Selectively remove #ifdef statements from sources"
+SECTION = "devel"
+LICENSE = "BSD-2-Clause"
+
+LIC_FILES_CHKSUM = "file://unifdef.c;endline=32;md5=2cc23f0382a6f560f6a9ecf4e040c0da"
+
+SRC_URI = "http://dotat.at/prog/${BPN}/${BP}.tar.xz"
+SRC_URI[md5sum] = "bb5d895e5ebbba5c5cc0c2771cf97ebe"
+SRC_URI[sha256sum] = "3b9b2b6b1952e9b9c1b9f734edec270689a35bdbf33ae66b50e19b2ed0d2df06"
+
+do_install() {
+ oe_runmake install DESTDIR=${D} prefix=${prefix}
+}
+
+BBCLASSEXTEND = "native"