aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb')
-rw-r--r--meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb b/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
deleted file mode 100644
index 9d67e2d9fc..0000000000
--- a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
-PR = "r1"
-
-SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff"
-SRC_URI = "git://github.com/lloyd/yajl.git"
-
-S = "${WORKDIR}/git"
-
-inherit cmake lib_package
-
-EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"