summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/epeg/epeg_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/epeg/epeg_git.bb b/meta-oe/recipes-support/epeg/epeg_git.bb
index 8fe19b5873..6b23bbf78c 100644
--- a/meta-oe/recipes-support/epeg/epeg_git.bb
+++ b/meta-oe/recipes-support/epeg/epeg_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e7732a9290ea1e4b034fdc15cf49968d \
6DEPENDS = "jpeg libexif" 6DEPENDS = "jpeg libexif"
7 7
8SRC_URI = "git://github.com/mattes/epeg.git" 8SRC_URI = "git://github.com/mattes/epeg.git"
9SRCREV = "d78becc558a682f1be0a78b1af90d1b4a08e5b4e" 9SRCREV = "337f55346425fbf2d283e794b702318ef2a74bcb"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig