summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sat-solver
Commit message (Collapse)AuthorAgeFilesLines
* sat-solver: upgrade to newer git versionMark Hatle2011-01-305-39/+70
| | | | | | | | | | | | | | | | This works with rpm 5.4.0 Signed-off-by: Qing He <qing.he@intel.com> Update the CMAKE configuration file to find the proper DB library as used by RPM5 within Poky. Disable checking for Fedora and Debian, as this might lead to incorrect results. Merge the dso_linking_change_build_fix with the other cmake changes. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sat-solver: Add db as DEPENDS and bump PRSaul Wold2011-01-291-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sat-solver: fix the build failure caused by gcc dso linkcing changeNitin A Kamble2011-01-202-2/+34
| | | | | | | | | | The libraries for linking are not determined automatically now. All the needed libraries must be specified explicitly. This patch fixes the issue for missing librpmmisc library in the linker script. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* sat-solver: change /usr/lib64 to /usr/libKevin Tian2010-09-081-1/+2
| | | | | | | | | | we use /usr/lib for x86-64 target, but sat-solver will use /usr/lib64 if 64bit target arch is detected. This finally causes libzypp failed to find libsatsolver.a. use "-DLIB=lib" to explicitly enforce the requirement fix [BUGID #286] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* poky-default-revisions.inc: Move SRCREVs to correct locations, fix whitespaceRichard Purdie2010-09-061-2/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sat-solver: added new packageQing He2010-09-033-0/+112
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>