diff options
| -rw-r--r-- | meta-oe/recipes-core/safec/safec_3.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/safec/safec_3.4.bb b/meta-oe/recipes-core/safec/safec_3.4.bb new file mode 100644 index 0000000000..d55d081f34 --- /dev/null +++ b/meta-oe/recipes-core/safec/safec_3.4.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Safe C Library" | ||
| 2 | |||
| 3 | LICENSE = "safec" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d0eb7dfc57806a006fcbc4e389cf164" | ||
| 5 | SECTION = "lib" | ||
| 6 | |||
| 7 | inherit autotools pkgconfig | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | SRCREV = "62e6b2df55084316d027165d286e46beb40513dc" | ||
| 11 | SRC_URI = "git://github.com/rurban/safeclib.git" | ||
| 12 | |||
| 13 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64).*-linux' | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "perl" | ||
