apt-native: Add perl-native to depends, change from += to =, bump PR
authorTom Rini <trini@embeddedalley.com>
Tue, 24 Feb 2009 01:10:42 +0000 (20:10 -0500)
committerTom Rini <trini@embeddedalley.com>
Tue, 24 Feb 2009 01:10:42 +0000 (20:10 -0500)
packages/apt/apt-native.inc
packages/apt/apt-native_0.6.46.2.bb
packages/apt/apt-native_0.7.14.bb
packages/apt/apt-native_0.7.19.bb
packages/apt/apt-native_0.7.2.bb
packages/apt/apt-native_0.7.20.2.bb
packages/apt/apt-native_0.7.3.bb

index 6ee26e4..4e4771a 100644 (file)
@@ -1,7 +1,7 @@
 require apt.inc
 inherit native
 
-DEPENDS += "dpkg-native gettext-native"
+DEPENDS = "perl-native dpkg-native gettext-native"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
 PACKAGES = ""
 USE_NLS = "yes"
index 6db567f..7bf69c0 100644 (file)
@@ -1,5 +1,5 @@
 require apt-native.inc
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://nodoc.patch;patch=1 \
             file://noconfigure.patch;patch=1"
index 268e9df..7628bc9 100644 (file)
@@ -1,6 +1,5 @@
 require apt-native.inc
-
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://nodoc.patch;patch=1 \
             file://noconfigure.patch;patch=1 \
index 268e9df..7628bc9 100644 (file)
@@ -1,6 +1,5 @@
 require apt-native.inc
-
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://nodoc.patch;patch=1 \
             file://noconfigure.patch;patch=1 \
index 7bf69c0..4b6897f 100644 (file)
@@ -1,5 +1,5 @@
 require apt-native.inc
-PR = "r3"
+PR = "r4"
 
 SRC_URI += "file://nodoc.patch;patch=1 \
             file://noconfigure.patch;patch=1"
index 8fdfafe..2641cd2 100644 (file)
@@ -1,4 +1,5 @@
 require apt-native.inc
+PR = "r1"
 
 SRC_URI += "file://nodoc.patch;patch=1 \
             file://noconfigure.patch;patch=1 \
index 4b6897f..f252bd3 100644 (file)
@@ -1,5 +1,5 @@
 require apt-native.inc
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://nodoc.patch;patch=1 \
             file://noconfigure.patch;patch=1"