diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-11-30 23:57:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 23:37:44 +0000 |
commit | d7cd934376ae1edaf7055ec635eb3c85fdbf58b3 (patch) | |
tree | 837d687df70bfa2f1b9cbcb9ead4a567396d6b0b /meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb | |
parent | a4b7188efdbae86087d907f0503d8f2a25247594 (diff) | |
download | poky-d7cd934376ae1edaf7055ec635eb3c85fdbf58b3.tar.gz |
squashfs-tools: fix PR, those should start with 'r'
(From OE-Core rev: f4efaa0f472b4bf0ba0a0297cc9ecc8b5a671f72)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb')
-rw-r--r-- | meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb index 669179761f..a2ed8ba207 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://../COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
7 | file://../../7zC.txt;beginline=12;endline=16;md5=2056cd6d919ebc3807602143c7449a7c \ | 7 | file://../../7zC.txt;beginline=12;endline=16;md5=2056cd6d919ebc3807602143c7449a7c \ |
8 | " | 8 | " |
9 | DEPENDS = "attr zlib xz" | 9 | DEPENDS = "attr zlib xz" |
10 | PR = "0" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${PV}.tar.gz;name=squashfs \ | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${PV}.tar.gz;name=squashfs \ |
13 | http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2;name=lzma \ | 13 | http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2;name=lzma \ |