diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-29 11:03:41 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-29 11:03:41 +0000 |
commit | 35ba94be70961fd3f916afdbf15d2a7c8304301d (patch) | |
tree | e95d03f5535ae5a54c59b36314f45dbac5c2a92b /packages/db/db_4.3.29.bb | |
parent | da0fdb36c258ae30b4e727b096bc088daa0ffb79 (diff) | |
parent | 1b11de10b43788532f124f3c0152f31932c19618 (diff) |
merge of '79d76f976ca74f71f538f5c81a1e25b14ffe43f6'
and 'b9ffe3b2fa4c42424206977c6be342c1305c83e7'
Diffstat (limited to 'packages/db/db_4.3.29.bb')
-rw-r--r-- | packages/db/db_4.3.29.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/db/db_4.3.29.bb b/packages/db/db_4.3.29.bb index cf1bd00acd..3c14b9eb96 100644 --- a/packages/db/db_4.3.29.bb +++ b/packages/db/db_4.3.29.bb @@ -14,7 +14,7 @@ HOMEPAGE = "http://www.sleepycat.com" LICENSE = "BSD Sleepycat" VIRTUAL_NAME ?= "virtual/db" CONFLICTS = "db3" -PR = "r6" +PR = "r7" SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz" #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" @@ -45,7 +45,7 @@ PACKAGES += " ${PN}-bin" # Package contents FILES_${PN} = "${libdir}/libdb-4*so*" -FILES_${PN}-bin = "${bindir}" +FILES_${PN}-bin = "${bindir}/*" # The dev package has the .so link (as in db3) and the .a's - # it is therefore incompatible (cannot be installed at the # same time) as the db3 package |