[oe-commits] Martin Jansa : opkg: drop PACKAGE_ARCH setting for update-alternatives-cworth

git at git.openembedded.org git at git.openembedded.org
Wed Nov 21 16:56:21 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 969d10d0aa5537a119ed9be9e8321dbd73d160fe
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=969d10d0aa5537a119ed9be9e8321dbd73d160fe

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Nov 15 11:55:32 2012 +0100

opkg: drop PACKAGE_ARCH setting for update-alternatives-cworth

* there is warning about update-alternatives-cworth ipk being
  overwritten in "all" feed when opkg is built for more architectures
* see https://bugzilla.yoctoproject.org/show_bug.cgi?id=3390 for details

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/opkg/opkg.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index b3d587c..250eaa8 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://src/opkg-cl.c;beginline=1;endline=20;md5=321f658c3f6b6c832e25c8850b5dffba"
 
 PE = "1"
-INC_PR = "r10"
+INC_PR = "r11"
 
 FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/opkg"
 
@@ -36,7 +36,6 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg"
 RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-config-base"
 RDEPENDS_${PN}_class-native = ""
 RDEPENDS_${PN}_class-nativesdk = ""
-PACKAGE_ARCH_update-alternatives-cworth = "all"
 RREPLACES_${PN} = "opkg-nogpg"
 
 PACKAGES =+ "libopkg-dev libopkg-staticdev libopkg update-alternatives-cworth"





More information about the Openembedded-commits mailing list