blob: 043284cd0fb3f4312a230b7ba19fc2bd6a821b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "A simple option parser with an simple syntax and API."
DESCRIPTION = "A simple option parser with an simple syntax and API."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=40575ded674b04c083ce6818c01f0282"
PR = "r0"
BPV = "4.2.0"
PV = "${BPV}"
SRCREV = "50c4d5a6553c9d0b78dee35a092ea3a40c136fa1"
S = "${WORKDIR}/git"
SRC_URI = " \
git://github.com/leejarvis/slop.git \
"
inherit ruby
BBCLASSEXTEND = "native"
|