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.inc | |
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.inc')
-rw-r--r-- | packages/update-alternatives/update-alternatives-cworth.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/update-alternatives/update-alternatives-cworth.inc b/packages/update-alternatives/update-alternatives-cworth.inc new file mode 100644 index 0000000000..d2d78c9a00 --- /dev/null +++ b/packages/update-alternatives/update-alternatives-cworth.inc @@ -0,0 +1,5 @@ +LICENSE = "GPL" +SECTION = "base" +SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')}" +S = "${WORKDIR}/ipkg/C" +PACKAGE_ARCH = "all" |