squashfs-tools: Fix; move PV from .inc into .bb.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 16 Nov 2007 20:01:32 +0000 (20:01 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 16 Nov 2007 20:01:32 +0000 (20:01 +0000)
packages/squashfs-tools/squashfs-tools-native_3.3.bb
packages/squashfs-tools/squashfs-tools.inc
packages/squashfs-tools/squashfs-tools_3.3.bb

index 2083bd1..f27d9ec 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux."
 SECTION = "base"
 LICENSE = "GPLv2"
-PR = "r0"
 
 DEPENDS = "zlib"
 
index 819a456..2bf0a98 100644 (file)
@@ -1,4 +1,5 @@
 require squashfs-tools.inc
+PR = "r0"
 
 # some release have .tgz, some have .tar.gz, so keep that outside the .inc file