opkg-nogpg: use the same patch as opkg-nogpg-nocurl to reduce noise
authorJeremy Laine <jeremy.laine@m4x.org>
Thu, 11 Sep 2008 16:53:05 +0000 (16:53 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Thu, 11 Sep 2008 16:53:05 +0000 (16:53 +0000)
packages/opkg/opkg-nogpg_svn.bb

index 3a7a0ee..7a56b4d 100644 (file)
@@ -3,6 +3,9 @@ require opkg_svn.bb
 DEPENDS = "curl"
 PROVIDES += "opkg"
 
+SRC_URI += "file://reduce-nogpg-noise.patch;patch=1"
+PR = "r1"
+
 SRCREV = "${SRCREV_pn-opkg}"
 
 EXTRA_OECONF += "--disable-gpg"