diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-07 14:44:59 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-11 00:08:31 +0100 |
commit | aea24b3c6934921852c7de1da15ff326da992d08 (patch) | |
tree | a672713d6b528fad2a60fb0f906a94faf52cdc93 | |
parent | 685d7ec1114fa2ec4aa44f7e29d1e159f7899d4d (diff) | |
download | openembedded-core-aea24b3c6934921852c7de1da15ff326da992d08.tar.gz openembedded-core-aea24b3c6934921852c7de1da15ff326da992d08.tar.bz2 openembedded-core-aea24b3c6934921852c7de1da15ff326da992d08.zip |
libdnf: update to 0.9.3
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/libdnf/libdnf_0.9.3.bb (renamed from meta/recipes-devtools/libdnf/libdnf_0.9.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.9.1.bb b/meta/recipes-devtools/libdnf/libdnf_0.9.3.bb index e5c47bf8db..01d9346d9a 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.9.1.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.9.3.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf \ file://0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch \ " -SRCREV = "d5ecb17c0fde4f99c6a80e6f162510465b8d28f9" +SRCREV = "1b19950e82d88eec28d01b4e7c1da712c941201d" S = "${WORKDIR}/git" |