diff options
Diffstat (limited to 'meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb')
-rw-r--r-- | meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb index 6d55c58526..6f452d3b93 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb +++ b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb | |||
@@ -10,12 +10,9 @@ compliant with the GNU or POSIX standards, it is close. \ | |||
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=5c64b2e8cc50917b2744a90950faa7cd" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=5c64b2e8cc50917b2744a90950faa7cd" |
12 | 12 | ||
13 | SRCREV = "799a8b1f99818e39fee19d0601030770af1221e1" | 13 | SRCREV = "81b3d2a0c47895c22e9bb8c577f5ab521f76e5d2" |
14 | SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4 \ | 14 | SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4" |
15 | file://0001-tclap-add-pkg-config-file.patch \ | ||
16 | " | ||
17 | 15 | ||
18 | S = "${WORKDIR}/git" | ||
19 | inherit cmake | 16 | inherit cmake |
20 | 17 | ||
21 | ALLOW_EMPTY:${PN} = "1" | 18 | ALLOW_EMPTY:${PN} = "1" |