diff options
author | Philip Tricca <flihp@twobit.us> | 2015-01-28 15:36:05 +0000 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-10 13:41:57 -0500 |
commit | 0d270cbdefaeab79732f1bd7b2c11f2b105f6019 (patch) | |
tree | 8f5f4a293212d0554a5017544dac22ea8d053ccd | |
parent | 704f6c75e1db01e404daf86c80399465ca18f16c (diff) | |
download | meta-selinux-0d270cbdefaeab79732f1bd7b2c11f2b105f6019.tar.gz |
ustr: Fix use of bad variable in SRC_URI.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-extended/ustr/ustr_1.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ustr/ustr_1.0.4.bb b/recipes-extended/ustr/ustr_1.0.4.bb index a0a1e41..cdb78ad 100644 --- a/recipes-extended/ustr/ustr_1.0.4.bb +++ b/recipes-extended/ustr/ustr_1.0.4.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c79c6e2ae13418d16d7dc82df960a1e7 \ | |||
12 | file://LICENSE_MIT;md5=c61e779b782608472bd87593c3c3916f" | 12 | file://LICENSE_MIT;md5=c61e779b782608472bd87593c3c3916f" |
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | http://www.and.org/ustr/${BPV}/${BPN}-${PV}.tar.bz2 \ | 15 | http://www.and.org/ustr/${PV}/${BPN}-${PV}.tar.bz2 \ |
16 | file://ustr-makefile-fix.patch;patch=1 \ | 16 | file://ustr-makefile-fix.patch;patch=1 \ |
17 | file://ustr-fix__va_copy-not-defined.patch;patch=2 \ | 17 | file://ustr-fix__va_copy-not-defined.patch;patch=2 \ |
18 | file://ustr-c99-inline.patch;patch=3" | 18 | file://ustr-c99-inline.patch;patch=3" |