summaryrefslogtreecommitdiff
path: root/meta/packages/opkg/opkg_svn.bb
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-57/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: finalize the change to var directoryKevin Tian2010-08-261-1/+1
| | | | | | | | | | | commit 1d0757f16beb31551733d9d755d72337ccda9642 changes opkg run state from /usr/lib/opkg to /var/lib/opkg, which however is incomplete and still many important information is kept under old directory including postinst methods. This makes latest boot into a mess. So finalize this movement to /var here. Fix [BUGID #229] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* opkg: use var for state files, not libdirJoshua Lock2010-08-251-3/+3
| | | | | | Fixes [BUGID #221] Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: Upgraded to version 0.1.8Dongxiao Xu2010-07-211-1/+10
| | | | | | | | Use stable release as default recipe. Remove logfix.patch since the logic is already in latest version package Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* opkg: ensure the data directory is createdJoshua Lock2010-06-101-2/+7
| | | | | | | We need to ensure the data directory (/usr/lib/opkg) is created and shipped in the package as it's used by opkg to create a lock file. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: We must always include a valid arch.conf fileRichard Purdie2010-01-291-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix header problemRichard Purdie2010-01-291-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix native and nativesdk configuration optionsRichard Purdie2010-01-271-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: add openssl to DEPENDSJoshua Lock2010-01-271-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: Update to latest svn and apply patch to enable readable logfilesRichard Purdie2010-01-261-10/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Convert to use BBCLASSEXTENDRichard Purdie2010-01-131-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Switch to google svn and patch to export a version comparision ↵Richard Purdie2009-10-051-3/+3
| | | | | | function (patches taken from OE.dev) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix sighandler compile error (patch from upstream)Richard Purdie2009-05-231-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Fix postinstall scripts not to use IMAGE_ROOTFS direction by use D instead. ↵Richard Purdie2009-01-231-3/+3
| | | | Based on a patch from Carl Simonson <simonsonc@gmail.com>
* Add overoRichard Purdie2008-10-101-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: remove duplicated / from postinstRichard Purdie2008-08-011-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4997 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: qemuarmv7 also use gcc 4.3.1Marcin Juszkiewicz2008-07-221-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4924 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: Only add no-array-bounds option for armv7 machinesRichard Purdie2008-07-191-2/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4891 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: Bump PR after CFLAGS changeRichard Purdie2008-07-191-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4890 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: Add Wno-array-bounds to opkg CFLAGS to avoid bogus errors with Werror ↵Richard Purdie2008-07-191-0/+2
| | | | | | and gcc 4.3.1 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4888 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: S98configure script is needed only on first bootMarcin Juszkiewicz2008-06-191-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4705 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: provide update-alternatives(-native)Marcin Juszkiewicz2008-03-191-2/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4058 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: depend on update-alternativesMarcin Juszkiewicz2008-03-191-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4050 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: moved common stuff to opkg.inc, added S98configureMarcin Juszkiewicz2008-03-171-15/+27
| | | | | | | Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4022 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: added from OEMarcin Juszkiewicz2008-03-141-0/+21
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3993 311d38ba-8fff-0310-9ca6-ca027cbcb966