diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-04 08:59:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-04 08:59:02 +0000 |
commit | 01d89442ec83daafb95343634768ffc86a61b68e (patch) | |
tree | 610dc0cc4350678a89098cea8952bc695cc756a8 /packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb | |
parent | 7c89c8d4a8902ae8d59db3df91fd6da73ae2e056 (diff) |
update-alternatives: add from poky
* Poky rev 728: "Sync up.. all the deb/dpkg changes which I have locally are now in svn."
Diffstat (limited to 'packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb')
-rw-r--r-- | packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb b/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb new file mode 100644 index 0000000000..36f023ec3a --- /dev/null +++ b/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb @@ -0,0 +1,11 @@ +require update-alternatives-cworth.inc +inherit native + +PROVIDES += "virtual/update-alternatives-native" + +do_stage () { + install -d ${sbindir} \ + ${libdir}/ipkg/alternatives + + install -m 0755 update-alternatives ${sbindir}/update-alternatives +} |