diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-19 14:27:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-19 14:27:52 +0000 |
commit | 60687460e53b7a3474956d6b004069ea5862518f (patch) | |
tree | e14342d8d94180214ff43a49e30c60699e387ade /meta | |
parent | 322fe395c8e9451bb9b9ab5b7600a8c7ca4e8239 (diff) | |
download | poky-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')
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 | |||
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | PROVIDES += "virtual/update-alternatives-native" | 4 | PROVIDES += "virtual/update-alternatives-native" |
5 | RPROVIDES += "update-alternatives-native" | 5 | RPROVIDES_${PN} += "update-alternatives-native" |
6 | 6 | ||
7 | do_stage () { | 7 | do_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 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')}" | 3 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http" |
4 | S = "${WORKDIR}/ipkg/C" | 4 | S = "${WORKDIR}/opkg" |
5 | PACKAGE_ARCH = "all" | 5 | PACKAGE_ARCH = "all" |
6 | PR = "r1" | 6 | PR = "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" | |||
6 | do_install () { | 6 | do_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 | } |