diff --git a/recipes/pkgconfig/pkgconfig_git.bb b/recipes/pkgconfig/pkgconfig_git.bb
new file mode 100644
index 0000000..39a5033
--- /dev/null
+++ b/recipes/pkgconfig/pkgconfig_git.bb
@@ -0,0 +1,10 @@
+require ${PN}.inc
+
+SRCREV = "7850aeb03a54a15d07b6c243b61033cd379c39d7"
+PV = "0.25+0.26"
+PR = "${INC_PR}.0"
+PR_append = "+gitr${SRCPV}"
+
+SRC_URI = "git://anongit.freedesktop.org/pkg-config;protocol=git"
+
+S = "${WORKDIR}/git"
