summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-07 23:49:59 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-07 23:49:59 +0200
commitee02784bf200ace054a79a08cff5bf5fed92da6c (patch)
tree5e099bd4f5f375ad16e79152e4de604d34f28b03 /meta-oe/recipes-core
parentc961f6218042399c386e776da75a401ee9989463 (diff)
downloadmeta-openembedded-ee02784bf200ace054a79a08cff5bf5fed92da6c.tar.gz
systemd: inherit pkgconfig
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index a93abdd5f..76cab69f5 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -16,7 +16,7 @@ PKGV = "v${GITPKGVTAG}"
16PV = "git" 16PV = "git"
17PR = "r5" 17PR = "r5"
18 18
19inherit autotools vala perlnative 19inherit pkgconfig autotools vala perlnative
20 20
21SRCREV = "3887b5abcb3870db9ed53de3875a465c230ddd3f" 21SRCREV = "3887b5abcb3870db9ed53de3875a465c230ddd3f"
22 22