summaryrefslogtreecommitdiffstats
path: root/meta/packages/update-alternatives
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-19 14:27:52 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-19 14:27:52 +0000
commit60687460e53b7a3474956d6b004069ea5862518f (patch)
treee14342d8d94180214ff43a49e30c60699e387ade /meta/packages/update-alternatives
parent322fe395c8e9451bb9b9ab5b7600a8c7ca4e8239 (diff)
downloadpoky-60687460e53b7a3474956d6b004069ea5862518f.tar.gz
update-alternatives-cworth: switched to opkg
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4051 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/update-alternatives')
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb4
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth.inc4
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb2
3 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
index 5c7b7289ab..b20dab18f1 100644
--- a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
+++ b/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
@@ -2,11 +2,11 @@ require update-alternatives-cworth.inc
2inherit native 2inherit native
3 3
4PROVIDES += "virtual/update-alternatives-native" 4PROVIDES += "virtual/update-alternatives-native"
5RPROVIDES += "update-alternatives-native" 5RPROVIDES_${PN} += "update-alternatives-native"
6 6
7do_stage () { 7do_stage () {
8 install -d ${sbindir} \ 8 install -d ${sbindir} \
9 ${libdir}/ipkg/alternatives 9 ${libdir}/opkg/alternatives
10 10
11 install -m 0755 update-alternatives ${sbindir}/update-alternatives 11 install -m 0755 update-alternatives ${sbindir}/update-alternatives
12} 12}
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth.inc b/meta/packages/update-alternatives/update-alternatives-cworth.inc
index 5a1cf3e7ed..78d890e6de 100644
--- a/meta/packages/update-alternatives/update-alternatives-cworth.inc
+++ b/meta/packages/update-alternatives/update-alternatives-cworth.inc
@@ -1,6 +1,6 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2SECTION = "base" 2SECTION = "base"
3SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')}" 3SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http"
4S = "${WORKDIR}/ipkg/C" 4S = "${WORKDIR}/opkg"
5PACKAGE_ARCH = "all" 5PACKAGE_ARCH = "all"
6PR = "r1" 6PR = "r1"
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
index cf3c8fbc2b..82700f0f95 100644
--- a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
+++ b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
@@ -6,7 +6,7 @@ RPROVIDES_${PN} += "update-alternatives"
6do_install () { 6do_install () {
7 install -d ${D}${sbindir} \ 7 install -d ${D}${sbindir} \
8 ${D}${sysconfdir}/alternatives \ 8 ${D}${sysconfdir}/alternatives \
9 ${D}${libdir}/ipkg/alternatives 9 ${D}${libdir}/opkg/alternatives
10 10
11 install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives 11 install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives
12} 12}