summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-12-28 22:19:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 11:09:41 +0000
commit925ffcbf1ef17e40f0734948df938563d886531b (patch)
treef7e19754ef458f42480307e847035748584b3a13 /meta/recipes-devtools/opkg
parent7f8eedaa86c64ec67ece84cf636b7001b95db686 (diff)
downloadast2050-yocto-poky-925ffcbf1ef17e40f0734948df938563d886531b.zip
ast2050-yocto-poky-925ffcbf1ef17e40f0734948df938563d886531b.tar.gz
opkg-native: obey virtual/update-alternatives-native
(From OE-Core rev: 1f9d979ca60eca2277f53f24dc59f9ab18e81195) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg.inc10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index f157188..47458ff 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 = "r11"
+INC_PR = "r12"
# Werror gives all kinds bounds issuses with gcc 4.3.3
do_configure_prepend() {
@@ -43,11 +43,17 @@ FILES_libopkg-dev = "${libdir}/*.la ${libdir}/*.so"
FILES_libopkg-staticdev = "${libdir}/*.a"
FILES_libopkg = "${libdir}/*.so.* ${localstatedir}/lib/opkg/"
-# We need to create the lock directory
do_install_append() {
+ # We need to create the lock directory
install -d ${D}${localstatedir}/lib/opkg
}
+do_install_append_class-native() {
+ if [ "${PREFERRED_PROVIDER_virtual/update-alternatives-native}" != "${PN}" ]; then
+ rm ${D}${bindir}/update-alternatives
+ fi
+}
+
pkg_postinst_${PN} () {
#!/bin/sh
if [ "x$D" != "x" ]; then
OpenPOWER on IntegriCloud