diff options
Diffstat (limited to 'meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb')
-rw-r--r-- | meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb b/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb index 3b686f7fdc..65f2ec232a 100644 --- a/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb +++ b/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "f977a25b4116a0a95a7c8a894fd37097abe19af9a6a9ed4d800604ec17 | |||
10 | 10 | ||
11 | RDEPENDS:${PN} = "libdbi-perl" | 11 | RDEPENDS:${PN} = "libdbi-perl" |
12 | 12 | ||
13 | S = "${WORKDIR}/DBD-MariaDB-${PV}" | 13 | S = "${UNPACKDIR}/DBD-MariaDB-${PV}" |
14 | 14 | ||
15 | inherit cpan | 15 | inherit cpan |
16 | 16 | ||