diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-04-12 17:50:59 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-18 14:21:52 +0200 |
| commit | 6dc31ce48b712950f74a06708dd73da2cf38fe45 (patch) | |
| tree | 1bed8ac4876698fab408ae229c534ebab2b37891 /meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | |
| parent | 33b05cc85b89c2982d7ef81d0b349ef522bda2de (diff) | |
| download | meta-openembedded-6dc31ce48b712950f74a06708dd73da2cf38fe45.tar.gz | |
xarchiver: Upstream printf-fix-patch
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb')
| -rw-r--r-- | meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb index ea34a52c14..e275af0314 100644 --- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | |||
| @@ -7,10 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native" | 8 | DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/schnitzeltony/xarchiver.git;branch=master \ | 10 | SRC_URI = "git://github.com/schnitzeltony/xarchiver.git;branch=master" |
| 11 | file://0001-Add-proper-formatting-string-to-printf-like-function.patch \ | 11 | SRCREV = "5a26dd8ceab0af71b30c83286d7c7398a858c814" |
| 12 | " | ||
| 13 | SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3" | ||
| 14 | PV = "0.5.3" | 12 | PV = "0.5.3" |
| 15 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 16 | 14 | ||
