diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-09-26 16:25:50 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-10-07 21:42:21 -0300 |
commit | 2b7891e0ffb5be605a87f581c1f58930db9654c7 (patch) | |
tree | b7f3e976f8694b77858ce49294c645efcb34097e /recipes/squashfs-tools/squashfs-tools-native_4.0.bb | |
parent | df9d3c175db889fca38947e741bfc8aab946fae7 (diff) |
squashfs-tools: refactor 3.3 and 4.0 recipes and use INC_PR
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools-native_4.0.bb')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools-native_4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb index 5858bb18d6..1a82323951 100644 --- a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb +++ b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb @@ -1,5 +1,5 @@ require squashfs-tools_${PV}.bb -PR = "r0" +PR = "${INC_PR}.1" inherit native |