diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-19 15:35:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-19 15:35:50 +0000 |
commit | fe96342d834d1e58f5b2f29cb8760506a53c967d (patch) | |
tree | 507278c4b79e9f45844b76626d08ca9830550b17 /meta/packages/opkg/opkg-native_svn.bb | |
parent | 2f696d393fd46bde5adef0eb2232bfcd8f7e13b3 (diff) | |
download | poky-fe96342d834d1e58f5b2f29cb8760506a53c967d.tar.gz |
opkg: provide update-alternatives(-native)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4058 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opkg/opkg-native_svn.bb')
-rw-r--r-- | meta/packages/opkg/opkg-native_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/opkg/opkg-native_svn.bb b/meta/packages/opkg/opkg-native_svn.bb index 176a62359e..00675ab911 100644 --- a/meta/packages/opkg/opkg-native_svn.bb +++ b/meta/packages/opkg/opkg-native_svn.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | require opkg.inc | 1 | require opkg.inc |
2 | 2 | ||
3 | DEPENDS = "curl-native" | 3 | DEPENDS = "curl-native" |
4 | PROVIDES += "virtual/update-alternatives-native" | ||
5 | RPROVIDES_${PN} += "update-alternatives-native" | ||
4 | PR = "r1" | 6 | PR = "r1" |
5 | 7 | ||
6 | target_libdir := "${libdir}" | 8 | target_libdir := "${libdir}" |