remove PR='' from treecc
authorKoen Kooi <koen@openembedded.org>
Mon, 15 Aug 2005 21:20:32 +0000 (21:20 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 15 Aug 2005 21:20:32 +0000 (21:20 +0000)
packages/treecc/treecc-native_0.3.6.bb
packages/treecc/treecc_0.3.6.bb

index bfd9d8c..06524f1 100644 (file)
@@ -3,7 +3,6 @@ SECTION = "devel"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/treecc-${PV}"
 MAINTAINER = "Kirill Kononenko <krokas@aport.ru"
 S = "${WORKDIR}/treecc-${PV}"
-PR = ""
 
 inherit native autotools
 
index f835acd..bd8e992 100644 (file)
@@ -4,7 +4,6 @@ LICENSE = "GPL-2"
 HOMEPAGE = "http://www.southern-storm.com.au/treecc.html"
 MAINTAINER = "Kirill Kononenko <krokas@aport.ru>"
 PRIORITY = "optional"
-PR = ""
 
 SRC_URI = "http://www.southern-storm.com.au/download/treecc-${PV}.tar.gz \
            file://dont-make-in-examples.patch;patch=1"