Modify hello to demonstrate apt:// without ${PV}
With the introduction of do_apt_unpack, we can set custom ${S}.
With that feature in place it is no longer mandatory to specify
the ${PV} of the package.
${PV} was mandatory before because do_apt_fetch was unpacking
the contents into a folder named "<debian_source>-<debian-source-version>"
hardcoding ${S} to it. So we needed to know the correct
${PV}(debian-source-version) beforehand.
Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>