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 6b23bbf78c..8ca574014b 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 = "337f55346425fbf2d283e794b702318ef2a74bcb" 9SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig